Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.24 KB

File metadata and controls

54 lines (46 loc) · 1.24 KB
title Core Concepts
description The basic building blocks of this starter kit.

Overview

This page is an example. Replace every concept with the real terms your product uses.

The building blocks

Every page is an `.mdx` file. Content lives in the repo and is safe to edit. Sidebar structure comes from `documentation.json`. Reusable blocks like Callouts, Steps, Tabs, and Cards keep pages consistent. If you use it, the API tab reads from `openapi.yaml`.

Navigation shape (sample)

{
  "tab": "Documentation",
  "groups": [
    {
      "group": "Getting Started",
      "pages": [
        { "title": "Introduction", "path": "introduction" }
      ]
    }
  ]
}

How to adapt this page

Swap "Pages" and "Components" for your real domain language. Create a section for the ideas your users must learn first.