Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Mar 2, 2024
1 parent b4340b3 commit 8adb322
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
12 changes: 11 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ const sidebars = {
type: 'category',
items: [ { type: 'autogenerated', dirName: 'guides' } ]
},
{ label: 'FAQs',
link: { type: 'doc', 'id': 'categories/faqs' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'faqs' } ]
},
{ label: 'Manuals',
link: { type: 'doc', 'id': 'categories/manuals' },
type: 'category',
Expand All @@ -22,11 +27,16 @@ const sidebars = {
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/author' } ]
},
{ label: 'Contributors',
link: { type: 'doc', 'id': 'categories/manuals-contributor' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/contributor' } ]
},
{ label: 'Curators',
link: { type: 'doc', 'id': 'categories/manuals-curator' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/curator' } ]
},
},
],
},
{ label: 'Specifications',
Expand Down

0 comments on commit 8adb322

Please sign in to comment.