Skip to content

Commit 8645138

Browse files
committed
docs(api-server): refactor sidebar navigation and content structure
- Update sidebar labels: 'How-To Guides' to 'Guides' and 'Reference' to 'API Reference' - Rename file paths for consistency with sidebar changes - Update content paths in file system to match new sidebar labels
1 parent 86a2abf commit 8645138

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default defineConfig({
4747
],
4848
},
4949
{
50-
label: 'How-To Guides',
50+
label: 'Guides',
5151
collapsed: true,
5252
items: [
5353
{ label: 'Overview', link: '/api-server/how-to/' },
@@ -72,10 +72,10 @@ export default defineConfig({
7272
label: 'Reference',
7373
collapsed: true,
7474
items: [
75-
{ label: 'Overview', link: '/api-server/api-reference/' },
76-
{ label: 'Authentication', link: '/api-server/api-reference/authentication' },
77-
{ label: 'Data Access', link: '/api-server/api-reference/data-access' },
78-
{ label: 'Core Data Models', link: '/api-server/api-reference/core-models' },
75+
{ label: 'Overview', link: '/api-server/reference/' },
76+
{ label: 'Authentication', link: '/api-server/reference/authentication' },
77+
{ label: 'Data Access', link: '/api-server/reference/data-access' },
78+
{ label: 'Core Data Models', link: '/api-server/reference/core-models' },
7979
],
8080
},
8181
{ label: 'Deployment', link: '/api-server/deployment' },
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)