Skip to content

Commit 82b80af

Browse files
committed
Removed html block for latest version
1 parent 92b0e39 commit 82b80af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docsify serve docs
3636

3737
## Manual initialization
3838

39-
If you don't like `npm` or have trouble installing the tool, you can manually create `index.html` (the code below will load the latest version of docsify automatically. If you want a specific version to avoid any broken elements in the future, [see below](#specifying-docsify-versions)):
39+
If you don't like `npm` or have trouble installing the tool, you can manually create `index.html`:
4040

4141
```html
4242
<!-- index.html -->
@@ -47,7 +47,7 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr
4747
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4848
<meta name="viewport" content="width=device-width,initial-scale=1">
4949
<meta charset="UTF-8">
50-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
50+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
5151
</head>
5252
<body>
5353
<div id="app"></div>
@@ -56,7 +56,7 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr
5656
//...
5757
}
5858
</script>
59-
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
59+
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
6060
</body>
6161
</html>
6262
```

0 commit comments

Comments
 (0)