From 1dae053473397ad324070d144f2072117e17df68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=9C=E6=AC=A2=E8=8A=9D=E5=A3=AB=E7=9A=84=E5=A6=B9?= =?UTF-8?q?=E5=A6=B9?= Date: Fri, 3 Feb 2023 09:41:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 +- docs/.vuepress/config/navbar/index.js | 10 +++---- docs/.vuepress/config/sidebar.js | 26 +++++++++---------- .../config/sidebar/algorithm_content.js | 2 -- docs/.vuepress/config/sidebar/ds_content.js | 2 -- docs/ccp/sidebar_content.js | 1 - 6 files changed, 19 insertions(+), 24 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 602c9f9..7b15a21 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -40,7 +40,7 @@ export default { // 博客配置 - blog:{ + blog_:{ name:'测试', avatar:'', description:'', diff --git a/docs/.vuepress/config/navbar/index.js b/docs/.vuepress/config/navbar/index.js index 4a9be90..f1a406c 100644 --- a/docs/.vuepress/config/navbar/index.js +++ b/docs/.vuepress/config/navbar/index.js @@ -51,21 +51,21 @@ module.exports = [ text: "思维导图", children: [{ text: '数据结构', - link: '/note-map/DS_Map' + link: '/note-map/ds-map' }, { text: '操作系统', - link: '/note-map/OS_Map' + link: '/note-map/os-map' }, { text: '计算机组成原理', - link: '/note-map/CCP_Map' + link: '/note-map/ccp-map' }, { text: '计算机网络', - link: '/note-map/CN_Map' + link: '/note-map/cn-map' }] }] }, { text: "大事记", - link: "/big-event-history/" + link: "/big-event-history" }, ]; diff --git a/docs/.vuepress/config/sidebar.js b/docs/.vuepress/config/sidebar.js index 23aff72..6709a72 100644 --- a/docs/.vuepress/config/sidebar.js +++ b/docs/.vuepress/config/sidebar.js @@ -1,18 +1,18 @@ module.exports = { // "/category/": require("../../category/sidebar_contents"), // "/DataStructure/": require("../../category/sidebar_contents"), - "/DS": require("../../DS/sidebar_contents"), - "/OS": [ - { - text: 'VuePress Reference', - collapsible: true, - children: ['/reference/cli.md', '/reference/config.md'], - }, - { - text: 'Bundlers Reference', - collapsible: true, - children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'], - }, - ], + "/ds": require("../../ds/sidebar_contents"), + // "/OS": [ + // { + // text: 'VuePress Reference', + // collapsible: true, + // children: ['/reference/cli.md', '/reference/config.md'], + // }, + // { + // text: 'Bundlers Reference', + // collapsible: true, + // children: ['/reference/bundler/vite.md', '/reference/bundler/webpack.md'], + // }, + // ], }; diff --git a/docs/.vuepress/config/sidebar/algorithm_content.js b/docs/.vuepress/config/sidebar/algorithm_content.js index c4ce0d7..7603b48 100644 --- a/docs/.vuepress/config/sidebar/algorithm_content.js +++ b/docs/.vuepress/config/sidebar/algorithm_content.js @@ -1,6 +1,4 @@ module.exports = [ - // 'basic_introduction', - // 'linear_table', { text: '基础入门', link: "/ds/basic_introduction", diff --git a/docs/.vuepress/config/sidebar/ds_content.js b/docs/.vuepress/config/sidebar/ds_content.js index 7e74e7f..c408290 100644 --- a/docs/.vuepress/config/sidebar/ds_content.js +++ b/docs/.vuepress/config/sidebar/ds_content.js @@ -1,6 +1,4 @@ module.exports = [ - // 'basic_introduction', - // 'linear_table', { text: '基础入门', link: "/ds/basic_introduction", diff --git a/docs/ccp/sidebar_content.js b/docs/ccp/sidebar_content.js index 592a015..3367539 100644 --- a/docs/ccp/sidebar_content.js +++ b/docs/ccp/sidebar_content.js @@ -7,5 +7,4 @@ * @LastEditTime: 2022-04-21 23:19:10 */ module.exports=[ - ] \ No newline at end of file