| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains the source files for the MkDocs documentation site.
uv sync --extra docsStart the development server:
mkdocs serveThe documentation will be available at http://127.0.0.1:8000
Build the static HTML files:
mkdocs buildThe output will be in the site/ directory.
If you have GitHub Actions set up, the documentation can be automatically deployed on push to main.
Deploy to GitHub Pages:
mkdocs gh-deploy --forceThis will:
API documentation is automatically generated from docstrings using mkdocstrings. The API pages use the ::: module.Class syntax to include auto-generated documentation.
| Back | FazBrowse Home | New Git URL |