diff --git a/docs/.vuepress/sidebar/index.ts b/docs/.vuepress/sidebar/index.ts index 7407bc8d3..7de7ebe44 100644 --- a/docs/.vuepress/sidebar/index.ts +++ b/docs/.vuepress/sidebar/index.ts @@ -4,7 +4,7 @@ export const zhSidebar = sidebar({ "/java/": "structure", "/database/": "structure", "/front-end": "structure", - "/computer/": "structure", + "/computer-basic/": "structure", "/spring-series": "structure", "/dev-tools": "structure", "/dev-idea": "structure", diff --git a/docs/computer-basic/computer-composition/readme.md b/docs/computer-basic/computer-composition/readme.md index 1321202c6..64b9d3d5b 100644 --- a/docs/computer-basic/computer-composition/readme.md +++ b/docs/computer-basic/computer-composition/readme.md @@ -4,4 +4,4 @@ dir : order : 2 link : true --- -# 「408」计算机组成原理 \ No newline at end of file +# CO - 计算机组成原理 \ No newline at end of file diff --git a/docs/computer-basic/computer-network/Readme.md b/docs/computer-basic/computer-network/Readme.md index 56998a2f5..b2ed0cc3b 100644 --- a/docs/computer-basic/computer-network/Readme.md +++ b/docs/computer-basic/computer-network/Readme.md @@ -4,4 +4,4 @@ dir : order : 4 link : true --- -# 「408」计算机网络 \ No newline at end of file +# CN - 计算机网络 \ No newline at end of file diff --git a/docs/computer-basic/database-principles/readme.md b/docs/computer-basic/database-principles/readme.md new file mode 100644 index 000000000..c4705f4ad --- /dev/null +++ b/docs/computer-basic/database-principles/readme.md @@ -0,0 +1,7 @@ +--- +index : false +dir : + order : 5 + link : true +--- +# DB - 数据库原理 \ No newline at end of file diff --git a/docs/computer-basic/datastruct/readme.md b/docs/computer-basic/datastruct/readme.md index 1c47a9134..d70073e81 100644 --- a/docs/computer-basic/datastruct/readme.md +++ b/docs/computer-basic/datastruct/readme.md @@ -4,4 +4,4 @@ dir : order : 1 link : true --- -# 「408」数据结构 \ No newline at end of file +# DS - 数据结构 \ No newline at end of file diff --git a/docs/computer-basic/operating-system/readme.md b/docs/computer-basic/operating-system/readme.md index 4f04b308a..d67c4619f 100644 --- a/docs/computer-basic/operating-system/readme.md +++ b/docs/computer-basic/operating-system/readme.md @@ -4,4 +4,4 @@ dir : order : 3 link : true --- -# 「408」计算机操作系统 \ No newline at end of file +# OS - 计算机操作系统 \ No newline at end of file diff --git a/docs/computer-basic/software-engineering/readme.md b/docs/computer-basic/software-engineering/readme.md new file mode 100644 index 000000000..a876b40d8 --- /dev/null +++ b/docs/computer-basic/software-engineering/readme.md @@ -0,0 +1,7 @@ +--- +index : false +dir : + order : 6 + link : true +--- +# SE - 软件工程 \ No newline at end of file diff --git a/docs/java/collection/readme.md b/docs/java/collection/readme.md index febc144fc..b25f21efa 100644 --- a/docs/java/collection/readme.md +++ b/docs/java/collection/readme.md @@ -1,5 +1,6 @@ --- index : false +icon : mdi:collection dir : link : true --- diff --git a/docs/java/core/readme.md b/docs/java/core/readme.md index f3a323f00..01ef416c6 100644 --- a/docs/java/core/readme.md +++ b/docs/java/core/readme.md @@ -1,5 +1,6 @@ --- index : false +icon : ri:coreos-fill dir : order : 1 link : true diff --git a/docs/java/io/readme.md b/docs/java/io/readme.md index a62caa165..73ae1db9f 100644 --- a/docs/java/io/readme.md +++ b/docs/java/io/readme.md @@ -1,5 +1,6 @@ --- index : false +icon : fluent:stream-20-filled dir : link : true --- diff --git a/docs/java/jvm/readme.md b/docs/java/jvm/readme.md new file mode 100644 index 000000000..3498d3076 --- /dev/null +++ b/docs/java/jvm/readme.md @@ -0,0 +1,10 @@ +--- +index : false +icon : material-symbols:allergies +dir : + link : true +--- + +# JVM - 虚拟机 + +## \ No newline at end of file diff --git a/docs/java/jvm/redemd.md b/docs/java/jvm/redemd.md deleted file mode 100644 index 7453406bc..000000000 --- a/docs/java/jvm/redemd.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -index : false -dir : - link : true ---- - -# JVM - 虚拟机 \ No newline at end of file diff --git a/docs/java/thread/readme.md b/docs/java/thread/readme.md index e7707d259..da2bc067e 100644 --- a/docs/java/thread/readme.md +++ b/docs/java/thread/readme.md @@ -1,5 +1,6 @@ --- index : false +icon : uim:process dir : link : true --- diff --git a/docs/spring-series/spring/readme.md b/docs/spring-series/spring/readme.md index de70cace6..526fe5998 100644 --- a/docs/spring-series/spring/readme.md +++ b/docs/spring-series/spring/readme.md @@ -1,7 +1,8 @@ --- index : false +icon : simple-icons:spring dir : - order : 0 + order : 1 link : true --- # Spring diff --git a/docs/spring-series/springboot/readme.md b/docs/spring-series/springboot/readme.md index b0a88ded9..90914f92c 100644 --- a/docs/spring-series/springboot/readme.md +++ b/docs/spring-series/springboot/readme.md @@ -1,6 +1,8 @@ --- index : false -dir : +icon : simple-icons:springboot +dir : + order : 3 link : true --- # SpringBoot diff --git a/docs/spring-series/springcloud/readme.md b/docs/spring-series/springcloud/readme.md new file mode 100644 index 000000000..eb94da280 --- /dev/null +++ b/docs/spring-series/springcloud/readme.md @@ -0,0 +1,8 @@ +--- +index : false +icon : clarity:data-cluster-solid +dir : + order : 4 + link : true +--- +# Spring Cloud \ No newline at end of file diff --git a/docs/spring-series/springmvc/readme.md b/docs/spring-series/springmvc/readme.md index 30fae0d99..1f446489b 100644 --- a/docs/spring-series/springmvc/readme.md +++ b/docs/spring-series/springmvc/readme.md @@ -1 +1,8 @@ +--- +index : false +icon : fluent:cloud-flow-20-filled +dir : + order : 2 + link : true +--- # Spring MVC \ No newline at end of file