INNER CODE UNIT · JavaScript
genSidebarConfig
JackyAndroid/AndroidInterview-Q-A · source/.vuepress/config.js:63
function genSidebarConfig() {
return [
{
title: '题库',
collapsable: false,
children: [
'',
]
},
// {
// title: 'Java',
// collapsable: true,
// children: [
// 'java',
// '父类的静态方法能否被子类重写-猎豹',
// 'java排序查找算法-美团',
// '列举java的集合和继承关系-百度-美团',
// '虚拟机-百度-乐视',