Developer documentation for Bedrock Dynamics products, built with Mintlify.
Live site: bedrockdynamics.studio/docs
docs/
├── index.mdx # Docs home
├── substrate/
│ ├── introduction.mdx # What is Substrate
│ ├── installation.mdx # Download & install
│ ├── quickstart.mdx # First simulation in 5 min
│ ├── features/ # Feature deep-dives
│ ├── guides/ # Task-oriented tutorials
│ └── reference/ # Shortcuts, platforms, architecture
└── docs.json # Mintlify config
npm i -g mint
mint devPreview at http://localhost:3000.
Pushes to main auto-deploy via the Mintlify GitHub app. The site is served at bedrockdynamics.studio/docs through a Vercel rewrite.