fix(search) ignore empty link
This commit is contained in:
parent
fcb66e8bc7
commit
754f92ce8e
4 changed files with 13 additions and 13 deletions
|
|
@ -7,7 +7,9 @@
|
|||
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
|
||||
<meta name="description" content="A magical documentation generator.">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
|
||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
|
||||
</head>
|
||||
<body>
|
||||
<nav data-cloak>
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@
|
|||
<link rel="stylesheet" href="//unpkg.com/docsify/themes/dark.css">
|
||||
```
|
||||
|
||||
<a id="demo-theme-vue">vue.css</a>
|
||||
<a id="demo-theme-buble">buble.css</a>
|
||||
<a id="demo-theme-dark">dark.css</a>
|
||||
|
||||
!> CSS 的压缩文件位于 `/lib/themes/`
|
||||
|
||||
如果你有其他想法或者想开发别的主题,欢迎提 [PR](https://github.com/QingWei-Li/docsify/pulls)。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue