Skip to content

Commit 8f5691b

Browse files
authored
docs: merge plugin-related navigation items (#5655) [ci skip]
1 parent ddabb66 commit 8f5691b

File tree

1 file changed

+38
-11
lines changed

1 file changed

+38
-11
lines changed

docs/.vuepress/config.js

+38-11
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,47 @@ module.exports = {
7272
text: 'Config Reference',
7373
link: '/config/'
7474
},
75-
{
76-
text: 'Plugin Dev Guide',
77-
items: [
78-
{ text: 'Plugin Dev Guide', link: '/dev-guide/plugin-dev.md' },
79-
{ text: 'UI Plugin Info', link: '/dev-guide/ui-info.md' },
80-
{ text: 'UI Plugin API', link: '/dev-guide/ui-api.md' },
81-
{ text: 'UI Localization', link: '/dev-guide/ui-localization.md' }
82-
]
83-
},
8475
{
8576
text: 'Plugins',
8677
items: [
87-
{ text: 'Core plugins', link: '/core-plugins/' },
88-
{ text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' }
78+
{
79+
text: 'Configuration',
80+
items:
81+
[
82+
{ text: 'Core', link: '/core-plugins/' },
83+
]
84+
},
85+
{
86+
text: 'Discover',
87+
items:
88+
[
89+
{ text: 'Browse', link: 'https://awesomejs.dev/for/vue-cli/' }
90+
]
91+
},
92+
{
93+
text: 'Development',
94+
items:
95+
[
96+
{ text: 'Guide', link: '/dev-guide/plugin-dev.md' },
97+
]
98+
},
99+
{
100+
text: 'API',
101+
items:
102+
[
103+
{ text: 'Plugin', link: '/dev-guide/plugin-api.md' },
104+
{ text: 'Generator', link: '/dev-guide/generator-api.md' },
105+
]
106+
},
107+
{
108+
text: 'UI',
109+
items:
110+
[
111+
{ text: 'Info', link: '/dev-guide/ui-info.md' },
112+
{ text: 'API', link: '/dev-guide/ui-api.md' },
113+
{ text: 'Localization', link: '/dev-guide/ui-localization.md' }
114+
]
115+
},
89116
]
90117
},
91118
{

0 commit comments

Comments
 (0)