Update sidebar.ts
关闭美编文档侧栏可折叠
This commit is contained in:
parent
4e29a48a6e
commit
9ed46c44d5
@ -11,37 +11,37 @@ export default sidebar({
|
|||||||
text: "ChapterNo1 美编的开始",
|
text: "ChapterNo1 美编的开始",
|
||||||
prefix: "ChapterNo1",
|
prefix: "ChapterNo1",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo2 排版基础",
|
text: "ChapterNo2 排版基础",
|
||||||
prefix: "ChapterNo2",
|
prefix: "ChapterNo2",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo3 InDesign 软件",
|
text: "ChapterNo3 InDesign 软件",
|
||||||
prefix: "ChapterNo3",
|
prefix: "ChapterNo3",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo4 图片",
|
text: "ChapterNo4 图片",
|
||||||
prefix: "ChapterNo4",
|
prefix: "ChapterNo4",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo5 素材管理",
|
text: "ChapterNo5 素材管理",
|
||||||
prefix: "ChapterNo5",
|
prefix: "ChapterNo5",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo6 大功告成",
|
text: "ChapterNo6 大功告成",
|
||||||
prefix: "ChapterNo6",
|
prefix: "ChapterNo6",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Appendix 附录",
|
text: "Appendix 附录",
|
||||||
@ -52,7 +52,7 @@ export default sidebar({
|
|||||||
'resource.md',
|
'resource.md',
|
||||||
'changelog.md'
|
'changelog.md'
|
||||||
],
|
],
|
||||||
collapsible: true
|
collapsible: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"/spbook/": [
|
"/spbook/": [
|
||||||
@ -65,13 +65,13 @@ export default sidebar({
|
|||||||
text: "ChapterNo1 刊物规格",
|
text: "ChapterNo1 刊物规格",
|
||||||
prefix: "Cpt1",
|
prefix: "Cpt1",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "ChapterNo2 收集和打稿",
|
text: "ChapterNo2 收集和打稿",
|
||||||
prefix: "Cpt2",
|
prefix: "Cpt2",
|
||||||
children: "structure",
|
children: "structure",
|
||||||
collapsible: true
|
collapsible: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Appendix 附录",
|
text: "Appendix 附录",
|
||||||
@ -79,7 +79,7 @@ export default sidebar({
|
|||||||
children: [
|
children: [
|
||||||
'changelog.md'
|
'changelog.md'
|
||||||
],
|
],
|
||||||
collapsible: true
|
collapsible: false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"/other/": [
|
"/other/": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user