Skip to content

Commit

Permalink
Update Sidebar Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
codermast committed Aug 18, 2024
1 parent 10020c7 commit 69bd48a
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/computer-basic/computer-composition/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dir :
order : 2
link : true
---
# 「408」计算机组成原理
# CO - 计算机组成原理
2 changes: 1 addition & 1 deletion docs/computer-basic/computer-network/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dir :
order : 4
link : true
---
# 「408」计算机网络
# CN - 计算机网络
7 changes: 7 additions & 0 deletions docs/computer-basic/database-principles/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
index : false
dir :
order : 5
link : true
---
# DB - 数据库原理
2 changes: 1 addition & 1 deletion docs/computer-basic/datastruct/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dir :
order : 1
link : true
---
# 「408」数据结构
# DS - 数据结构
2 changes: 1 addition & 1 deletion docs/computer-basic/operating-system/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dir :
order : 3
link : true
---
# 「408」计算机操作系统
# OS - 计算机操作系统
7 changes: 7 additions & 0 deletions docs/computer-basic/software-engineering/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
index : false
dir :
order : 6
link : true
---
# SE - 软件工程
1 change: 1 addition & 0 deletions docs/java/collection/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
index : false
icon : mdi:collection
dir :
link : true
---
Expand Down
1 change: 1 addition & 0 deletions docs/java/core/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
index : false
icon : ri:coreos-fill
dir :
order : 1
link : true
Expand Down
1 change: 1 addition & 0 deletions docs/java/io/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
index : false
icon : fluent:stream-20-filled
dir :
link : true
---
Expand Down
10 changes: 10 additions & 0 deletions docs/java/jvm/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
index : false
icon : material-symbols:allergies
dir :
link : true
---

# JVM - 虚拟机

##
7 changes: 0 additions & 7 deletions docs/java/jvm/redemd.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/java/thread/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
index : false
icon : uim:process
dir :
link : true
---
Expand Down
3 changes: 2 additions & 1 deletion docs/spring-series/spring/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
index : false
icon : simple-icons:spring
dir :
order : 0
order : 1
link : true
---
# Spring
Expand Down
4 changes: 3 additions & 1 deletion docs/spring-series/springboot/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
index : false
dir :
icon : simple-icons:springboot
dir :
order : 3
link : true
---
# SpringBoot
Expand Down
8 changes: 8 additions & 0 deletions docs/spring-series/springcloud/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
index : false
icon : clarity:data-cluster-solid
dir :
order : 4
link : true
---
# Spring Cloud
7 changes: 7 additions & 0 deletions docs/spring-series/springmvc/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
---
index : false
icon : fluent:cloud-flow-20-filled
dir :
order : 2
link : true
---
# Spring MVC

0 comments on commit 69bd48a

Please sign in to comment.