Wiki generation¶
Recommended tool¶
For this SDK, use MkDocs with its built-in theme.
Why this is a good fit:
- Markdown-first workflow (
.mdfiles only for content) - Fast local preview
- Easy publish to GitHub Pages
- Simple, stable setup with fewer external dependencies
Commands¶
Install docs dependencies:
uv sync --extra docs
Local preview:
mkdocs serve
Build static site:
mkdocs build
Publish options¶
Option A: GitHub Pages (quickest)¶
mkdocs gh-deploy --clean
This creates/updates the gh-pages branch with the generated site.
Option B: CI/CD pipeline¶
Run mkdocs build in CI and deploy the generated site/ folder to your hosting platform.
Content structure¶
All documentation content is under docs/ and stored as Markdown files:
docs/index.mddocs/wiki-generation.mddocs/django-example.mddocs/fastapi-example.mddocs/flask-example.md