Skip to content

Commit

Permalink
Fix sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Mar 4, 2024
1 parent 5b1c82a commit 7c65ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config = {
items: [
{
type: 'docSidebar',
sidebarId: 'guidesSidebar',
sidebarId: 'integrationsSidebar',
position: 'left',
label: 'Integrations',
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{ type: 'autogenerated', dirName: 'integrations' }],
integrationsSidebar: [{ type: 'autogenerated', dirName: 'integrations' }],
docusaurusSidebar: [{ type: 'autogenerated', dirName: 'docusaurus' }],
extensionsSidebar: [{ type: 'autogenerated', dirName: 'extensions' }],
guidesSidebar: [{ type: 'autogenerated', dirName: 'guides' }],
Expand Down

0 comments on commit 7c65ae5

Please sign in to comment.