新增“其他文档”板块

1. 新增编辑部撰稿及制刊规范
2. 新增外交部工作注意事项
3. 新增制刊时间线
This commit is contained in:
2024-08-21 15:24:18 +08:00
parent 3cfdd6b370
commit 2ac3d8df49
6 changed files with 150 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export default navbar([
"/",
"/reference/",
"/spbook/",
"/other/"
// {
// text: "指南",
// icon: "lightbulb",

View File

@@ -73,5 +73,25 @@ export default sidebar({
children: "structure",
collapsible: true
}
],
"/other/": [
{
text: "其他参考文档",
link: 'README.md',
icon: "book"
},
{
text: "编辑部撰稿及制刊规范",
link: 'editor.md',
},
{
text: "外交部工作注意事项",
link: 'foreign.md',
},
{
text: "制刊时间线",
link: "timeline.md"
}
]
});