Documentation
Documentation tasks are selected with the optional docs tag and require a project-owned zensical.toml and documentation source directory. Production builds always use Zensical's strict mode so warnings fail CI.
The local server watches documentation and configuration changes until interrupted.
poe docs-serve --open-browser
See Documentation workflows for artifact uploads, pull-request previews, and production deployment.
| Task | Description |
|---|---|
docs-build |
Build the Zensical documentation site in strict mode. |
docs-serve |
Serve the Zensical documentation site for local preview. |