文档更新

1. 美编文档 README -> 新增阅读指南/调整了 InDesign 版本声明的位置/删除 shields
2. 美编文档 附录 -> 新增高版本文档向下兼容的方法
3. 美编文档 3.2 基本操作 -> 新增 InDesign 的文件类型/两个(多个)未串接的文本框的串接方法
4. 为左侧导航栏添加可折叠属性
5. 更新项目依赖
This commit is contained in:
2024-03-16 00:49:12 +08:00
parent 2b889be35b
commit 438962e227
10 changed files with 61 additions and 9 deletions

View File

@@ -2,35 +2,46 @@ import { sidebar } from "vuepress-theme-hope";
export default sidebar({
"/reference/": [
{
text: "美编参考文档",
link: 'README.md',
icon: "book"
},
{
text: "ChapterNo1 美编的开始",
prefix: "ChapterNo1",
children: "structure",
collapsible: true
},
{
text: "ChapterNo2 排版的基本知识",
prefix: "ChapterNo2",
children: "structure",
collapsible: true
},
{
text: "ChapterNo3 InDesign 软件",
prefix: "ChapterNo3",
children: "structure",
collapsible: true
},
{
text: "ChapterNo4 图片处理",
prefix: "ChapterNo4",
children: "structure",
collapsible: true
},
{
text: "ChapterNo5 素材管理",
prefix: "ChapterNo5",
children: "structure",
collapsible: true
},
{
text: "ChapterNo6 大功告成",
prefix: "ChapterNo6",
children: "structure",
collapsible: true
},
{
text: "Appendix 附录",
@@ -39,18 +50,26 @@ export default sidebar({
'question.md',
'vscode.md'
],
collapsible: true
}
],
"/spbook/": [
{
text: "高三特刊参考文档",
link: 'README.md',
icon: "book"
},
{
text: "ChapterNo1 刊物规格",
prefix: "Cpt1",
children: "structure",
collapsible: true
},
{
text: "ChapterNo2 收集和打稿",
prefix: "Cpt2",
children: "structure"
children: "structure",
collapsible: true
}
]
});