Getting Started
About these notes
These notes are built with Fumadocs, a modern documentation framework for Next.js. Each note is an MDX file that supports rich content including code blocks, tables, and interactive components.
Navigation
Use the sidebar on the left to browse between notes. On mobile, tap the menu icon to open the sidebar.
Code examples
Notes often include code examples with syntax highlighting:
function greet(name: string): string {
return `Hello, ${name}!`;
}Search
Use the search bar (or press Ctrl+K / Cmd+K) to find notes by title or content.