File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1818 - [ Vue compatibility] ( vue.md )
1919 - [ CDN] ( cdn.md )
2020 - [ Offline Mode(PWA)] ( pwa.md )
21- - [ ( Server-client renderer(SSR)] ( ssr.md )
21+ - [ Server-client renderer(SSR)] ( ssr.md )
2222
2323- [ Changelog] ( changelog.md )
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ See https://docsify.now.sh
88
99## Quick start
1010
11- 1 . Install ` now ` and ` docsify-cli ` in your project.
11+ Install ` now ` and ` docsify-cli ` in your project.
1212
1313``` bash
1414npm i now -g
1515npm i docsify-cli -D
1616```
1717
18- 2 . Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
18+ Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
1919
2020``` json
2121{
@@ -38,20 +38,20 @@ npm i docsify-cli -D
3838}
3939```
4040
41- 3 . Remove ` index.html `
41+ Remove ` index.html `
4242
4343
4444!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
4545
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.
4747
4848``` bash
4949npm start
5050
5151# open http://localhost:4000
5252```
5353
54- 5 . Publish it!
54+ Publish it!
5555
5656``` bash
5757now -p
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ See https://docsify.now.sh
88
99## Quick start
1010
11- 1 . Install ` now ` and ` docsify-cli ` in your project.
11+ Install ` now ` and ` docsify-cli ` in your project.
1212
1313``` bash
1414npm i now -g
1515npm i docsify-cli -D
1616```
1717
18- 2 . Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
18+ Edit ` package.json ` . If the documentation in ` ./docs ` subdirectory.
1919
2020``` json
2121{
@@ -38,19 +38,19 @@ npm i docsify-cli -D
3838}
3939```
4040
41- 3 . Remove ` index.html `
41+ Remove ` index.html `
4242
4343!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
4444
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.
4646
4747``` bash
4848npm start
4949
5050# open http://localhost:4000
5151```
5252
53- 5 . Publish it!
53+ Publish it!
5454
5555``` bash
5656now -p
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ See https://docsify.now.sh
88
99## Quick start
1010
11- 1 . Install ` now ` and ` docsify-cli ` in your project.
11+ Install ` now ` and ` docsify-cli ` in your project.
1212
1313``` bash
1414npm i now -g
@@ -39,19 +39,19 @@ npm i docsify-cli -D
3939```
4040
4141
42- 3 . Remove ` index.html `
42+ Remove ` index.html `
4343
4444!> The ` basePath ` just like webpack ` publicPath ` . You should config it if your docs is in the subdirectory.
4545
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.
4747
4848``` bash
4949npm start
5050
5151# open http://localhost:4000
5252```
5353
54- 5 . Publish it!
54+ Publish it!
5555
5656``` bash
5757now -p
You can’t perform that action at this time.
0 commit comments