File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 18
18
- [ Vue compatibility] ( vue.md )
19
19
- [ CDN] ( cdn.md )
20
20
- [ Offline Mode(PWA)] ( pwa.md )
21
- - [ ( Server-client renderer(SSR)] ( ssr.md )
21
+ - [ Server-client renderer(SSR)] ( ssr.md )
22
22
23
23
- [ Changelog] ( changelog.md )
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ See https://docsify.now.sh
8
8
9
9
## Quick start
10
10
11
- 1 . Install ` now ` and ` docsify-cli ` in your project.
11
+ Install ` now ` and ` docsify-cli ` in your project.
12
12
13
13
``` bash
14
14
npm i now -g
15
15
npm i docsify-cli -D
16
16
```
17
17
18
- 2 . Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
18
+ Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
19
19
20
20
``` json
21
21
{
@@ -38,20 +38,20 @@ npm i docsify-cli -D
38
38
}
39
39
```
40
40
41
- 3 . Remove ` index.html `
41
+ Remove ` index.html `
42
42
43
43
44
44
!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
45
45
46
- 4 . We can preview in the local to see if it works.
46
+ We can preview in the local to see if it works.
47
47
48
48
``` bash
49
49
npm start
50
50
51
51
# open http://localhost:4000
52
52
```
53
53
54
- 5 . Publish it!
54
+ Publish it!
55
55
56
56
``` bash
57
57
now -p
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ See https://docsify.now.sh
8
8
9
9
## Quick start
10
10
11
- 1 . Install ` now ` and ` docsify-cli ` in your project.
11
+ Install ` now ` and ` docsify-cli ` in your project.
12
12
13
13
``` bash
14
14
npm i now -g
15
15
npm i docsify-cli -D
16
16
```
17
17
18
- 2 . Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
18
+ Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
19
19
20
20
``` json
21
21
{
@@ -38,19 +38,19 @@ npm i docsify-cli -D
38
38
}
39
39
```
40
40
41
- 3 . Remove ` index.html `
41
+ Remove ` index.html `
42
42
43
43
!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
44
44
45
- 4 . We can preview in the local to see if it works.
45
+ We can preview in the local to see if it works.
46
46
47
47
``` bash
48
48
npm start
49
49
50
50
# open http://localhost:4000
51
51
```
52
52
53
- 5 . Publish it!
53
+ Publish it!
54
54
55
55
``` bash
56
56
now -p
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ See https://docsify.now.sh
8
8
9
9
## Quick start
10
10
11
- 1 . Install ` now ` and ` docsify-cli ` in your project.
11
+ Install ` now ` and ` docsify-cli ` in your project.
12
12
13
13
``` bash
14
14
npm i now -g
@@ -39,19 +39,19 @@ npm i docsify-cli -D
39
39
```
40
40
41
41
42
- 3 . Remove ` index.html `
42
+ Remove ` index.html `
43
43
44
44
!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
45
45
46
- 4 . We can preview in the local to see if it works.
46
+ We can preview in the local to see if it works.
47
47
48
48
``` bash
49
49
npm start
50
50
51
51
# open http://localhost:4000
52
52
```
53
53
54
- 5 . Publish it!
54
+ Publish it!
55
55
56
56
``` bash
57
57
now -p
You can’t perform that action at this time.
0 commit comments