diff --git a/docs/_sidebar.md b/docs/_sidebar.md index b4b3ebd9..0fa0428d 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -18,6 +18,6 @@ - [Vue compatibility](vue.md) - [CDN](cdn.md) - [Offline Mode(PWA)](pwa.md) - - [(Server-client renderer(SSR)](ssr.md) + - [Server-client renderer(SSR)](ssr.md) - [Changelog](changelog.md) diff --git a/docs/de-de/ssr.md b/docs/de-de/ssr.md index f93bcddb..7bb90975 100644 --- a/docs/de-de/ssr.md +++ b/docs/de-de/ssr.md @@ -8,14 +8,14 @@ See https://docsify.now.sh ## Quick start -1. Install `now` and `docsify-cli` in your project. +Install `now` and `docsify-cli` in your project. ```bash npm i now -g npm i docsify-cli -D ``` -2. Edit `package.json`. If the documentation in `./docs` subdirectory. + Edit `package.json`. If the documentation in `./docs` subdirectory. ```json { @@ -38,12 +38,12 @@ npm i docsify-cli -D } ``` -3. Remove `index.html` + Remove `index.html` !> The `basePath` just like webpack `publicPath`. You should config it if your docs is in the subdirectory. -4. We can preview in the local to see if it works. +We can preview in the local to see if it works. ```bash npm start @@ -51,7 +51,7 @@ npm start # open http://localhost:4000 ``` -5. Publish it! +Publish it! ```bash now -p diff --git a/docs/ssr.md b/docs/ssr.md index d3aaa9e1..609ca636 100644 --- a/docs/ssr.md +++ b/docs/ssr.md @@ -8,14 +8,14 @@ See https://docsify.now.sh ## Quick start -1. Install `now` and `docsify-cli` in your project. +Install `now` and `docsify-cli` in your project. ```bash npm i now -g npm i docsify-cli -D ``` -2. Edit `package.json`. If the documentation in `./docs` subdirectory. +Edit `package.json`. If the documentation in `./docs` subdirectory. ```json { @@ -38,11 +38,11 @@ npm i docsify-cli -D } ``` -3. Remove `index.html` +Remove `index.html` !> The `basePath` just like webpack `publicPath`. You should config it if your docs is in the subdirectory. -4. We can preview in the local to see if it works. +We can preview in the local to see if it works. ```bash npm start @@ -50,7 +50,7 @@ npm start # open http://localhost:4000 ``` -5. Publish it! +Publish it! ```bash now -p diff --git a/docs/zh-cn/ssr.md b/docs/zh-cn/ssr.md index 2259f65d..a160a671 100644 --- a/docs/zh-cn/ssr.md +++ b/docs/zh-cn/ssr.md @@ -8,7 +8,7 @@ See https://docsify.now.sh ## Quick start -1. Install `now` and `docsify-cli` in your project. +Install `now` and `docsify-cli` in your project. ```bash npm i now -g @@ -39,11 +39,11 @@ npm i docsify-cli -D ``` -3. Remove `index.html` +Remove `index.html` !> The `basePath` just like webpack `publicPath`. You should config it if your docs is in the subdirectory. -4. We can preview in the local to see if it works. +We can preview in the local to see if it works. ```bash npm start @@ -51,7 +51,7 @@ npm start # open http://localhost:4000 ``` -5. Publish it! +Publish it! ```bash now -p