Tabs
Top-level tabbed navigation for docs sites.
Top-level tabs are the section bar in the docs header. Each sections: entry in site.yaml is one tab with its own sidebar navigation tree.
sections:
- name: Guides
slug: guides
path: guides
icon: book-open
- name: API
slug: api
api: payments
icon: code
- name: Reference
icon: box
children:
- name: SDK
slug: sdk
sdk: payments-sdk
icon: terminal
Field | Notes |
|---|---|
| Tab label |
| URL segment for leaf sections |
| Optional emoji, short text, or Lucide name ( |
| Group tab with a dropdown of child sections |
Guide sections use Markdown under path. Embed sections use api, sdk, or cli. See Navigation and site.yaml.