diff --git a/408Notes/.vuepress/config.js b/408Notes/.vuepress/config.js index 7f31f5b..ad6bbb7 100644 --- a/408Notes/.vuepress/config.js +++ b/408Notes/.vuepress/config.js @@ -7,7 +7,7 @@ module.exports = { themeConfig: { //reco 主题相关 noFoundPageByTencent: false, - + subSidebar: 'auto',//在所有页面中启用自动生成子侧边栏,原 sidebar 仍然兼容 //默认主题支持 logo: '/icons.png', head: [ @@ -16,7 +16,7 @@ module.exports = { ['link', { rel: 'apple-touch-icon', href: `/favicon.ico`, type: "image/x-icon" }], ], nav: [ - { text: '首页', link: '/', link: 'reco-home' }, + { text: '首页', link: '/', icon: 'reco-home' }, { text: '数据结构', items: [ diff --git a/408Notes/OperatingSystem/OS_3_内存管理/OS_2_1_进程与线程.md b/408Notes/OperatingSystem/OS_3_内存管理/OS_2_1_进程与线程.md deleted file mode 100644 index 3fc099d..0000000 --- a/408Notes/OperatingSystem/OS_3_内存管理/OS_2_1_进程与线程.md +++ /dev/null @@ -1,3 +0,0 @@ -# 进程与线程 - -一片荒芜,期待你贡献出你的笔记~ 🥰 diff --git a/408Notes/OperatingSystem/OS_5_设备管理/OS_4_2_文件系统实现.md b/408Notes/OperatingSystem/OS_5_设备管理/OS_4_2_文件系统实现.md deleted file mode 100644 index 3fc099d..0000000 --- a/408Notes/OperatingSystem/OS_5_设备管理/OS_4_2_文件系统实现.md +++ /dev/null @@ -1,3 +0,0 @@ -# 进程与线程 - -一片荒芜,期待你贡献出你的笔记~ 🥰 diff --git a/408Notes/README.md b/408Notes/README.md index 3257d7d..c56e75c 100644 --- a/408Notes/README.md +++ b/408Notes/README.md @@ -10,8 +10,6 @@ footer: GPL Licensed | Copyright © 2020-present Kim Yang