Getting Started
Welcome to your product documentation. Edit these pages to document your SaaS.
Welcome to Your Docs
This is your product documentation site. Edit the files in content/docs/ to write documentation for your users.
Quick Start
Add your installation steps, configuration guide, and usage examples here.
# Example installation command
npm install your-packageHow to Add Pages
- Create a new
.mdxfile incontent/docs/ - Add frontmatter with
titleanddescription - Write your content in Markdown
- The page automatically appears in the sidebar
---
title: My New Page
description: Description for SEO
---
# My New Page
Your content here...Customization
- Edit
content/docs/meta.jsonto control sidebar order - Edit the docs layout in
app/docs/for styling changes - See the Fumadocs docs for advanced features like code tabs, callouts, and file trees