docs-v2/data/api_nav_groups.yml

56 lines
1.0 KiB
YAML

# API Navigation Groups
# Defines sidebar navigation structure for API reference documentation
# Tags are grouped by function/task for better UX
#
# Group fields:
# name: Display name in the navigation
# weight: Sort order (lower = higher)
# tags: List of tag names that belong to this group
# url: (optional) URL path suffix for the group page (relative to api/)
groups:
- name: Concepts
weight: 1
tags:
- Quick start
- Authentication
- Headers and parameters
- name: Write data
weight: 2
tags:
- Write data
- name: Query data
weight: 3
tags:
- Query data
- name: Cache data
weight: 4
tags:
- Cache data
- name: Administration
weight: 5
url: administration
tags:
- Database
- Table
- Token
- name: Processing Engine
weight: 6
tags:
- Processing engine
- name: Server
weight: 7
tags:
- Server information
- name: Compatibility
weight: 8
tags:
- Compatibility endpoints