Documentation Overview

Here are the basics to know for your documentation pages

Frontmatter

Every documentation page requires frontmatter at the top of the file. The frontmatter contains metadata about your page.

Required Field

title - The page title displayed at the top of the page and in navigation.

---
title: Getting Started
---

Optional Fields

description - A brief description shown below the title. Helps users understand the page content at a glance.

icon - An icon name from Lucide React to display in navigation. Use the lowercase, hyphenated icon name.

---
title: API Reference
description: Complete API documentation for developers
icon: code-2
---

Browse available icons at lucide.dev/icons and use the icon name exactly as shown on the site.

© 2026 Devscribe. All rights reserved.

Located in NY York, NY.