cloudflare/vinext
Publicmirrored from https://github.com/cloudflare/vinextAvailable
examples/nextra-docs-template/app/content/advanced.mdx
9lines · modecode
| 1 | # Advanced |
| 2 | |
| 3 | This is the index page for the Advanced folder! |
| 4 | |
| 5 | It demonstrates nested routes working with the App Router — the sidebar shows child pages under this section. |
| 6 | |
| 7 | ## Nested Routes |
| 8 | |
| 9 | The advanced section contains sub-pages that demonstrate deeper nesting in the docs navigation. Each sub-page is a separate route with its own MDX content. |
| 10 | |