docs: 第九章大纲

This commit is contained in:
camera-2018
2023-07-22 22:03:24 +08:00
parent e8c1fad4da
commit 678c13a886
4 changed files with 68 additions and 7 deletions

View File

@@ -67,6 +67,11 @@ export function main_sidebar() {
collapsed: true,
items: [{ text: "8.基础学科", link: "/8.基础学科/8.基础学科" }]
},
{
text: "9.计算机网络",
collapsed: true,
items: [{ text: "9.计算机网络", link: "/9.计算机网络/9.计算机网络" }]
},
{
text: 'Contributors',
link: '/contributors'
@@ -636,4 +641,17 @@ export function chapter8() {
]
}
]
}
export function chapter9() {
return [
{ text: '返回上一层', link: '/简介' },
{
text: '9.计算机网络',
collapsed: false,
items: [
{ text: '9.计算机网络', link: '/9.计算机网络/9.计算机网络' },
]
}
]
}