Quickstart¶
Get this docs kit running on your machine, then deploy to aventr.
1. Prerequisites¶
- Python 3.11+
tauCLI authenticated- Cloud selected:
aventr.cloud
2. Local preview¶
cd websites/tb_website_tmpl_docs_kit_web
python -m pip install -r requirements.txt
python -m mkdocs serve
Open http://127.0.0.1:8000.
3. Build exactly like the cloud¶
Cloud build copies site/ → /out.
4. Smoke the live APIs¶
Definition of done
- Docs pages render with search + dark mode
/api/healthreturns JSON- Feedback appears in
GET /api/feedback