A clean, guide-first documentation wiki template built with Next.js, MDX, and TailwindCSS.
npm install
npm run devThis project now uses a full docs structure under content/guides/:
introduction.mdxquickstart.mdxcontent-structure.mdxnavigation-config.mdxsite-config.mdxcomponents-and-icons.mdxtheming-and-presets.mdxpublishing-workflow.mdxtroubleshooting.mdx
- Top links:
content/header.json - Sidebar sections:
content/sidebar.json - Footer columns/links:
content/footer.json
- Global behavior:
content/site.json - Optional page templates:
content/templates.json
MiniWiki supports named icons via lucide-react:
<Icon name="settings" />
<Callout icon="rocket">Launch docs faster.</Callout>