Getting Started
Welcome to the documentation. Learn how to get started.
1 min read
Introduction
This is a modern documentation template. It's built with Next.js, Tailwind CSS, and TypeScript.
Features
- Responsive Design
- Dark Mode
- MDX Support
- Syntax Highlighting
This is an informational callout. You can use it to highlight important notes.
// Example code block
function greet(name: string) {
console.log(\`Hello, \${name}!\`);
}
greet("World");On This Page