Skip to content

Commit bfaa84e

Browse files
Update/align sidebar names
1 parent f28be64 commit bfaa84e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/website/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ export default {
8383
items: [
8484
{
8585
type: 'docSidebar',
86-
sidebarId: 'tutorialSidebar',
86+
sidebarId: 'docsSidebar',
8787
position: 'left',
8888
label: 'Documentation',
8989
},
9090
{
9191
to: '/docs/api/owlistic-api',
92+
sidebarId: 'apiSidebar',
9293
label: 'API Reference',
9394
position: 'right',
9495
},

0 commit comments

Comments
 (0)