The source for docs.stackryze.com, built on Mintlify.
This repo contains:
- Product reference — DNS, Domains, Billing, Security, Pricing
- Integration guides — connect domains, configure records, automate via API
- The Stackryze changelog — every release, every fix, every minor improvement
- Framework: Mintlify (MDX + YAML frontmatter)
- Config:
docs.json— navigation, theme, colors, logos - Content:
.mdxfiles underfeatures/,guides/, andchangelog/ - Logos:
logo/light.svg,logo/dark.svg,favicon.svg
Install the Mintlify CLI:
npm i -g mintFrom the repo root (where docs.json lives), run:
mint devPreview at http://localhost:3000.
- Pages are MDX. YAML frontmatter at the top of every file declares
titleanddescription. - Navigation lives in
docs.json— add a page there once it's written. - Use Mintlify components (
<Card>,<Steps>,<Tip>,<Note>,<Columns>,<CodeGroup>) — see the Mintlify skill for the full reference.
Install the Mintlify skill for your editor:
npx skills add https://mintlify.com/docsThis docs site uses the Stackryze bi-stack mark — the same mark that ships in the marketing site navbar. If you change the mark, update three files together:
docs/logo/light.svgdocs/logo/dark.svgdocs/favicon.svg
And mirror the change in the web app at stackryze/public/logos/ so the favicon and OG image stay in sync.
Brand guidelines live in stackryze/BRAND.md.
The docs deploy automatically when changes land on the default branch. The Mintlify GitHub app reads this repo and builds on every push.
If a page 404s locally, double-check that docs.json lists it under navigation.tabs[].pages — Mintlify will not auto-discover pages.
- Stackryze product questions — support@stackryze.com
- Mintlify component reference — mintlify.com/docs