refactor: update links in the sidebar
This commit is contained in:
+59
-29
@@ -192,28 +192,8 @@ export default [
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
component: 'CNavItem',
|
component: 'CNavItem',
|
||||||
name: 'Form Control',
|
name: 'Autocomplete',
|
||||||
to: '/forms/form-control',
|
href: 'https://coreui.io/vue/docs/forms/autocomplete.html',
|
||||||
},
|
|
||||||
{
|
|
||||||
component: 'CNavItem',
|
|
||||||
name: 'Select',
|
|
||||||
to: '/forms/select',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
component: 'CNavItem',
|
|
||||||
name: 'Checks & Radios',
|
|
||||||
to: '/forms/checks-radios',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
component: 'CNavItem',
|
|
||||||
name: 'Range',
|
|
||||||
to: '/forms/range',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
component: 'CNavItem',
|
|
||||||
name: 'Range Slider',
|
|
||||||
href: 'https://coreui.io/vue/docs/forms/range-slider.html',
|
|
||||||
external: true,
|
external: true,
|
||||||
badge: {
|
badge: {
|
||||||
color: 'danger',
|
color: 'danger',
|
||||||
@@ -222,13 +202,8 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
component: 'CNavItem',
|
component: 'CNavItem',
|
||||||
name: 'Input Group',
|
name: 'Checks & Radios',
|
||||||
to: '/forms/input-group',
|
to: '/forms/checks-radios',
|
||||||
},
|
|
||||||
{
|
|
||||||
component: 'CNavItem',
|
|
||||||
name: 'Floating Labels',
|
|
||||||
to: '/forms/floating-labels',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
component: 'CNavItem',
|
component: 'CNavItem',
|
||||||
@@ -249,6 +224,46 @@ export default [
|
|||||||
text: 'PRO',
|
text: 'PRO',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Floating Labels',
|
||||||
|
to: '/forms/floating-labels',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Form Control',
|
||||||
|
to: '/forms/form-control',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Input Group',
|
||||||
|
to: '/forms/input-group',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Password Input',
|
||||||
|
href: 'https://coreui.io/vue/docs/forms/password-input.html',
|
||||||
|
external: true,
|
||||||
|
badge: {
|
||||||
|
color: 'danger',
|
||||||
|
text: 'PRO',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Range',
|
||||||
|
to: '/forms/range',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Range Slider',
|
||||||
|
href: 'https://coreui.io/vue/docs/forms/range-slider.html',
|
||||||
|
external: true,
|
||||||
|
badge: {
|
||||||
|
color: 'danger',
|
||||||
|
text: 'PRO',
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
component: 'CNavItem',
|
component: 'CNavItem',
|
||||||
name: 'Rating',
|
name: 'Rating',
|
||||||
@@ -259,6 +274,21 @@ export default [
|
|||||||
text: 'PRO',
|
text: 'PRO',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Select',
|
||||||
|
to: '/forms/select',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
component: 'CNavItem',
|
||||||
|
name: 'Stepper',
|
||||||
|
href: 'https://coreui.io/vue/docs/forms/stepper.html',
|
||||||
|
external: true,
|
||||||
|
badge: {
|
||||||
|
color: 'danger',
|
||||||
|
text: 'PRO',
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
component: 'CNavItem',
|
component: 'CNavItem',
|
||||||
name: 'Time Picker',
|
name: 'Time Picker',
|
||||||
|
|||||||
Reference in New Issue
Block a user