Skip to content

Commit d92d030

Browse files
authored
feat: Included docsify version in url for the template (#107)
* feat: Included docsify version in url * Updated href paths for jsdelivr
1 parent 0d1ebe8 commit d92d030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/template/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
9+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
1010
</head>
1111
<body>
1212
<div id="app"></div>
@@ -16,6 +16,7 @@
1616
repo: ''
1717
}
1818
</script>
19-
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
19+
<!-- Docsify v4 -->
20+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
2021
</body>
2122
</html>

0 commit comments

Comments
 (0)