docs(@vant/cli): optimize links and fix typos (#10545)

This commit is contained in:
neverland
2022-04-23 20:37:37 +08:00
committed by GitHub
parent 6baf42fa4a
commit 33150f82ea
5 changed files with 12 additions and 11 deletions

View File

@@ -122,7 +122,7 @@ module.exports = {
Equivalent to vite `build.outDir`.
Genrally, documentation site will be deployed to subpath of domain. For examle: `https://my.github.io/demo-ui/`, `publicPath` should be `/demo-ui/`.
Generally, documentation site will be deployed to subpath of domain. For example: `https://my.github.io/demo-ui/`, `publicPath` should be `/demo-ui/`.
```js
module.exports = {
@@ -279,7 +279,7 @@ module.exports = {
### site.baiduAnalytics
- Type: `object`
- Default: `undefied`
- Default: `undefined`
Documentation site baidu analysis config. The script of Baidu Statistic will be automatically loaded when build documentation website.