diff --git a/docs/index.html b/docs/index.html
index a71cac9..111ef34 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -364,6 +364,15 @@
// Headline depth, 1 - 6
depth: 6
},
+ copyCode: {
+ buttonText : '复制',
+ errorText : 'Error',
+ successText: 'OK!'
+ },
+ pagination: {
+ previousText: '上一章节',
+ nextText: '下一章节',
+ },
// subMaxLevel: 2,
coverpage: true
}