70 lines
1.2 KiB
YAML
70 lines
1.2 KiB
YAML
# API Navigation Groups
|
|
# Defines sidebar navigation structure for API reference documentation
|
|
# Single-tag groups render as direct links; multi-tag groups create nested menus
|
|
#
|
|
# Group fields:
|
|
# name: Display name in the navigation
|
|
# weight: Sort order (lower = higher)
|
|
# tags: List of tag names that belong to this group
|
|
|
|
groups:
|
|
- name: Quick start
|
|
weight: 1
|
|
tags:
|
|
- Quick start
|
|
|
|
- name: Authentication
|
|
weight: 2
|
|
tags:
|
|
- Authentication
|
|
|
|
- name: Headers and parameters
|
|
weight: 3
|
|
tags:
|
|
- Headers and parameters
|
|
|
|
- name: Write data
|
|
weight: 10
|
|
tags:
|
|
- Write data
|
|
|
|
- name: Query data
|
|
weight: 11
|
|
tags:
|
|
- Query data
|
|
|
|
- name: Cache data
|
|
weight: 12
|
|
tags:
|
|
- Cache data
|
|
|
|
- name: Database
|
|
weight: 20
|
|
tags:
|
|
- Database
|
|
|
|
- name: Table
|
|
weight: 21
|
|
tags:
|
|
- Table
|
|
|
|
- name: Token
|
|
weight: 22
|
|
tags:
|
|
- Token
|
|
|
|
- name: Processing engine
|
|
weight: 30
|
|
tags:
|
|
- Processing engine
|
|
|
|
- name: Server information
|
|
weight: 40
|
|
tags:
|
|
- Server information
|
|
|
|
- name: Compatibility endpoints
|
|
weight: 50
|
|
tags:
|
|
- Compatibility endpoints
|