Getting Started
Learn how to use the Documentation and Notes system.
Getting Started
Welcome to the documentation! This site is built with Next.js, MDX, and Tailwind CSS.
Features
- MDX Support: Write content in Markdown with React components.
- Syntax Highlighting: Beautiful code blocks powered by Shiki.
- Responsive Design: Works great on mobile and desktop.
- Glassmorphism UI: Modern and premium aesthetic.
Sample Code
function HelloWorld() {
return <h1>Hello, World!</h1>;
}Callouts
[!NOTE] This is a helpful note to guide you through the process.
[!TIP] Use keyboard shortcuts to navigate faster!
On This Page