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
- Create more MDX files in the
docs
folder - They will automatically be available at
/docs/[filename]
- Customize the components in
mdx-components.tsx