mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 09:12:05 +08:00
sunnypilot Documentation
Source files for docs.sunnypilot.ai.
Local Development
Install dependencies
uv pip install .[docs]
Build
zensical build -f mkdocs-sp.yml
Serve locally
zensical serve -f mkdocs-sp.yml
The site will be available at http://127.0.0.1:8000.
Structure
docs_sp/— Source markdown filesdocs_site_sp/— Build output (gitignored)mkdocs-sp.yml— Zensical configuration