2024-05-23 17:18:51 +08:00
|
|
|
export const sidebar = {
|
|
|
|
|
'/en/': [
|
|
|
|
|
{
|
|
|
|
|
text: 'Guide',
|
|
|
|
|
items: [
|
|
|
|
|
{ text: 'Button', link: '/en/' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
'/': [
|
|
|
|
|
{
|
|
|
|
|
text: '介绍',
|
|
|
|
|
items: [
|
|
|
|
|
{ text: '简介', link: '/' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: '组件',
|
|
|
|
|
items: [
|
2024-05-24 10:41:35 +08:00
|
|
|
{
|
|
|
|
|
text: 'chartList',
|
|
|
|
|
link: '/chartList',
|
|
|
|
|
items: [
|
|
|
|
|
{ text: 'chartHeader', link: '/chartHeader' },
|
|
|
|
|
{
|
|
|
|
|
text: 'panelChart',
|
|
|
|
|
link: '/panelChart',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
text: 'chart',
|
|
|
|
|
link: '/chart',
|
|
|
|
|
items: [
|
2024-05-24 15:23:17 +08:00
|
|
|
{text: 'chartTimeSeries', link: '/chartTimeSeries'},
|
|
|
|
|
{text: 'chartAutotopology', link: '/chartAutotopology'},
|
|
|
|
|
{text: 'chartDiagram', link: '/chartDiagram'},
|
2024-05-24 15:35:17 +08:00
|
|
|
{text: 'chartLegend', link: '/chartLegend'},
|
2024-05-24 10:41:35 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-05-24 18:27:29 +08:00
|
|
|
{
|
|
|
|
|
text: 'table',
|
|
|
|
|
link: '/table',
|
|
|
|
|
items: [
|
2024-05-27 11:17:38 +08:00
|
|
|
{
|
|
|
|
|
text: 'nzDataList',
|
|
|
|
|
link: '/nzDataList',
|
|
|
|
|
items:[
|
|
|
|
|
{text:'searchBox', link: '/searchBox'},
|
|
|
|
|
{text:'searchInput', link: '/searchInput'},
|
|
|
|
|
{text:'bottomBox', link: '/bottomBox'},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{ text: 'nzDetailView', link: '/nzDetailView',},
|
2024-05-27 15:19:04 +08:00
|
|
|
{ text: 'deleteButton', link: '/deleteButton',},
|
|
|
|
|
{ text: 'rightBox', link: '/rightBox',},
|
|
|
|
|
|
2024-05-24 18:27:29 +08:00
|
|
|
]
|
|
|
|
|
}
|
2024-05-23 17:18:51 +08:00
|
|
|
],
|
2024-05-27 15:19:04 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
text: '其他组件',
|
|
|
|
|
items:[
|
|
|
|
|
{text:'clickSearch', link: '/clickSearch'},
|
|
|
|
|
{text:'promqlInput', link: '/promqlInput'},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: '引用插件',
|
|
|
|
|
items:[
|
|
|
|
|
{text:'le5le', link: '/le5le'},
|
|
|
|
|
{text:'map', link: '/map'},
|
|
|
|
|
{text:'xterm', link: '/xterm'},
|
|
|
|
|
{text:'时间插件', link: '/time'},
|
|
|
|
|
{text:'Quill', link: '/quill'},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: '注意事项',
|
|
|
|
|
link: '/note',
|
2024-05-23 17:18:51 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
};
|