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: docs/contributing.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,3 +110,17 @@ The `lint` script uses ESLint to check all source files.
110
110
### `yarn test`
111
111
112
112
The `test` script uses Jest to run unit testings.
113
+
114
+
## Documentation
115
+
116
+
VuePress documentation is powered by VuePress itself, which is built from the source code of this repository.
117
+
118
+
All the markdown source files are placed in `docs` directory. We are maintaining with two translations:
119
+
120
+
- English (en-US) in `/` path
121
+
- Chinese (zh-CN) in `/zh/` path
122
+
123
+
We have two different deployments:
124
+
125
+
- 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://vuepress2.netlify.app](https://vuepress2.netlify.app).
126
+
- 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).
0 commit comments