Viewing Locally¶
To view the documentation on your local host, follow these steps:
- Open a Terminal: Open your command line interface (e.g., PowerShell, Cmd, or Bash).
- Activate Environment: Ensure you are in the correct conda environment:
- Run MkDocs Serve:
- Open Browser: Navigate to
http://127.0.0.1:8000in your web browser.
The server will automatically reload whenever you make changes to the documentation files (.md) or the configuration (mkdocs.yml).