Skip to content

Getting Started

Welcome to your new documentation site!

Development

# Start development server
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview

Adding Content

Create .md or .mdx files in the app/routes/ directory. They will automatically become pages.

Configuration

Edit vite.config.ts to customize your site:

  • Navigation links
  • Sidebar structure
  • Site title and description
  • Theme options

Learn More