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 4ea4e2a commit 8962aa6Copy full SHA for 8962aa6
docs/index.html
@@ -20,10 +20,23 @@
20
coverpage: true,//封面,_coverpage.md
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!'
27
+ },
28
+ paths: 'auto',
29
+ placeholder: {
30
+ '/': 'Search'
31
+ }
32
33
+
34
}
35
</script>
36
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
37
<!--Java代码高亮-->
38
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
39
+ <!--全文搜索-->
40
+ <script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
41
</body>
42
</html>
0 commit comments