-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
docs: merge plugin-related navigation items #5655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,20 +72,47 @@ module.exports = { | |
text: 'Config Reference', | ||
link: '/config/' | ||
}, | ||
{ | ||
text: 'Plugin Dev Guide', | ||
items: [ | ||
{ text: 'Plugin Dev Guide', link: '/dev-guide/plugin-dev.md' }, | ||
{ text: 'UI Plugin Info', link: '/dev-guide/ui-info.md' }, | ||
{ text: 'UI Plugin API', link: '/dev-guide/ui-api.md' }, | ||
{ text: 'UI Localization', link: '/dev-guide/ui-localization.md' } | ||
] | ||
}, | ||
{ | ||
text: 'Plugins', | ||
items: [ | ||
{ text: 'Core plugins', link: '/core-plugins/' }, | ||
{ text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' } | ||
{ | ||
text: 'Configuration', | ||
items: | ||
[ | ||
{ text: 'Core', link: '/core-plugins/' }, | ||
] | ||
}, | ||
{ | ||
text: 'Discover', | ||
items: | ||
[ | ||
{ text: 'Browse', link: 'https://awesomejs.dev/for/vue-cli/' } | ||
] | ||
}, | ||
{ | ||
text: 'Development', | ||
items: | ||
[ | ||
{ text: 'Guide', link: '/dev-guide/plugin-dev.md' }, | ||
] | ||
}, | ||
{ | ||
text: 'API', | ||
items: | ||
[ | ||
{ text: 'Plugin', link: '/dev-guide/plugin-api.md' }, | ||
{ text: 'Generator', link: '/dev-guide/generator-api.md' }, | ||
] | ||
}, | ||
{ | ||
text: 'UI', | ||
items: | ||
[ | ||
{ text: 'Info', link: '/dev-guide/ui-info.md' }, | ||
gtsiolis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ text: 'API', link: '/dev-guide/ui-api.md' }, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hopefully this duplicate label here won't create any confusion given there's a section label above in https://github.com/vuejs/vue-cli/pull/5655/files#diff-d669c10d59b56bb12a815dd48ce8d884R100. Maybe it's worth considering refactoring these closely related documentation sections. 🔮 |
||
{ text: 'Localization', link: '/dev-guide/ui-localization.md' } | ||
] | ||
}, | ||
] | ||
}, | ||
{ | ||
|
Uh oh!
There was an error while loading. Please reload this page.