This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-docs/docs/.vitepress/sidebar.js

26 lines
418 B
JavaScript

export const sidebar = {
'/en/': [
{
text: 'Guide',
items: [
{ text: 'Button', link: '/en/' },
],
},
],
'/': [
{
text: '介绍',
items: [
{ text: '简介', link: '/' },
],
},
{
text: '组件',
items: [
{ text: 'chartList', link: '/chartList' },
{ text: 'panelChart', link: '/panelChart' }
],
}
],
};