Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe95536

Browse filesBrowse files
committed
fix: add alias for summary document
为内容概要文档添加别名,修复回退错误
1 parent ee7f18e commit fe95536
Copy full SHA for fe95536

File tree

Expand file treeCollapse file tree

2 files changed

+17
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+17
-6
lines changed
Open diff view settings
Collapse file

‎docs/extra-page/cover.md‎

Copy file name to clipboardExpand all lines: docs/extra-page/cover.md
+1-2Lines changed: 1 addition & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
> 本系列知识由 Doocs 技术社区总结发布,内容涵盖高并发、分布式、高可用、微服务、海量数据处理等
66
7-
[社区首页](https://github.com/doocs/doocs.github.io)
8-
[维护者](https://github.com/yanglbme)
7+
[社区首页](https://doocs.github.io)
98
[开始学习](#互联网-java-工程师进阶知识完全扫盲©)
Collapse file

‎index.html‎

Copy file name to clipboardExpand all lines: index.html
+16-4Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,33 @@
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'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.