Files
sunnypilot/docs_sp
Jason Wen 83a84ba4bc more
2026-03-11 21:27:32 -04:00
..
2026-03-11 21:27:32 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 20:15:44 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 20:15:44 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 20:15:44 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 21:27:32 -04:00
2026-03-11 21:27:32 -04:00
6
2026-03-11 15:32:22 -04:00
2026-03-11 15:19:55 -04:00
2026-03-11 21:27:32 -04:00

sunnypilot Documentation

Source files for docs.sunnypilot.ai.

Local Development

Install dependencies

Install docs dependencies only - do not use uv pip install .[docs] as it will reinstall the full sunnypilot package and break the development environment.

uv pip install Jinja2 mkdocs zensical

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 files
  • docs_site_sp/ — Build output (gitignored)
  • mkdocs-sp.yml — Zensical configuration