Skip to content

Commit 73eaa85

Browse files
committed
blog
1 parent 50ef296 commit 73eaa85

37 files changed

+1526
-641
lines changed

docs/.vuepress/config.js

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ module.exports = {
3737
{ text: '数据结构与算法', link: '/data-structure-algorithms/' },
3838
{ text: '设计模式', link: '/design-pattern/' },
3939
{ text: '数据存储与缓存', link: '/data-store/' },
40+
{ text: '分布式架构', link: '/' },
4041
{ text: '直击面试', link: '/interview/' },
4142
],
4243
sidebar: {
4344
"/java/": genJavaSidebar(),
4445
"/data-structure-algorithms/": genDSASidebar(),
4546
"/design-pattern/": genDesignPatternSidebar(),
46-
//"/data-store/": genDataStoreSidebar(),
47+
"/": genDataStoreSidebar(),
4748
"/interview/": genInterviewSidebar(),
4849
},
4950
blogConfig: {
@@ -100,12 +101,11 @@ function genJavaSidebar() {
100101
"JUC/volatile","JUC/synchronized","JUC/CAS",
101102
['JUC/Concurrent-Container','Collection 大局观'],
102103
"JUC/AQS",
103-
'JUC/Reentrantlock',
104104
"JUC/ThreadLocal",
105105
"JUC/CountDownLatch、CyclicBarrier、Semaphore",
106106
['JUC/BlockingQueue','阻塞队列'],
107107
"JUC/Thread-Pool",
108-
"JUC/Locks",
108+
"JUC/Locks"
109109
]
110110
}
111111
];
@@ -168,17 +168,18 @@ function genDataStoreSidebar(){
168168

169169
function genInterviewSidebar(){
170170
return [
171-
['Collections-FAQ', 'Java集合面试'],
172-
['JUC-FAQ', 'Java 多线程面试'],
173-
['JVM-FAQ', 'JVM 面试'],
174-
['MySQL-FAQ', 'MySQL 面试'],
175-
['Redis-FAQ', 'Redis 面试'],
176-
['Network-FAQ', '计算机网络面试'],
177-
['Kafka-FAQ', 'Kafka 面试'],
178-
['ZooKeeper-FAQ', 'Zookeeper 面试'],
179-
['MyBatis-FAQ', 'MyBatis 面试'],
180-
['Spring-FAQ', 'Spring 面试'],
181-
['Design-Pattern-FAQ', '设计模式面试'],
182-
['Tomcat-FAQ', 'Tomcat 面试'],
171+
['Java-Basics-FAQ', 'Java基础部分'],
172+
['Collections-FAQ', 'Java集合部分'],
173+
['JUC-FAQ', 'Java 多线程部分'],
174+
['JVM-FAQ', 'JVM 部分'],
175+
['MySQL-FAQ', 'MySQL 部分'],
176+
['Redis-FAQ', 'Redis 部分'],
177+
['Network-FAQ', '计算机网络部分'],
178+
['Kafka-FAQ', 'Kafka 部分'],
179+
['ZooKeeper-FAQ', 'Zookeeper 部分'],
180+
['MyBatis-FAQ', 'MyBatis 部分'],
181+
['Spring-FAQ', 'Spring 部分'],
182+
['Design-Pattern-FAQ', '设计模式部分'],
183+
['Tomcat-FAQ', 'Tomcat 部分'],
183184
];
184185
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)