Files
kuboard-press/.vuepress/config-sidebar-guide.js
huanqing.shao f37731549a introduction
2020-06-14 22:59:53 +08:00

21 lines
346 B
JavaScript

module.exports = {
'/guide-v2/' : [
{
title: '概述',
collapsable: true,
children: [
['', '快速搭建云原生平台']
]
},
{
title: 'Example',
collapsable: true,
children: [
'example/busybox',
'example/import',
'example/monitor-v2',
]
},
]
}