Skip to content

Commit

Permalink
Revert "Reverting sidebar"
Browse files Browse the repository at this point in the history
This reverts commit d21065e.
  • Loading branch information
skrawcz committed Sep 20, 2023
1 parent d21065e commit a6e828e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config = {
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
sidebarId: 'dataflowSidebar',
position: 'left',
label: 'Dataflows',
},
Expand Down
4 changes: 2 additions & 2 deletions contrib/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
dataflowSidebar: [{type: 'autogenerated', dirName: '.'}],

// But you can create a sidebar manually
/*
tutorialSidebar: [
dataflowSidebar: [
'intro',
'hello',
{
Expand Down

0 comments on commit a6e828e

Please sign in to comment.