Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
temporarily hide "troubleshooting" in sidebar
  • Loading branch information
linnnsss authored Sep 27, 2023
1 parent 9245dcf commit f40a28c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const sidebars = {
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}]
tutorialSidebar: [
{ type: 'autogenerated', dirName: '.', exclude: ['troubleshooting.md'] }
]
};

module.exports = sidebars;

0 comments on commit f40a28c

Please sign in to comment.