docs
Getting Started
Documentation lives here. This is a placeholder — add your own docs as Markdown files in src/content/docs/.
Adding a doc page
- Create a new
.mdfile insrc/content/docs/ - Add frontmatter:
title,description,section,order - Write your content in Markdown
- It will automatically appear in the docs index
Sections
Use the section frontmatter key to group related docs together on the index page.