Deployment
docia outputs static files, so you can deploy to any static host.
Standard release flow
docia check
docia build
Upload dist/ to your hosting provider.
Files to verify after build
- chapter pages (
index.htmlfiles) robots.txtsitemap.xmlllms.txtsearch-index.json
Base path deployments
If your site is hosted under a subpath (for example /docs), set:
basePath: "/docs";
Then rebuild so generated links and metadata use the correct prefix.