Skip to content

Commit

Permalink
Merge pull request #407 from apivideo/Add-tags-tag-to-references-nav
Browse files Browse the repository at this point in the history
Add missing tag
  • Loading branch information
szekelyzol authored Oct 1, 2024
2 parents 6d9c41d + 31df639 commit b962c2a
Showing 1 changed file with 17 additions and 14 deletions.
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

0 comments on commit b962c2a

Please sign in to comment.