Documentation¶
Zensical (Recommended)¶
Zensical is a modern static site generator for project
documentation. Documentation is written in Markdown and configured in a native
zensical.toml file.
This template intentionally keeps the configuration minimal:
Preview the documentation locally:
Build the same strict output used by CI:
GitHub Pages¶
The documentation workflow builds on pull requests and uploads/deploys the
generated site/ artifact after changes reach master. Configure GitHub Pages
to use GitHub Actions as its source before the first deployment.
Alternatives¶
Sphinx¶
Sphinx remains a common choice for projects that prefer reStructuredText or need its extension ecosystem.