Skip to content

Commit

Permalink
fixed missing composition docs in the sidebar (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Apr 27, 2022
1 parent 603ed97 commit 2e041e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/sidebars.js
Expand Up @@ -94,6 +94,11 @@ module.exports = {
label: 'Advanced Types/Nested Definitions',
id: 'advanced_features/Advanced-Types'
},
{
type: 'doc',
label: 'Composing Configs',
id: 'advanced_features/Composition'
},
{
type: 'doc',
label: 'Post-Init Hooks',
Expand Down

0 comments on commit 2e041e2

Please sign in to comment.