Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing tag #407

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions reference/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@
- label: Webhooks
href: ./create-and-manage-webhooks.md

- heading: Admin API
items:
- label: Overview
href: ././admin-api-overview.md
- open_api_spec: admin-api.yaml
only:
- Projects
- API keys
- Usage

- heading: Authentication
items:
- label: Overview
href: ./authentication-guide.md
- label: Basic authentication
href: ./basic-authentication.md
- label: Bearer token authentication
href: ./disposable-bearer-token-authentication.md
collapsed: true
items:
- label: Basic authentication
href: ./basic-authentication.md
- label: Bearer token authentication
href: ./disposable-bearer-token-authentication.md
- open_api_spec: openapi.yaml
only:
- Advanced authentication
Expand All @@ -39,6 +31,7 @@
- Watermarks
- Captions
- Chapters
- Tags

- heading: Live Streams
items:
Expand All @@ -64,6 +57,16 @@
only:
- Webhooks

- heading: Admin API
items:
- label: Overview
href: ././admin-api-overview.md
- open_api_spec: admin-api.yaml
only:
- Projects
- API keys
- Usage

- heading: Errors
items:
- label: Authentication Errors
Expand Down
Loading