File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
## Последняя версия
6
6
7
7
``` html
8
- <!-- load css -->
8
+ <!-- Подключение CSS -->
9
9
<link rel =" stylesheet" href =" //unpkg.com/docsify/themes/vue.css" >
10
10
11
- <!-- load script -->
11
+ <!-- Подключение скрипта -->
12
12
<script src =" //unpkg.com/docsify/lib/docsify.js" ></script >
13
13
```
14
14
15
- Альтернатива, использовать [ сжатые файлы] ( #compressed-file ) .
15
+ В качестве альтернативы можно использовать [ сжатые файлы] ( #compressed-file ) .
16
16
17
17
## Специфичная версия
18
18
19
19
``` html
20
- <!-- load css -->
20
+ <!-- Подключение CSS -->
21
21
<link rel =" stylesheet" href =" //unpkg.com/docsify@2.0.0/themes/vue.css" >
22
22
23
- <!-- load script -->
23
+ <!-- Подключение скрипта -->
24
24
<script src =" //unpkg.com/docsify@2.0.0/lib/docsify.js" ></script >
25
25
```
26
26
27
27
## Сжатые файлы
28
28
29
29
``` html
30
- <!-- load css -->
30
+ <!-- Подключение CSS -->
31
31
<link rel =" stylesheet" href =" //unpkg.com/docsify/lib/themes/vue.css" >
32
32
33
- <!-- load script -->
33
+ <!-- Подключение скрипта -->
34
34
<script src =" //unpkg.com/docsify/lib/docsify.min.js" ></script >
35
35
```
36
36
37
37
``` html
38
- <!-- load css -->
38
+ <!-- Подключение CSS -->
39
39
<link rel =" stylesheet" href =" //unpkg.com/docsify@2.0.0/lib/themes/vue.css" >
40
40
41
- <!-- load script -->
41
+ <!-- Подключение скрипта -->
42
42
<script src =" //unpkg.com/docsify@2.0.0/lib/docsify.min.js" ></script >
43
43
```
44
44
You can’t perform that action at this time.
0 commit comments