From 98c86dcc0ddaca096a756c4a021e31a080a4f374 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 7 Feb 2022 17:56:02 +0800 Subject: [PATCH] docs: update site folder --- .github/workflows/deploy-v3-site.yml | 2 +- README.zh-CN.md | 2 +- packages/vant/docs/markdown/home.zh-CN.md | 4 ++-- packages/vant/package.json | 7 ++----- packages/vant/vant.config.mjs | 3 +-- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-v3-site.yml b/.github/workflows/deploy-v3-site.yml index 1775ad4ad..e2e7950eb 100644 --- a/.github/workflows/deploy-v3-site.yml +++ b/.github/workflows/deploy-v3-site.yml @@ -36,4 +36,4 @@ jobs: with: branch: gh-pages folder: packages/vant/site-dist - target-folder: v3 + clean: false diff --git a/README.zh-CN.md b/README.zh-CN.md index 397a0952b..9bb8b5597 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -27,7 +27,7 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。 -目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant)、[Vue 3 版本](https://vant-contrib.gitee.io/vant/v3)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。 +目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant/v2)、[Vue 3 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。 ## 特性 diff --git a/packages/vant/docs/markdown/home.zh-CN.md b/packages/vant/docs/markdown/home.zh-CN.md index c94496d15..5225a0a4f 100644 --- a/packages/vant/docs/markdown/home.zh-CN.md +++ b/packages/vant/docs/markdown/home.zh-CN.md @@ -10,11 +10,11 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。 -目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant)、[Vue 3 版本](https://vant-contrib.gitee.io/vant/v3)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。 +目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant/v2)、[Vue 3 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。 ### 版本提示 -你当前浏览的是 **Vant 3.x 版本** 的文档,适用于 Vue 3 开发。如果你在使用 Vue 2,请浏览 [Vant 2 文档](https://vant-contrib.gitee.io/vant)。 +你当前浏览的是 **Vant 3.x 版本** 的文档,适用于 Vue 3 开发。如果你在使用 Vue 2,请浏览 [Vant 2 文档](https://vant-contrib.gitee.io/vant/v2)。 ### 特性 diff --git a/packages/vant/package.json b/packages/vant/package.json index a074c28a0..9ca104b4b 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -35,8 +35,8 @@ "test": "vant-cli test", "build": "vant-cli build", "build:site": "vant-cli build-site", - "release": "vant-cli release --tag next", - "release:site": "pnpm build:site && gh-pages -d site-dist --add --dest v3", + "release": "vant-cli release", + "release:site": "pnpm build:site && gh-pages -d site-dist --add", "test:watch": "vant-cli test --watch", "test:coverage": "open test/coverage/index.html" }, @@ -51,9 +51,6 @@ "bugs": "https://github.com/youzan/vant/issues", "author": "chenjiahan", "license": "MIT", - "npm": { - "tag": "next" - }, "keywords": [ "ui", "vue", diff --git a/packages/vant/vant.config.mjs b/packages/vant/vant.config.mjs index 231c274ec..3e74bd7a0 100644 --- a/packages/vant/vant.config.mjs +++ b/packages/vant/vant.config.mjs @@ -7,8 +7,7 @@ export default { packageManager: 'pnpm', site: { publicPath: - (typeof window === 'undefined' && process.env.PUBLIC_PATH) || - '/vant/v3/', + (typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/', }, vetur: { tagPrefix: 'van-',