DocuNextDocuNext

Tutorial

Tutorial

This page lives under src/content/docs/tutorials/ and is accessible at /docs/tutorials/tutorial.

Headings

Use headings to populate the summary and anchor links.

Preview

export default function App() {
  return <h1>Hello world</h1>
}