Getting Started

Welcome to the documentation! This is a sample MDX file that demonstrates the routing system.

Features

  • MDX Support: Full MDX rendering with custom components
  • Dynamic Routing: Automatic routing based on file structure
  • Syntax Highlighting: Code blocks with syntax highlighting

Code Example

function hello() { console.log('Hello, MDX!') }

Next Steps

  1. Create more MDX files in the docs folder
  2. They will automatically be available at /docs/[filename]
  3. Customize the components in mdx-components.tsx