Skip to content

Commit

Permalink
Fix sidebar + remove hidden folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tradersnow222 committed Nov 28, 2024
1 parent 3743dd8 commit ccf5c69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
6 changes: 0 additions & 6 deletions 1IP-DAO-deliverables/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions 1IP-DAO-deliverables/hw-wallet-deliverables/README.md

This file was deleted.

17 changes: 2 additions & 15 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,11 @@
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/

module.exports = {
tutorialSidebar: [
{
type: 'category',
label: 'Governance',
items: [
'governance/overview', // Correct document ID
'governance/voting-process', // Correct document ID
'governance/dao-treasury', // Correct document ID (previously misnamed)
// Add more valid document IDs here
],
},
],
// Automatically generate a sidebar based on the folder structure in the docs directory
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
};

0 comments on commit ccf5c69

Please sign in to comment.