|
7 | 7 | <meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
|
8 | 8 | <meta name="description" content="A magical documentation generator.">
|
9 | 9 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
10 |
| - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue"> |
11 |
| - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled> |
12 |
| - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled> |
13 |
| - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled> |
| 10 | + <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" title="vue"> |
| 11 | + <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css" title="dark" disabled> |
| 12 | + <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css" title="buble" disabled> |
| 13 | + <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css" title="pure" disabled> |
14 | 14 | <style>
|
15 | 15 | nav.app-nav li ul {
|
16 | 16 | min-width: 100px;
|
|
66 | 66 | ]
|
67 | 67 | }
|
68 | 68 | </script>
|
69 |
| -<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
70 |
| -<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> |
71 |
| -<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> |
72 |
| -<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script> |
73 |
| -<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script> |
| 69 | +<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> |
| 70 | +<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> |
| 71 | +<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script> |
| 72 | +<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script> |
| 73 | +<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-nginx.min.js"></script> |
74 | 74 | </html>
|
0 commit comments