mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
2024年10月15日 13:10
This commit is contained in:
parent
755064c814
commit
650720d507
@ -65,17 +65,6 @@ export const sidebar: DefaultTheme.Sidebar = {
|
|||||||
{ text: '编译过程和面向接口', link: `/notes/02_c-advance/05_${commonDirectoryName}/` },
|
{ 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: '项目构建工具',
|
text: '项目构建工具',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
@ -101,7 +90,7 @@ export const sidebar: DefaultTheme.Sidebar = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Linux',
|
text: 'Linux 编程',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Linux 初识和安装', link: `/notes/04_linux/01_${commonDirectoryName}/` },
|
{ text: 'Linux 初识和安装', link: `/notes/04_linux/01_${commonDirectoryName}/` },
|
||||||
|
Loading…
Reference in New Issue
Block a user