Skip to content

Commit 16e80b1

Browse files
committed
docs: update badges and contribution guide
1 parent 1ce755a commit 16e80b1

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,4 @@ The `test` script uses Vitest to run unit testings.
9494

9595
## Documentation
9696

97-
VuePress documentation is powered by VuePress itself, which is built from the source code of this repository.
98-
99-
All the markdown source files are placed in `docs` directory. We are maintaining two translations:
100-
101-
- English (en-US) in `/` path
102-
- Chinese (zh-CN) in `/zh/` path
103-
104-
We have two different deployments:
105-
106-
- Release deployment powered by [Netlify](https://www.netlify.com). This deployment is built from the latest released version, so users will not see unreleased changes. The domain name is [https://v2.vuepress.vuejs.org](https://v2.vuepress.vuejs.org).
107-
- Developer deployment powered by [GitHub Pages](https://pages.github.com). This deployment is built from the latest commit, so developers could preview the latest changes. The domain name is [https://vuepress.github.io](https://vuepress.github.io).
97+
VuePress documentation is maintained in [vuepress/docs](https://github.com/vuepress/docs) repository.

CONTRIBUTING_zh.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,4 @@ VuePress 使用它自己来构建自己的文档网站。
9494

9595
## 文档
9696

97-
VuePress 的文档是由 VuePress 自己驱动的,是由该仓库中的源码构建而来。
98-
99-
所有的 Markdown 源文件都放置在 `docs` 目录下。我们维护了两种翻译:
100-
101-
- 英语 (en-US) 在 `/` 路径下
102-
- 中文 (zh-CN) 在 `/zh/` 路径下
103-
104-
我们部署了两套站点:
105-
106-
-[Netlify](https://www.netlify.com) 部署的 Release 版本。该站点是从最新发布的版本中构建而来,因此用户不会看到未发布的改动。域名为 [https://v2.vuepress.vuejs.org](https://v2.vuepress.vuejs.org)
107-
-[GitHub Pages](https://pages.github.com) 部署的 Developer 版本。该站点是从最新的提交中构建而来,因此开发者可以预览最新的改动。域名为 [https://vuepress.github.io](https://vuepress.github.io)
97+
VuePress 的文档在 [vuepress/docs](https://github.com/vuepress/docs) 仓库中进行维护。

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# vuepress-next
22

3-
[![github check](https://github.com/vuepress/vuepress-next/workflows/check/badge.svg)](https://github.com/vuepress/vuepress-next/actions?query=workflow%3Acheck)
4-
[![github docs](https://github.com/vuepress/vuepress-next/workflows/docs/badge.svg)](https://github.com/vuepress/vuepress-next/actions?query=workflow%3Adocs)
3+
[![check](https://github.com/vuepress/vuepress-next/workflows/check/badge.svg)](https://github.com/vuepress/vuepress-next/actions/workflows/check.yml?query=workflow%3Acheck)
54
[![npm](https://badgen.net/npm/v/vuepress/next)](https://www.npmjs.com/package/vuepress)
65
[![coverage](https://coveralls.io/repos/github/vuepress/vuepress-next/badge.svg?branch=main)](https://coveralls.io/github/vuepress/vuepress-next?branch=main)
76
[![license](https://badgen.net/github/license/vuepress/vuepress-next)](https://github.com/vuepress/vuepress-next/blob/main/LICENSE)
@@ -17,7 +16,9 @@ https://v2.vuepress.vuejs.org
1716

1817
## Contribution
1918

20-
See [Contributing Guide](https://github.com/vuepress/vuepress-next/blob/main/docs/contributing.md).
19+
See [Contributing Guide](https://github.com/vuepress/vuepress-next/blob/main/CONTRIBUTING.md)
20+
21+
查看 [贡献指南](https://github.com/vuepress/vuepress-next/blob/main/CONTRIBUTING_zh.md)
2122

2223
## License
2324

0 commit comments

Comments
 (0)