File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ index.html
60
60
</html >
61
61
```
62
62
63
+ ## CDN
64
+ - UNPKG [ https://unpkg.com/docsify/ ] ( https://unpkg.com/docsify/ )
65
+ - jsDelivr [ http://www.jsdelivr.com/projects/docsify ] ( http://www.jsdelivr.com/projects/docsify )
66
+
63
67
## Showcase
64
68
These open-source projects are using docsify to generate their sites. Pull requests welcome : )
65
69
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ Code in `404.html`
102
102
</nav >
103
103
```
104
104
105
+
106
+ ### CDN
107
+ - UNPKG [ https://unpkg.com/docsify/ ] ( https://unpkg.com/docsify/ )
108
+ - jsDelivr [ http://www.jsdelivr.com/projects/docsify ] ( http://www.jsdelivr.com/projects/docsify )
109
+
105
110
### Options
106
111
107
112
#### repo
Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ docsify serve docs
101
101
</nav >
102
102
```
103
103
104
- ### CDN
105
104
106
- 目前可用的 CDN 有 [ UNPKG] ( unpkg.com/docsify ) ,如果觉得访问较慢可以将文件放到 Pages 的目录下。
105
+ ### CDN
106
+ - UNPKG [ https://unpkg.com/docsify/ ] ( https://unpkg.com/docsify/ )
107
+ - jsDelivr [ http://www.jsdelivr.com/projects/docsify ] ( http://www.jsdelivr.com/projects/docsify )
107
108
108
109
### 配置参数
109
110
You can’t perform that action at this time.
0 commit comments