Getting Started
Introduction to the documentation and its features
Adam Rofayel
May 8, 2025
Introduction
Welcome to the documentation! This documentation is built using MDX and Next.js.
Features
- MDX Support: Write documentation using Markdown and React components
- Syntax Highlighting: Code blocks are automatically highlighted
- Navigation: Easy-to-use sidebar navigation
- Responsive: Works great on mobile and desktop
Example Code
Here's an example of how to use some components:
Next Steps
You can start adding more documentation pages by:
- Creating new
.mdx
files in thecontent/docs
directory - Adding them to the navigation in
lib/docs.ts
- Writing your documentation using Markdown and MDX features