mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore: update CDN links to use the correct path for Docsify themes
This commit is contained in:
parent
f0b03f6d98
commit
5b4b435211
@ -34,7 +34,7 @@ Specifying the latest major version allows your site to receive all non-breaking
|
||||
<!-- prettier-ignore -->
|
||||
```html
|
||||
<!-- Theme -->
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/themes/vue.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/dist/themes/addons/vue.min.css" />
|
||||
|
||||
<!-- Docsify -->
|
||||
<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
|
||||
<!-- prettier-ignore -->
|
||||
```html
|
||||
<!-- Theme -->
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5.0.0/themes/vue.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5.0.0/dist/themes/addons/vue.min.css" />
|
||||
|
||||
<!-- Docsify -->
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@5.0.0/dist/docsify.min.js"></script>
|
||||
|
||||
@ -51,7 +51,7 @@ Download or create an `index.html` template using the following markup:
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
|
||||
<!-- Core Theme -->
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/themes/core.min.css">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/dist/themes/core.min.css">
|
||||
</head>
|
||||
<body class="loading">
|
||||
<div id="app"></div>
|
||||
@ -83,7 +83,7 @@ Specifying a major version in the URL (`@5`) will allow your site to receive non
|
||||
<!-- prettier-ignore -->
|
||||
```html
|
||||
<!-- Core Theme -->
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/themes/core.min.css">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@5/dist/themes/core.min.css">
|
||||
|
||||
<!-- Docsify -->
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@5"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user