Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Dec 30, 2024
1 parent 0168b73 commit dc6ac5a
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,24 @@

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],

// But you can create a sidebar manually
/*
tutorialSidebar: [
docs: [
{
type: 'autogenerated',
dirName: '.'
}
],
devSidebar: [
{
type: 'category',
label: 'Tutorial',
items: ['hello'],
},
type: 'autogenerated',
dirName: '.'
}
],
*/
contractsSidebar: [
{
type: 'autogenerated',
dirName: '.'
}
]
};

module.exports = sidebars;

0 comments on commit dc6ac5a

Please sign in to comment.