Skip to content

Commit 5ffe49f

Browse files
committed
chore: improve naming of some of the api resources
1 parent eb7aae1 commit 5ffe49f

File tree

7 files changed

+7
-62
lines changed

7 files changed

+7
-62
lines changed
File renamed without changes.
File renamed without changes.

Diff for: src/app/v5/dev/api/fonts/page.mdx

-54
This file was deleted.

Diff for: src/app/v5/dev/api/auth/page.mdx renamed to src/app/v5/dev/api/oauth/page.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export const metadata = {
22
title: 'Authentication',
33
description:
4-
'This page documents the authentication endpoints of the API.',
4+
'This page documents the oauth endpoints of the API.',
55
}
66

7-
# Authentication
7+
# OAuth
88

99
## Trigger auth provider flow {{ tag: 'GET', label: '/auth' }}
1010

Diff for: src/navigation.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,18 @@ export const nav: Array<NavGroup> = [
4646
title: 'API reference',
4747
links: [
4848
{ title: 'Overview', href: '/v5/dev/api' },
49-
{ title: 'Authentication', href: '/v5/dev/api/auth' },
49+
{ title: 'OAuth', href: '/v5/dev/api/oauth' },
5050
{ title: 'Status', href: '/v5/dev/api/status' },
5151
{ title: 'Effects', href: '/v5/dev/api/effects' },
52-
{ title: 'Fonts', href: '/v5/dev/api/fonts' },
53-
{ title: 'Custom-Variables', href: '/v5/dev/api/customvariables' },
54-
{ title: 'Variables', href: '/v5/dev/api/variables' },
52+
{ title: 'Custom Variables', href: '/v5/dev/api/custom-variables' },
53+
{ title: 'Replace Variables', href: '/v5/dev/api/replace-variables' },
5554
{ title: 'Viewers', href: '/v5/dev/api/viewers' },
56-
{ title: 'CustomRoles', href: '/v5/dev/api/customroles' },
55+
{ title: 'Custom Roles', href: '/v5/dev/api/custom-roles' },
5756
{ title: 'Currency', href: '/v5/dev/api/currency' },
5857
{ title: 'Quotes', href: '/v5/dev/api/quotes' },
5958
{ title: 'Counters', href: '/v5/dev/api/counters' },
6059
{ title: 'Timers', href: '/v5/dev/api/timers' },
61-
{ title: 'Effect Queues', href: '/v5/dev/api/effectqueues' },
60+
{ title: 'Effect Queues', href: '/v5/dev/api/effect-queues' },
6261
],
6362
},
6463
{

0 commit comments

Comments
 (0)