About This Site¶
How this documentation site is built and maintained.
Built with Zensical, a modern documentation site generator.
Stack¶
| Component | Tool |
|---|---|
| Framework | Zensical |
| Diagrams | Mermaid |
| Hosting | GitHub Pages via GitHub Actions |
| Development | Claude Code (AI-assisted) |
Why Zensical over Astro¶
An earlier version of this site was built with Astro + Starlight. Starlight is a great docs framework and even has an MCP server, but Zensical works better for agentic workflows — Claude Code can read, edit, and build the site entirely from the terminal without needing browser-based tooling or custom integrations.
Source¶
zeulewan/robot-docs on GitHub. Content lives in docs/ as Markdown files. Push to main triggers a GitHub Actions workflow that builds and deploys to Pages.