diff --git a/_docs/index.html b/_docs/index.html
index 10679f3f..3e9754eb 100644
--- a/_docs/index.html
+++ b/_docs/index.html
@@ -23,18 +23,16 @@
// basepath: '../docs/',
// Search Support
- // search: {
- // maxAge: 43200000, // 过期时间,单位毫秒,默认一天
- // paths: 'auto',
- // placeholder: {
- // '/en/': 'Search',
- // '/': '搜索',
- // },
- // noData: {
- // '/en/': 'No Results',
- // '/': '找不到结果',
- // },
- // },
+ search: {
+ maxAge: 43200000, // 过期时间,单位毫秒,默认一天
+ paths: 'auto',
+ placeholder: {
+ '/': '搜索文档...',
+ },
+ noData: {
+ '/': '找不到结果',
+ },
+ },
// load sidebar from _sidebar.md
loadSidebar: '_sidebar',
@@ -46,5 +44,6 @@
}
+