Skip to content

Commit

Permalink
index.tx
Browse files Browse the repository at this point in the history
  • Loading branch information
makemyownlife committed Dec 20, 2023
1 parent f702b34 commit 6f860ca
Showing 1 changed file with 60 additions and 42 deletions.
102 changes: 60 additions & 42 deletions docs/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,55 +12,73 @@ export default sidebar({
"00localandclustercache",
"01fourJDKlocalcache",
"02pagelistcache",
"13GuavaCache.md",
"05boolfilter",
"07Redistransaction",
"09SpringCache",
"10DruidDataSource.md",
"11CommonsPool2.md",
"12howtodesigncachesdk.md",
"13GuavaCache.md"
"12howtodesigncachesdk.md"
]
},
{
text: "消息队列",
icon: "Kafka",
prefix: "mq",
collapsible: true,
children: [
{
text: "RocketMQ4.X设计精要",
prefix: "rocketmq4/",
collapsible: true,
icon: "apacherocketmq",
children: [
"00RocketMQ4_introduce",
"01RocketMQ4_artch",
"01RocketMQ4_network",
"02RocketMQ4_nameserver",
"03RocketMQ4_producer",
"04RocketMQ4_store",
"06RocketMQ4_consumer",
"07RocketMQ4_broadcast_consumer",
"08RocketMQ4_masterslave",
"10RocketMQ4_transaction",
"11RocketMQ4_messagetrack",
"13RocketMQ4_subscribe_consistent",
"14RocketMQ4_mideng"
],
}
]
},
{
text: "技术人生",
icon: "life-ring",
prefix: "codelife",
collapsible: true,
children: [
"runningforcode.md",
"messagequeuecareer.md",
"howtolearnopenproject.md",
"guotuxuexistorm.md",
]
}
icon
:
"Kafka",
prefix
:
"mq",
collapsible
:
true,
children
:
[
{
text: "RocketMQ4.X设计精要",
prefix: "rocketmq4/",
collapsible: true,
icon: "apacherocketmq",
children: [
"00RocketMQ4_introduce",
"01RocketMQ4_artch",
"01RocketMQ4_network",
"02RocketMQ4_nameserver",
"03RocketMQ4_producer",
"04RocketMQ4_store",
"06RocketMQ4_consumer",
"07RocketMQ4_broadcast_consumer",
"08RocketMQ4_masterslave",
"10RocketMQ4_transaction",
"11RocketMQ4_messagetrack",
"13RocketMQ4_subscribe_consistent",
"14RocketMQ4_mideng"
],
}
]
}
,
{
text: "技术人生",
icon
:
"life-ring",
prefix
:
"codelife",
collapsible
:
true,
children
:
[
"runningforcode.md",
"messagequeuecareer.md",
"howtolearnopenproject.md",
"guotuxuexistorm.md",
]
});
}
]
})
;

0 comments on commit 6f860ca

Please sign in to comment.