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:

  1. Creating new .mdx files in the content/docs directory
  2. Adding them to the navigation in lib/docs.ts
  3. Writing your documentation using Markdown and MDX features