Get a Quick Start
Welcome to the documentation site built with Nextra.
Getting Started
This is a basic Nextra documentation site. You can start editing this page by modifying content/index.mdx.
Public
This page is accessible to non-authenticated users.
This is strong text.
This is italic strong text.
This is italic text.
This is a code block
Next Steps
- Add more pages to the
contentdirectory - Customize the layout in
app/layout.tsx - Configure Nextra options in
next.config.ts
Code block
This is a code block:
const a = 1;
const b = 2;
const c = a + b;Heading 3
This is some text.
Heading 4
This is some text.
Heading 5
This is some text.
Last updated on