Guides

Writing Docs (beta edit)

Conventions for pages, frontmatter, and navigation.

Writing docs

Frontmatter

Every page can declare a title and description:

---
title: Page Title
description: Shows up in search results and link previews.
---

Pages appear in the sidebar via the navigation array in docs.json. Reference pages by their file path without the extension — guides/writing-docs for this page.