Documentation website source for llamatelemetry v0.1.0, built with Zensical and deployed through GitHub Pages.
This repository contains only the docs website project for:
- SDK docs
- API reference
- Notebook curriculum docs
- project architecture/guides
- Python environment with
zensicalinstalled.
zensical serve -f zensical.tomlzensical build -f zensical.toml --cleanGenerated output is written to site/.
zensical.toml- site configuration and navigationdocs/- markdown source pages.github/workflows/docs.yml- GitHub Pages deployment workflow
Pushes to main or master trigger the docs workflow that builds the site and deploys to GitHub Pages.