Docs / Documentation deployment
PREPARED / NOT DEPLOYED
⏱️ 2 min read · 249 words
Documentation deployment
The public documentation is generated from docs/public/ by scripts/build-public-docs.py and is intentionally dependency-light.
Target
Preferred public URL:
https://docs.denialos.io
The repository does not claim that this host is currently deployed.
Generated artifacts
- HTML pages
- client-side search index
robots.txtsitemap.xml_redirectsclean-route map_headerssecurity headers- Open Graph/Twitter metadata
- JSON-LD Website/BreadcrumbList metadata.
Deployment requirements
Use a static host/CDN that can serve the generated directory and, where required, honor the included clean-route/security configuration.
Set PUBLIC_DOCS_BASE_URL during generation/deployment when the final public host differs from the default.
Do not expose docs/internal/ or repository secrets through the public static host.