← Back to docs

Getting Started

This is a placeholder docs page. Use the docs content collection to write guides, references, and tutorials.

Adding a doc

Create a new Markdown file in src/content/docs/ with frontmatter:

---
title: My Doc
description: What this page covers.
order: 2
---

Pages are listed on the docs index sorted by order.