Skip to content

Commit 463cb3b

Browse files
committed
docs:更新数据结构专栏
1 parent e9ae995 commit 463cb3b

File tree

5 files changed

+623
-4
lines changed

5 files changed

+623
-4
lines changed

docs/.vuepress/config.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,14 @@ module.exports = {
243243
items: [
244244
{
245245
text: 'Kafka',
246-
items: [{
246+
items: [
247+
{
247248
text: 'Kafka门派知多少',
248249
link: '/md/kafka/Kafka门派知多少.md'
250+
},
251+
{
252+
text: '08-全网最全图解Kafka适用场景',
253+
link: '/md/kafka/08-全网最全图解Kafka适用场景.md'
249254
},
250255
]
251256
},
@@ -284,7 +289,7 @@ module.exports = {
284289
{
285290
text: '设计原则',
286291
items: [{
287-
text: 'Kafka门派知多少',
292+
text: '设计原则概述',
288293
link: '/md/kafka/Kafka门派知多少.md'
289294
},
290295
]
@@ -840,6 +845,7 @@ module.exports = {
840845
children: [
841846
"00-数据结构与算法专栏大纲",
842847
"【图解数据结构与算法】LRU缓存淘汰算法面试时到底该怎么写",
848+
"【图解数据结构】外行人也能看懂的哈希表",
843849
]
844850
}],
845851

@@ -918,8 +924,9 @@ module.exports = {
918924
collapsable: false,
919925
sidebarDepth: 0,
920926
children: [
921-
"Kafka门派知多少.md",
922-
"15-基于kafka实现延迟队列.md"
927+
// "Kafka门派知多少",
928+
"08-全网最全图解Kafka适用场景",
929+
// "15-基于kafka实现延迟队列"
923930
]
924931
}],
925932
"/md/rabbitmq": [{
@@ -970,6 +977,7 @@ module.exports = {
970977
sidebarDepth: 0,
971978
children: [
972979
"查询执行引擎:如何让聚合计算加速?",
980+
"18-分布式数据库的HTAP能统一OLTP和 OLAP吗?",
973981
]
974982
}],
975983
"/md/12306/": [{

docs/md/algorithm/data-structures/todo.md

Whitespace-only changes.

0 commit comments

Comments
 (0)