|
@@ -14,7 +14,6 @@ module.exports = {
|
|
{text: '指南', link: '/guide/'},
|
|
{text: '指南', link: '/guide/'},
|
|
{text: 'GitHub', link: 'https://github.com/anji-plus/report'},
|
|
{text: 'GitHub', link: 'https://github.com/anji-plus/report'},
|
|
{text: 'Gitee', link: 'https://gitee.com/anji-plus/report'},
|
|
{text: 'Gitee', link: 'https://gitee.com/anji-plus/report'},
|
|
- {text: '谁在使用', link: '/guide/briefUsing'},
|
|
|
|
{text: '更多大屏', link: '/guide/bigScreenCase'},
|
|
{text: '更多大屏', link: '/guide/bigScreenCase'},
|
|
],
|
|
],
|
|
sidebar: {
|
|
sidebar: {
|
|
@@ -24,7 +23,6 @@ module.exports = {
|
|
collapsable: false,
|
|
collapsable: false,
|
|
children: [
|
|
children: [
|
|
{title: '简介', path: '/guide/'},
|
|
{title: '简介', path: '/guide/'},
|
|
- {title: '谁在使用', path: '/guide/briefUsing'},
|
|
|
|
{title: '技术支持', path: '/guide/briefSupport'},
|
|
{title: '技术支持', path: '/guide/briefSupport'},
|
|
{title: '更多大屏', path: '/guide/bigScreenCase'},
|
|
{title: '更多大屏', path: '/guide/bigScreenCase'},
|
|
]
|
|
]
|