We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8962aa6 commit 20caa11Copy full SHA for 20caa11
docs/index.html
@@ -21,15 +21,13 @@
21
auto2top: true,//切换页面后是否自动跳转到页面顶部
22
//logo: 'https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png' ,
23
depth: 4,
24
- search: {
25
- noData: {
26
- '/': 'No results!'
+ search: {
+ paths: 'auto',
+ placeholder: '搜索',
27
+ noData: '找不到结果',
28
+ // Headline depth, 1 - 6
29
+ depth: 6
30
},
- paths: 'auto',
- placeholder: {
- '/': 'Search'
31
- }
32
- },
33
34
}
35
</script>
@@ -38,5 +36,6 @@
38
36
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
39
37
<!--全文搜索-->
40
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
+
41
</body>
42
</html>
0 commit comments