docs: Modify vuepress to vitepress

pull/147/head
skywalker 5 years ago committed by GitHub
parent 242fcc1098
commit 05ca1039b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,8 +9,8 @@ The following guides are based on some shared assumptions:
```json ```json
{ {
"scripts": { "scripts": {
"docs:build": "vuepress build docs", "docs:build": "vitepress build docs",
"docs:serve": "vuepress serve docs" "docs:serve": "vitepress serve docs"
} }
} }
``` ```
@ -41,7 +41,7 @@ You may configure the port of the server py passing `--port` flag as an argument
```json ```json
{ {
"scripts": { "scripts": {
"docs:serve": "vuepress serve docs --port 8080" "docs:serve": "vitepress serve docs --port 8080"
} }
} }
``` ```

Loading…
Cancel
Save