You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = {
|
|
DocsSidebar: [
|
|
{
|
|
type: 'doc',
|
|
id: 'index',
|
|
label: 'Docs',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: '通知',
|
|
items: [
|
|
'通知/通知设置',
|
|
'通知/PDF编译器',
|
|
'通知/富文本编辑器',
|
|
],
|
|
},
|
|
],
|
|
};
|