Skip to main content

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.

Use this checklist to publish the Atoll docs site.

Repository settings

In Mintlify, connect the Atoll GitHub repository and set:
SettingValue
Repositoryantons-agents/atoll
Branchmain after the docs PR is merged
Docs rootdocs-site
Config filedocs-site/docs.json

Custom domain

Use:
docs.atollhq.com
Mintlify will provide the DNS target after you add the custom domain in the dashboard. Add the DNS record exactly as Mintlify shows it. Typical setup:
TypeHostValue
CNAMEdocsMintlify-provided target

Pre-deploy validation

Run from the repository root:
cd docs-site
npx mint validate
npx mint broken-links

Post-deploy checks

After Mintlify deploys, check:
https://docs.atollhq.com
https://docs.atollhq.com/llms.txt
https://docs.atollhq.com/llms-full.txt
https://docs.atollhq.com/openapi.json

PR workflow

For future docs changes:
  1. Create a branch.
  2. Edit files under docs-site/.
  3. Run npx mint validate.
  4. Run npx mint broken-links.
  5. Open a PR.
  6. Merge to main after 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.