File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Specifying the latest major version allows your site to receive all non-breaking
34
34
<!-- prettier-ignore -->
35
35
``` html
36
36
<!-- Theme -->
37
- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/themes/vue.min.css" />
37
+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/dist/ themes/addons /vue.min.css" />
38
38
39
39
<!-- Docsify -->
40
40
<script src =" //cdn.jsdelivr.net/npm/docsify@5/dist/docsify.min.js" ></script >
@@ -49,7 +49,7 @@ Specifying an exact version prevents any future updates from affecting your site
49
49
<!-- prettier-ignore -->
50
50
``` html
51
51
<!-- Theme -->
52
- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5.0.0/themes/vue.min.css" />
52
+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5.0.0/dist/ themes/addons /vue.min.css" />
53
53
54
54
<!-- Docsify -->
55
55
<script src =" //cdn.jsdelivr.net/npm/docsify@5.0.0/dist/docsify.min.js" ></script >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Download or create an `index.html` template using the following markup:
51
51
<meta name =" viewport" content =" width=device-width, initial-scale=1, viewport-fit=cover" >
52
52
53
53
<!-- Core Theme -->
54
- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/themes/core.min.css" >
54
+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/dist/ themes/core.min.css" >
55
55
</head >
56
56
<body class =" loading" >
57
57
<div id =" app" ></div >
@@ -83,7 +83,7 @@ Specifying a major version in the URL (`@5`) will allow your site to receive non
83
83
<!-- prettier-ignore -->
84
84
``` html
85
85
<!-- Core Theme -->
86
- <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/themes/core.min.css" >
86
+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/docsify@5/dist/ themes/core.min.css" >
87
87
88
88
<!-- Docsify -->
89
89
<script src =" //cdn.jsdelivr.net/npm/docsify@5" ></script >
You can’t perform that action at this time.
0 commit comments