File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,10 +202,15 @@ module.exports = {
202202 { text : '环境搭建' , link : '/md/12306/环境搭建.md' }
203203
204204 ] } ,
205- { text : '核心技术文档' , items : [
206- { text : '如何生成分布式ID' , link : '/md/12306/如何生成分布式ID.md' }
207-
208- ] }
205+ { text : '核心技术文档' , items :
206+ [
207+ { text : '如何生成分布式ID' , link : '/md/12306/如何生成分布式ID.md' } ,
208+ { text : '详解雪花算法' , link : '/md/12306/详解雪花算法.md' } ,
209+ { text : '责任链模式重构复杂业务场景' , link : '/md/12306/责任链模式重构复杂业务场景.md' } ,
210+ { text : '死磕设计模式之抽象责任链模式' , link : '/md/12306/死磕设计模式之抽象责任链模式.md' } ,
211+ { text : '策略模式在项目设计中的应用' , link : '/md/12306/策略模式在项目设计中的应用.md' } ,
212+ ]
213+ }
209214 ]
210215 }
211216 ] ,
@@ -475,7 +480,11 @@ module.exports = {
475480 collapsable : false ,
476481 sidebarDepth : 0 ,
477482 children : [
478- "如何生成分布式ID.md" ,
483+ "如何生成分布式ID.md" ,
484+ "详解雪花算法.md" ,
485+ "责任链模式重构复杂业务场景.md" ,
486+ "死磕设计模式之抽象责任链模式.md" ,
487+ "策略模式在项目设计中的应用.md" ,
479488 ]
480489 }
481490 ] ,
You can’t perform that action at this time.
0 commit comments