This is a documentation for Astrio: doc.astrio.app
-
Install Node.js 18 or newer.
-
From this repository’s root directory:
npx mintlify dev
-
Open http://localhost:3000.
If you prefer a global CLI: npm install -g mintlify, then mintlify dev.
- Pages:
.mdxfiles underintroduction/,features/,integrations/,best-practices/. - Nav / theme / tabs:
mint.json. - Static assets:
assets/.
Pushes to main run GitHub Actions (link check and deploy to GitHub Pages). Repository settings → Pages → source “GitHub Actions” if you need to enable it.