Skip to content

Commit

Permalink
Added documented libraries to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXFeeD committed Nov 13, 2024
1 parent de21af0 commit c267a63
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
librariesSidebar: [
'BackpackAPI',
'ClassicUI',
'CoreUtility',
{
type: 'category',
label: 'Dungeon Utility',
Expand All @@ -34,9 +37,11 @@ module.exports = {
items: [
'DungeonUtility/structure-formats',
'DungeonUtility/structure-loader',
'DungeonUtility/item-generation',
'DungeonUtility/structure-piece'
'DungeonUtility/structure-piece',
'DungeonUtility/item-generation'
]
}
},
'FtbQuests',
'InfiniteDepth'
]
};

0 comments on commit c267a63

Please sign in to comment.