Skip to content

Commit f93f9ce

Browse files
committed
Add cdn
1 parent b57712d commit f93f9ce

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ index.html
6060
</html>
6161
```
6262

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+
6367
## Showcase
6468
These open-source projects are using docsify to generate their sites. Pull requests welcome : )
6569

docs/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Code in `404.html`
102102
</nav>
103103
```
104104

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+
105110
### Options
106111

107112
#### repo

docs/zh-cn.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ docsify serve docs
101101
</nav>
102102
```
103103

104-
### CDN
105104

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)
107108

108109
### 配置参数
109110

0 commit comments

Comments
 (0)