Advanced
Nested sections work exactly like top-level ones — a folder under content/
with its own _meta.ts becomes a sidebar group with its own ordering.
This advanced/ folder maps to /advanced, and the pages inside it to
/advanced/customization and so on.
What lives here
- Customization — overriding Nextra internals and extending the neumorphic layer.
Deploying
Build a static site and host it anywhere:
npm run build
npm run start # or deploy .next to Vercel / Netlify / a static host