Mintlify site for Katakate org projects: K7 docs live under k7/, K7d under k7d/. Configuration is at the repo root: docs.json.
Mintlify does not ship a static “deploy to disk” flow in the usual sense; you run their dev server to preview the site locally.
Prerequisites: Node.js (includes npm).
From the repository root (this directory, where docs.json lives):
npm i -g mint
mint devOpen the URL the CLI prints (usually http://localhost:3000). Edit *.mdx/docs.json and reload; changes hot-reload.
If the CLI is outdated or something looks broken:
mint updateThere is nothing to “deploy” locally for production—mint dev is only a preview. When you are ready, connect the hosted Mintlify project to this repo and push the default branch.
Connect the Mintlify GitHub app so pushes to the default branch deploy the site.
| Path | Contents |
|---|---|
index.mdx |
Org landing |
k7/ |
K7 (sandbox CLI, API, SDK) |
k7d/ |
K7d (Rust VMM: VM & cluster fork, snapshot trees) |