Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5aeba8

Browse files
[docs feat]添加图标
1 parent 5d36223 commit c5aeba8

20 files changed

+29
-13
lines changed

‎docs/.vuepress/sidebar.ts‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export const sidebarConfig = sidebar({
311311
children: [
312312
{
313313
text: "Spring&Spring Boot",
314+
icon: "bxl-spring-boot",
314315
prefix: "spring/",
315316
children: [
316317
"spring-knowledge-and-questions-summary",
@@ -338,13 +339,10 @@ export const sidebarConfig = sidebar({
338339
prefix: "system-design/",
339340
collapsible: true,
340341
children: [
341-
"system-design-questions",
342-
"design-pattern",
343342
{
344343
text: "基础",
345344
prefix: "basis/",
346345
icon: "basic",
347-
collapsible: true,
348346
children: [
349347
"RESTfulAPI",
350348
"naming",
@@ -359,7 +357,6 @@ export const sidebarConfig = sidebar({
359357
text: "安全",
360358
prefix: "security/",
361359
icon: "security-fill",
362-
collapsible: true,
363360
children: [
364361
"basis-of-authority-certification",
365362
"jwt-intro",
@@ -370,6 +367,8 @@ export const sidebarConfig = sidebar({
370367
"data-desensitization",
371368
],
372369
},
370+
"system-design-questions",
371+
"design-pattern",
373372
"schedule-task",
374373
"web-real-time-message-push",
375374
],

‎docs/.vuepress/themeConfig.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const themeConfig = hopeTheme({
1111
},
1212
repo: "https://github.com/Snailclimb/JavaGuide",
1313
docsDir: "docs",
14-
iconAssets: "//at.alicdn.com/t/c/font_2922463_bcn6tjuoz8b.css",
14+
iconAssets: "//at.alicdn.com/t/c/font_2922463_fi3mvhn3c1.css",
1515
navbar: navbarConfig,
1616
sidebar: sidebarConfig,
1717
pageInfo: [

‎docs/distributed-system/api-gateway.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: API 网关详解
33
category: 分布式
4+
icon: "gateway"
45
---
56

67
## 什么是网关?有什么用?

‎docs/distributed-system/distributed-configuration-center.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 分布式配置中心详解(付费)
33
category: 分布式
4+
icon: "configuration"
45
---
56

67
**分布式配置中心** 相关的面试题为我的[知识星球](https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc)(点击链接即可查看详细介绍以及加入方法)专属内容,已经整理到了[《Java 面试指北》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7)(点击链接即可查看详细介绍以及获取方法)中。

‎docs/distributed-system/distributed-id.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 分布式 ID 详解
33
category: 分布式
4+
icon: "id"
45
---
56

67
## 分布式 ID 介绍

‎docs/distributed-system/distributed-lock.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 分布式锁详解
33
category: 分布式
4+
icon: "lock"
45
---
56

67
网上有很多分布式锁相关的文章,写了一个相对简洁易懂的版本,针对面试和工作应该够用了。

‎docs/distributed-system/distributed-transaction.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 分布式事务详解(付费)
33
category: 分布式
4+
icon: "transanction"
45
---
56

67
**分布式事务** 相关的面试题为我的[知识星球](https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc)(点击链接即可查看详细介绍以及加入方法)专属内容,已经整理到了[《Java 面试指北》](https://www.yuque.com/docs/share/f37fc804-bfe6-4b0d-b373-9c462188fec7)(点击链接即可查看详细介绍以及获取方法)中。

‎docs/high-performance/cdn.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: CDN(内容分发网络)详解
33
category: 高性能
4+
icon: "cdn"
45
head:
56
- - meta
67
- name: keywords

‎docs/high-performance/load-balancing.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 负载均衡详解(付费)
33
category: 高性能
4+
icon: "fuzaijunheng"
45
head:
56
- - meta
67
- name: keywords

‎docs/high-performance/read-and-write-separation-and-library-subtable.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 读写分离和分库分表详解
33
category: 高性能
4+
icon: "mysql"
45
head:
56
- - meta
67
- name: keywords

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /