Skip to Content
Welcome to Nibbles Docs!
DocumentationIntroduction

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.json

What’s Next?

Last updated on