Mintlify documentation for Thorin.
The docs site is public. Treat ThorinHQ/thorin, Slack, Linear, and Notion as research sources, not as content that can be copied directly into this repository.
Write pages for the customer facing product surface at app.thorin.com. Cover agents, skills, automations, knowledge, integrations, admin setup, security, and workflows. Keep internal runbooks, incidents, test credentials, AWS details, on call contacts, customer specific notes, and private operational playbooks out of this repo.
Install the Mintlify CLI to preview documentation changes locally.
npm i -g mintRun the preview at the repository root.
mint devView your local preview at http://localhost:3000.
Run the docs checks locally.
npm run check
npm exec --yes --package mint@latest -- mint validate
npm exec --yes --package mint@latest -- mint broken-links --check-redirects.github/workflows/validate-docs.yml runs the same checks every three days and on demand. It validates docs health but does not rewrite content.
- If a page loads as a 404, run
npm run checkand confirm every navigation path maps to an.mdxfile. - If a redirect fails, run
mint broken-links --check-redirectsand confirm its destination page exists. - If product behavior changed, update the relevant page and
docs.jsonin the same change.