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