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
// Example code block
function greet(name: string) {
  console.log(\`Hello, \${name}!\`);
}
greet("World");