-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove all Gitee links (#12845)
- Loading branch information
1 parent
80ca6fb
commit c3c1082
Showing
10 changed files
with
18 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Before submitting a pull request, please read the [contributing guide](https://vant-contrib.gitee.io/vant/#/en-US/contribution). | ||
Before submitting a pull request, please read the [contributing guide](https://vant-ui.github.io/vant/#/en-US/contribution). | ||
|
||
在提交 pull request 之前,请阅读 [贡献指南](https://vant-contrib.gitee.io/vant/#/zh-CN/contribution)。 | ||
在提交 pull request 之前,请阅读 [贡献指南](https://vant-ui.github.io/vant/#/zh-CN/contribution)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,30 +32,6 @@ jobs: | |
- name: Build Site | ||
run: npm run build:site | ||
|
||
- name: Deploy for Gitee 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: packages/vant/site-dist | ||
# enable single-commit to reduce the repo size | ||
single-commit: true | ||
clean: true | ||
clean-exclude: | | ||
1.x/* | ||
1.x/**/* | ||
next/* | ||
next/**/* | ||
v1/* | ||
v1/**/* | ||
v2/* | ||
v2/**/* | ||
v3/* | ||
v3/**/* | ||
v4/* | ||
v4/**/* | ||
vant-use/* | ||
vant-use/**/* | ||
- name: Deploy for GitHub 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,6 @@ Different branches of the repository correspond to different Vant versions, plea | |
- 3.x branch corresponds to Vant 3 version, suitable for Vue 3 | ||
- 2.x branch corresponds to Vant 2 version, suitable for Vue 2 | ||
|
||
### Mirror repository | ||
|
||
If GitHub cloning is slow, you can also directly clone Vant's [mirror repository](https://gitee.com/vant-contrib/vant) directly on gitee: | ||
|
||
```bash | ||
git clone [email protected]:vant-contrib/vant.git | ||
``` | ||
|
||
The mirror repository is only used to speed up local access, please do not submit issues and pull requests to the mirror repository. | ||
|
||
### Directory Structure | ||
|
||
Vant uses monorepo for code management, and all subpackages are in the `packages/vant` directory: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,6 @@ pnpm dev | |
- 3.x 分支对应 Vant 3 版本 ,适用于 Vue 3 | ||
- 2.x 分支对应 Vant 2 版本,适用于 Vue 2 | ||
|
||
### 镜像仓库 | ||
|
||
如果 GitHub 克隆速度较慢,你也可以直接克隆 Vant 在 gitee 上的[镜像仓库](https://gitee.com/vant-contrib/vant): | ||
|
||
```bash | ||
git clone [email protected]:vant-contrib/vant.git | ||
``` | ||
|
||
镜像仓库仅用于加快国内的访问速度,请勿在镜像仓库中提 issue 和 Pull Request。 | ||
|
||
### 目录结构 | ||
|
||
Vant 采用 monorepo 进行代码管理,所有子包在 `packages` 目录下: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters