Use this checklist to publish the Atoll docs site.Documentation Index
Fetch the complete documentation index at: https://bytestream.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Repository settings
In Mintlify, connect the Atoll GitHub repository and set:| Setting | Value |
|---|---|
| Repository | antons-agents/atoll |
| Branch | main after the docs PR is merged |
| Docs root | docs-site |
| Config file | docs-site/docs.json |
Custom domain
Use:| Type | Host | Value |
|---|---|---|
CNAME | docs | Mintlify-provided target |
Pre-deploy validation
Run from the repository root:Post-deploy checks
After Mintlify deploys, check:PR workflow
For future docs changes:- Create a branch.
- Edit files under
docs-site/. - Run
npx mint validate. - Run
npx mint broken-links. - Open a PR.
- Merge to
mainafter review.
Do not connect Mintlify to the repository root unless the docs root is configured as
docs-site; the Next.js app and packages live outside the docs site.
