Status: initial public release track (v0.1.x).
Documentation source for docs.mantler.ai, built with Fumadocs + Next.js.
At a glance
- What this repo is: docs source (MDX content, navigation, API reference pages).
- What it is not: Mantler runtime/control-plane server code.
- Publishing target: docs.mantler.ai via Vercel.
- Try it locally: npm install && npm run dev
- Open local docs: http://localhost:3000
npm install
npm run devDocs content lives under content/docs/ and navigation order is controlled by meta.json files.
See SECURITY.md.