Documentation lives here. This is a placeholder — add your own docs as Markdown files in src/content/docs/.

Adding a doc page

  1. Create a new .md file in src/content/docs/
  2. Add frontmatter: title, description, section, order
  3. Write your content in Markdown
  4. It will automatically appear in the docs index

Sections

Use the section frontmatter key to group related docs together on the index page.

← docs index