1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-26 11:40:29 +08:00
Files
408CSFamily/docs/manuscripts/os/os.sidebar.ts

53 lines
855 B
TypeScript

export const osSidebar = [
{
text: '系统概述',
prefix: '系统概述',
children: [
{
text: '引论',
link: '1.操作系统引论.md'
}
]
},
{
text: '进程管理',
prefix: '进程管理',
children: [
{
text: '基本概念',
link: '1.basic_concepts.md'
}
]
},
{
text: '内存管理',
prefix: '内存管理',
children: [
{
text: '基本概念',
link: '1.basic_concepts.md'
}
]
},
{
text: '文件管理',
prefix: '文件管理',
children: [
{
text: '基本概念',
link: '1.basic_concepts.md'
}
]
},
{
text: 'I/O管理',
prefix: 'I/O管理',
children: [
{
text: '基本概念',
link: '1.basic_concepts.md'
}
]
}
]