|
9 | 9 |
|
10 | 10 | <title>DocsifyJS Tutorial</title>
|
11 | 11 | <meta name="description"
|
12 | | - content="A tutorial for how to build a documentation site for your Github project using DocsifyJS"> |
| 12 | + content="A tutorial for how to build a documentation site for your GitHub project using DocsifyJS"> |
13 | 13 |
|
14 | 14 | <link rel="icon" href="_media/docs_face.png">
|
15 | 15 |
|
16 | | - <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css"> |
| 16 | + <link rel="stylesheet" href="//unpkg.com/docsify@4/lib/themes/buble.css"> |
17 | 17 |
|
18 | 18 | <style>
|
19 | 19 | /* Fix issue on mobile devices where a custom cover image goes off the screen. */
|
|
23 | 23 |
|
24 | 24 | </style>
|
25 | 25 |
|
26 | | - <script src="//unpkg.com/docsify-edit-on-github/index.js"></script> |
| 26 | + <script src="//unpkg.com/docsify-edit-on-github@1/index.js"></script> |
27 | 27 |
|
28 | | - <script defer src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
29 | | - <script defer src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script> |
| 28 | + <script defer src="//unpkg.com/docsify@4/lib/docsify.min.js"></script> |
| 29 | + <script defer src="//unpkg.com/prismjs@1.28.0/components/prism-markdown.min.js"></script> |
30 | 30 |
|
31 | 31 | </head>
|
32 | 32 |
|
|
0 commit comments