Introduction
Welcome to the Nibbles documentation. This site is a starting point — replace the content under content/ with your own pages.
Project Layout
.
├── app/
│ ├── layout.jsx # Root layout with Nextra theme
│ └── [[...mdxPath]]/ # Catch-all route that renders MDX
├── content/ # MDX pages and _meta.js sidebar files
│ ├── index.mdx
│ └── docs/
│ ├── _meta.js
│ ├── index.mdx
│ ├── getting-started.mdx
│ └── deployment.mdx
├── mdx-components.js # MDX components from the docs theme
├── next.config.mjs # Wraps Next.js config with Nextra
└── package.jsonWhat’s Next?
- Getting Started — install dependencies and run locally
- Deployment — deploy to Vercel with GitHub
Last updated on