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: README.md
+52-20
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
-
# vuejs.org
1
+
# vuejs.org
2
2
3
3
This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!
4
4
5
+
## Writing
6
+
7
+
See the [Vue Docs Writing Guide](https://github.com/vuejs/vuejs.org/blob/master/writing-guide.md) for our rules and recommendations on writing and maintaining documentation.
8
+
5
9
## Developing
6
10
7
11
```bash
@@ -11,26 +15,27 @@ $ npm start # dev server at http://localhost:4000
11
15
12
16
## Deploying
13
17
14
-
The site is deployed using GitHub pages, therefore you need push access to the vuejs.org repo to run the deploy script:
18
+
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
15
19
16
-
```bash
17
-
$ npm run deploy
18
-
```
20
+
If you are the maintainer of a community translation fork and would like to deploy via Netlify instead of GitHub pages, please ping @yyx990803 in an issue to request a Netlify team membership and DNS update.
19
21
20
-
If you are working on a fork and deploying to a different URL, you need to update the following accordingly:
22
+
## On Translations
21
23
22
-
-`url` and `deploy` sections in `_config.yml`
23
-
-`src/CNAME`
24
+
Translations for this documentation project are currently maintained in separate repositories forked from this original one.
24
25
25
-
##On Translations
26
+
### Arabic
26
27
27
-
Translation for this documentation project are currently maintained in separate repositories forked from this original one.
28
+
Arabic translation is maintained by [Interstellar Club](https://github.com/InterstellarClub)
If you feel okay with translating sorta alone, you can fork the repo, create a "work-in-progress" issue to inform others that you're doing the translation, and go for it.
117
+
If you feel okay with translating quite alone, you can fork the repo, post a comment on the [Community Translation Announcements](https://github.com/vuejs/vuejs.org/issues/2015)issue page to inform others that you're doing the translation and go for it.
86
118
87
119
If you are more of a team player, Translation Gang might be for you. Let us know somehow that you're ready to join this international open-source translators community. Feel free to contact [Grigoriy Beziuk](https://gbezyuk.github.io) or anybody else from [the team](https://github.com/orgs/translation-gang/people).
0 commit comments