2024年10月15日 13:10

This commit is contained in:
许大仙 2024-10-15 05:10:41 +00:00
parent 755064c814
commit 650720d507

View File

@ -65,17 +65,6 @@ export const sidebar: DefaultTheme.Sidebar = {
{ text: '编译过程和面向接口', link: `/notes/02_c-advance/05_${commonDirectoryName}/` },
]
},
{
text: '静态链接库和动态链接库',
collapsed: true,
items: [
{ text: '变量和内存分布', link: `/notes/02_c-advance/01_${commonDirectoryName}/` },
{ text: '指针强化', link: `/notes/02_c-advance/02_${commonDirectoryName}/` },
{ text: '结构体和文件的高级用法', link: `/notes/02_c-advance/03_${commonDirectoryName}/` },
{ text: '链表和回调函数', link: `/notes/02_c-advance/04_${commonDirectoryName}/` },
{ text: '编译过程和面向接口', link: `/notes/02_c-advance/05_${commonDirectoryName}/` },
]
},
{
text: '项目构建工具',
collapsed: true,
@ -101,7 +90,7 @@ export const sidebar: DefaultTheme.Sidebar = {
]
},
{
text: 'Linux',
text: 'Linux 编程',
collapsed: true,
items: [
{ text: 'Linux 初识和安装', link: `/notes/04_linux/01_${commonDirectoryName}/` },