mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-08 18:40:11 +08:00
增加 docsify 功能
增加1. 代码复制提示 2. 章节跳转
This commit is contained in:
parent
0f62d0595b
commit
b2702b9f7a
@ -364,6 +364,15 @@
|
|||||||
// Headline depth, 1 - 6
|
// Headline depth, 1 - 6
|
||||||
depth: 6
|
depth: 6
|
||||||
},
|
},
|
||||||
|
copyCode: {
|
||||||
|
buttonText : '复制',
|
||||||
|
errorText : 'Error',
|
||||||
|
successText: 'OK!'
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
previousText: '上一章节',
|
||||||
|
nextText: '下一章节',
|
||||||
|
},
|
||||||
// subMaxLevel: 2,
|
// subMaxLevel: 2,
|
||||||
coverpage: true
|
coverpage: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user