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
3434<!-- prettier-ignore -->
3535``` html
3636<!-- 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" />
3838
3939<!-- Docsify -->
4040<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
4949<!-- prettier-ignore -->
5050``` html
5151<!-- 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" />
5353
5454<!-- Docsify -->
5555<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:
5151 <meta name =" viewport" content =" width=device-width, initial-scale=1, viewport-fit=cover" >
5252
5353 <!-- 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" >
5555 </head >
5656 <body class =" loading" >
5757 <div id =" app" ></div >
@@ -83,7 +83,7 @@ Specifying a major version in the URL (`@5`) will allow your site to receive non
8383<!-- prettier-ignore -->
8484``` html
8585<!-- 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" >
8787
8888<!-- Docsify -->
8989<script src =" //cdn.jsdelivr.net/npm/docsify@5" ></script >
You can’t perform that action at this time.
0 commit comments