Skip to content

Commit

Permalink
docs/sidebar: Move concepts before features (#1164)
Browse files Browse the repository at this point in the history
In reading order, concepts like container and lifecycle
should come before we talk about parameter objects, value groups, etc.
(It's also okay to merge concepts and features, but I'm not doing that
here.)

Separately, make the lifecycle page appear as "Lifecycle" in the sidebar
while still having the title "Application Lifecycle".
  • Loading branch information
abhinav committed Feb 20, 2024
1 parent 91121fc commit aa2324e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ module.exports = {
],
},
'intro.md',
{
title: 'Concepts',
children: [
'container.md',
['lifecycle.md', 'Lifecycle'],
'modules.md',
],
},
{
title: 'Features',
children: [
Expand All @@ -98,14 +106,6 @@ module.exports = {
},
],
},
{
title: 'Concepts',
children: [
'container.md',
'lifecycle.md',
'modules.md',
],
},
['faq.md', 'FAQ'],
{
title: 'Community',
Expand Down

0 comments on commit aa2324e

Please sign in to comment.