We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28be64 commit bfaa84eCopy full SHA for bfaa84e
docs/website/docusaurus.config.ts
@@ -83,12 +83,13 @@ export default {
83
items: [
84
{
85
type: 'docSidebar',
86
- sidebarId: 'tutorialSidebar',
+ sidebarId: 'docsSidebar',
87
position: 'left',
88
label: 'Documentation',
89
},
90
91
to: '/docs/api/owlistic-api',
92
+ sidebarId: 'apiSidebar',
93
label: 'API Reference',
94
position: 'right',
95
0 commit comments