新增“其他文档”板块
1. 新增编辑部撰稿及制刊规范 2. 新增外交部工作注意事项 3. 新增制刊时间线
This commit is contained in:
@@ -4,6 +4,7 @@ export default navbar([
|
||||
"/",
|
||||
"/reference/",
|
||||
"/spbook/",
|
||||
"/other/"
|
||||
// {
|
||||
// text: "指南",
|
||||
// icon: "lightbulb",
|
||||
|
@@ -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"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user