Skip to content

Commit 490c8a1

Browse files
committed
docs(ssr): update sidebar
1 parent 4b83824 commit 490c8a1

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/_sidebar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
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)

docs/de-de/ssr.md

+5-5
Original file line numberDiff line numberDiff 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
1414
npm i now -g
1515
npm 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
4949
npm start
5050

5151
# open http://localhost:4000
5252
```
5353

54-
5. Publish it!
54+
Publish it!
5555

5656
```bash
5757
now -p

docs/ssr.md

+5-5
Original file line numberDiff line numberDiff 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
1414
npm i now -g
1515
npm 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
4848
npm start
4949

5050
# open http://localhost:4000
5151
```
5252

53-
5. Publish it!
53+
Publish it!
5454

5555
```bash
5656
now -p

docs/zh-cn/ssr.md

+4-4
Original file line numberDiff line numberDiff 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
1414
npm 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
4949
npm start
5050

5151
# open http://localhost:4000
5252
```
5353

54-
5. Publish it!
54+
Publish it!
5555

5656
```bash
5757
now -p

0 commit comments

Comments
 (0)