Features Documentation
Developer documentation for all platform features. Drop a markdown file in content/docs/ to instantly create a new page.
Quick Start
- Getting Started - How to write your first feature doc.
- Markdown Reference - Formatting guide and syntax cheatsheet.
- Announcements - How the platform announcement system works.
- Discussions - How threaded discussions work.
How It Works
- Create a
.mdfile insidecontent/docs/. The filename becomes the URL slug - e.g.my-feature.md→/documentation/features/my-feature. - Add frontmatter at the top with
title, and optionallydescription,group, andorder. - Write in Markdown - headings, paragraphs, tables, code blocks, lists, blockquotes - all standard GFM.
- The page appears automatically - the sidebar and navigation update immediately with no code changes.
Frontmatter fields
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Page heading shown in the sidebar and at the top of the page |
description | string | No | Short subtitle shown below the title |
group | string | No | Sidebar group/folder name. Omit for top-level pages |
order | number | No | Sort order within its group. Lower = higher. Default: 999 |