This repository powers your docs. Edit files here, push to GitHub, and your site updates automatically.
🌐 Live at: test.minimaldocs.com
Edit markdown → Push to GitHub → Site updates
Your docs are written in MDX (Markdown with components). The docs.json file controls your navigation and site settings.
npm i -g minimaldocs
minimaldocs devOpen localhost:3000 to see your docs.
Open index.mdx, change the title, save — watch it update instantly.
git add .
git commit -m "Update docs"
git pushYour live site updates within seconds.
| File | Purpose |
|---|---|
docs.json |
Site name, navigation, colors, logo |
index.mdx |
Your homepage |
logo/ |
Light and dark mode logos |
images/ |
Screenshots and media |
📖 Customize your site — colors, logo, navigation
✍️ Write with MDX — formatting, components, code blocks
🔌 Add API docs — auto-generate from OpenAPI specs
Built with MinimalDocs