You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,14 +94,4 @@ The `test` script uses Vitest to run unit testings.
94
94
95
95
## Documentation
96
96
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.
0 commit comments