End-user documentation for the Golain IoT platform, built with Mintlify.
Repository: golain-io/docs
| Tab | Covers |
|---|---|
| Platform | Getting started, web console (pw) |
| Tools | platform-tui CLI/TUI, golain-cli |
| Edge | Omega runtime, JITR, deployment, SQLite sync |
| Self-hosted | vm-edge operator stack, local dev |
Product repositories:
npm i -g mint
mint devOpen http://localhost:3000.
mint broken-linksConnect the Mintlify GitHub app in the dashboard to deploy on push to main.
cd ../ilyama/services/apis
go run ./openapi/cmd/sync
cp openapi/ilyama.v1.json ../../docs/api-reference/ilyama.v1.jsonLogos and favicon live under logo/ and favicon.svg. Source: golain-web brand SVGs. Update manually when marketing refreshes assets.
Starter kit pages are disabled via .mintignore — see _starter-disabled/README.md.
npx skills add https://mintlify.com/docsFor agent instructions see AGENTS.md.
Mintlify admin MCP (write access) is configured in Cursor via mintlify-admin in ~/.cursor/mcp.json. Credentials are stored locally in ~/secured/mintlify-mcp.env — not in this repo.
- Branch from
main - Edit MDX under the appropriate section
- Update
docs.jsonwhen adding or renaming pages - Run
mint broken-linksbefore opening a PR
See CONTRIBUTING.md for Mintlify starter-kit conventions.