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