This repository contains the Mintlify documentation for Kodus. The site is configured via docs.json
and content is written in .mdx
files.
Install the Mintlify CLI to preview changes locally:
npm i -g mintlify
From the repo root (where docs.json
is), run:
mintlify dev
Push to the default branch. If the GitHub App/integration is installed, the site auto-deploys from the default branch.
docs.json
— site configuration and navigationhow_to_use/
— product usage guides (English)how_to_deploy/
— deployment guidescookbook/
— example setups and recipes
mintlify dev
not running → Runmintlify install
to re-install dependencies.- 404 on load → Ensure you're in the folder with
docs.json
.