Computing for good
Atlanta Food Consortium/Feature Docs

Features Documentation

Developer documentation for all platform features. Drop a markdown file in content/docs/ to instantly create a new page.

Quick Start

How It Works

  1. Create a .md file inside content/docs/. The filename becomes the URL slug - e.g. my-feature.md/documentation/features/my-feature.
  2. Add frontmatter at the top with title, and optionally description, group, and order.
  3. Write in Markdown - headings, paragraphs, tables, code blocks, lists, blockquotes - all standard GFM.
  4. The page appears automatically - the sidebar and navigation update immediately with no code changes.

Frontmatter fields

FieldTypeRequiredDescription
titlestringYesPage heading shown in the sidebar and at the top of the page
descriptionstringNoShort subtitle shown below the title
groupstringNoSidebar group/folder name. Omit for top-level pages
ordernumberNoSort order within its group. Lower = higher. Default: 999