File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 44
55> 本系列知识由 Doocs 技术社区总结发布,内容涵盖高并发、分布式、高可用、微服务、海量数据处理等
66
7- [ 社区首页] ( https://github.com/doocs/doocs.github.io )
8- [ 维护者] ( https://github.com/yanglbme )
7+ [ 社区首页] ( https://doocs.github.io )
98[ 开始学习] ( #互联网-java-工程师进阶知识完全扫盲© )
Original file line number Diff line number Diff line change 3939 < script >
4040 window . $docsify = {
4141 name : 'advanced-java' ,
42- // repo: 'doocs/advanced-java',
42+ repo : 'doocs/advanced-java' ,
4343 maxLevel : 3 ,
4444 auto2top : true ,
4545 coverpage : true ,
4646 coverpage : 'docs/extra-page/cover.md' ,
4747 loadSidebar : 'summary.md' ,
48+ alias : {
49+ '/.*/.*/summary' : 'summary.md' ,
50+ '/.*/summary.md' : 'summary.md'
51+ } ,
4852 pagination : {
4953 previousText : '上一篇' ,
5054 nextText : '下一篇' ,
5155 crossChapter : true ,
5256 crossChapterText : true
5357 } ,
54- search : [
55- '/'
56- ] ,
58+ search : {
59+ maxAge : 1800000 ,
60+ paths : [
61+ '/docs/high-concurrency/' ,
62+ '/docs/distributed-system/' ,
63+ '/docs/high-availability/' ,
64+ '/docs/micor-services/' ,
65+ '/docs/big-data/' ,
66+ ] ,
67+ depth : 3
68+ } ,
5769 darkMode : {
5870 light : {
5971 toggleBtnBg : '#42b983'
You can’t perform that action at this time.
0 commit comments