We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846ce4 commit 591ed79Copy full SHA for 591ed79
docs_dev/.vuepress/config.js
@@ -54,7 +54,14 @@ module.exports = {
54
'/developer-guide/vanilla-boilerplate/developing-elementaries/elementary-sample',
55
]
56
},
57
- '/developer-guide/vanilla-boilerplate/developing-compounds',
+ {
58
+ title: 'Developing Compounds',
59
+ children: [
60
+ '/developer-guide/vanilla-boilerplate/developing-compounds/',
61
+ '/developer-guide/vanilla-boilerplate/developing-compounds/compound-init',
62
+ '/developer-guide/vanilla-boilerplate/developing-compounds/compound-sample',
63
+ ]
64
+ },
65
'/developer-guide/vanilla-boilerplate/adding-docs',
66
'/developer-guide/vanilla-boilerplate/available-scripts',
67
0 commit comments