Skip to content

Commit 7b4cef8

Browse files
authored
Update cdn.md
1 parent efc5396 commit 7b4cef8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cdn.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@
55
## Последняя версия
66

77
```html
8-
<!-- load css -->
8+
<!-- Подключение CSS -->
99
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
1010

11-
<!-- load script -->
11+
<!-- Подключение скрипта -->
1212
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
1313
```
1414

15-
Альтернатива, использовать [сжатые файлы](#compressed-file).
15+
В качестве альтернативы можно использовать [сжатые файлы](#compressed-file).
1616

1717
## Специфичная версия
1818

1919
```html
20-
<!-- load css -->
20+
<!-- Подключение CSS -->
2121
<link rel="stylesheet" href="//unpkg.com/[email protected]/themes/vue.css">
2222

23-
<!-- load script -->
23+
<!-- Подключение скрипта -->
2424
<script src="//unpkg.com/[email protected]/lib/docsify.js"></script>
2525
```
2626

2727
## Сжатые файлы
2828

2929
```html
30-
<!-- load css -->
30+
<!-- Подключение CSS -->
3131
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
3232

33-
<!-- load script -->
33+
<!-- Подключение скрипта -->
3434
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
3535
```
3636

3737
```html
38-
<!-- load css -->
38+
<!-- Подключение CSS -->
3939
<link rel="stylesheet" href="//unpkg.com/[email protected]/lib/themes/vue.css">
4040

41-
<!-- load script -->
41+
<!-- Подключение скрипта -->
4242
<script src="//unpkg.com/[email protected]/lib/docsify.min.js"></script>
4343
```
4444

0 commit comments

Comments
 (0)