double
pfqgauxfb 2 months ago
parent 775136ffa3
commit 0f6559b8d7

@ -1,18 +1,22 @@
module.exports = { /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
DocsSidebar: [ const sidebars = {
docs: [
{ {
type: 'doc', type: 'doc',
id: 'index', id: 'intro',
label: 'Docs', label: '介绍'
}, },
{ {
type: 'category', type: 'category',
label: '通知', label: '通知',
items: [ items: [
'通知/通知简介',
'通知/通知设置', '通知/通知设置',
'通知/PDF编译器', '通知/PDF编译器',
'通知/富文本编辑器', '通知/富文本编辑器'
], ]
}, }
], ]
}; };
module.exports = sidebars;

Loading…
Cancel
Save