Documentation for Datum Cloud, built with Mintlify.
Install the Mintlify CLI:
npm install -g mintlifyRun a local preview from the repo root:
mintlify dev├── docs.json # Mintlify configuration (navigation, theme, etc.)
├── index.mdx # Root landing page
├── overview.mdx # What is Datum
├── features.mdx # Current capabilities and roadmap
├── kubernetes.mdx # Kubernetes-native approach
├── get-involved.mdx # Community and contributing
├── platform/ # Platform setup, secrets, metrics, locations
├── ai-edge/ # AI Edge proxy docs
├── connectors/ # Connectors and tunnels
├── galactic-vpc/ # Galactic VPC docs
├── domain-dns/ # Domains and DNS
├── datumctl/ # datumctl CLI guides
├── cli/ # datumctl command reference
├── guides/ # How-to guides
└── images/ # Static assets
- Fork the repo and create a branch
- Edit or add
.mdxfiles - Preview locally with
mintlify dev - Open a pull request against
main
For content questions or suggestions, open a GitHub Discussion.