From 48ffe00b329a1721eda8e71b12a044cd05a634f8 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Tue, 1 Oct 2024 20:12:31 +0200 Subject: [PATCH 1/2] Add missing tag --- reference/navigation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/navigation.yaml b/reference/navigation.yaml index 0c52fb1b..99c1ef4e 100644 --- a/reference/navigation.yaml +++ b/reference/navigation.yaml @@ -39,6 +39,7 @@ - Watermarks - Captions - Chapters + - Tags - heading: Live Streams items: From 31df639b78d8d375c9019666390b43bd6139010d Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Tue, 1 Oct 2024 20:49:55 +0200 Subject: [PATCH 2/2] Update tag order --- reference/navigation.yaml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/reference/navigation.yaml b/reference/navigation.yaml index 99c1ef4e..755a5cad 100644 --- a/reference/navigation.yaml +++ b/reference/navigation.yaml @@ -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 @@ -65,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