Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f293dd

Browse files
Merge pull request MichaelCurrin#21 from MichaelCurrin/feat-lock-pkg-urls
feat: lock versions of packages
2 parents 2ade12b + 5101f25 commit 4f293dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ždocs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
<title>DocsifyJS Tutorial</title>
1111
<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">
1313

1414
<link rel="icon" href="_media/docs_face.png">
1515

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">
1717

1818
<style>
1919
/* Fix issue on mobile devices where a custom cover image goes off the screen. */
@@ -23,10 +23,10 @@
2323

2424
</style>
2525

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>
2727

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>
3030

3131
</head>
3232

0 commit comments

Comments
Β (0)