Skip to content

Commit

Permalink
upd: sidebar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszhu committed Feb 22, 2022
1 parent 6c8b56f commit c46ada3
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@
Create as many sidebars as you want.
*/

module.exports = {
// @ts-check

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

// But you can create a sidebar manually
/*
tutorialSidebar: [
Expand All @@ -35,3 +27,5 @@ module.exports = {
],
*/
};

module.exports = sidebars;

0 comments on commit c46ada3

Please sign in to comment.