|
9 | 9 | <metahttp-equiv="X-UA-Compatible"content="IE=edge,chrome=1"/> |
10 | 10 | <metaname="keywords"content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages"> |
11 | 11 | <metaname="description"content="A magical documentation generator."> |
12 | | - |
13 | 12 | <metaname="viewport"content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
14 | | -<link |
15 | | -rel="stylesheet" |
16 | | -href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/docsify-style.min.css" |
17 | | -title="docsify-darklight-theme" |
18 | | -type="text/css" |
19 | | -/> |
20 | | -<linkrel="stylesheet"href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"title="vue"disabled> |
| 13 | +<linkrel="stylesheet"href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"title="vue"> |
21 | 14 | <linkrel="stylesheet"href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css"title="dark"disabled> |
22 | 15 | <linkrel="stylesheet"href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"title="buble"disabled> |
23 | 16 | <linkrel="stylesheet"href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css"title="pure"disabled> |
24 | 17 |
|
25 | 18 | <scriptsrc="//cdn.jsdelivr.net/npm/docsify-plugin-codefund/index.js"></script> |
| 19 | + |
26 | 20 | <style> |
27 | 21 | nav.app-navliul { |
28 | 22 | min-width:100px; |
|
70 | 64 | '/':'Search' |
71 | 65 | } |
72 | 66 | }, |
73 | | -darklightTheme:{ |
74 | | -bodyFontSize :'15px', |
75 | | -}, |
76 | 67 | formatUpdated:'{MM}/{DD} {HH}:{mm}', |
77 | 68 | plugins:[ |
78 | 69 | function(hook,vm){ |
|
107 | 98 | <scriptsrc="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script> |
108 | 99 | <scriptsrc="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script> |
109 | 100 | <scriptsrc="//cdn.jsdelivr.net/npm/prismjs/components/prism-nginx.min.js"></script> |
110 | | -<script |
111 | | -src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@3/dist/index.min.js" |
112 | | -type="text/javascript"> |
113 | | -</script> |
114 | 101 | <script> |
115 | 102 | ((window.gitter={}).chat={}).options={ |
116 | 103 | room:'docsifyjs/Lobby' |
|