Skip to content

Commit 4a05865

Browse files
committed
Merge commit 'dbc92f9ba96031d9cfb8fa8ec186ebe1f72c173a' into feature/ui-update-Oct2019
# Conflicts: # package-lock.json # package.json # src/CNAME # src/v2/api/index.md # src/v2/guide/class-and-style.md # src/v2/guide/comparison.md # src/v2/guide/components-registration.md # src/v2/guide/components-slots.md # src/v2/guide/components.md # src/v2/guide/computed.md # src/v2/guide/conditional.md # src/v2/guide/custom-directive.md # src/v2/guide/deployment.md # src/v2/guide/events.md # src/v2/guide/filters.md # src/v2/guide/forms.md # src/v2/guide/index.md # src/v2/guide/installation.md # src/v2/guide/instance.md # src/v2/guide/join.md # src/v2/guide/list.md # src/v2/guide/migration-vue-router.md # src/v2/guide/migration.md # src/v2/guide/mixins.md # src/v2/guide/plugins.md # src/v2/guide/reactivity.md # src/v2/guide/render-function.md # src/v2/guide/single-file-components.md # src/v2/guide/ssr.md # src/v2/guide/state-management.md # src/v2/guide/syntax.md # src/v2/guide/transitioning-state.md # src/v2/guide/transitions.md # src/v2/guide/typescript.md # src/v2/guide/unit-testing.md # src/v2/style-guide/index.md # themes/vue/_config.yml # themes/vue/layout/index.ejs # themes/vue/layout/page.ejs # themes/vue/layout/partials/ecosystem_dropdown.ejs # themes/vue/layout/partials/language_dropdown.ejs # themes/vue/layout/partials/learn_dropdown.ejs # themes/vue/layout/partials/sidebar.ejs # themes/vue/layout/partials/sponsors.ejs # themes/vue/layout/partials/sponsors_sidebar.ejs # themes/vue/layout/partials/support_vue_dropdown.ejs # themes/vue/layout/partials/toc.ejs # themes/vue/layout/search-page.ejs # themes/vue/layout/sponsors-page.ejs # themes/vue/source/css/_common.styl # themes/vue/source/css/_header.styl # themes/vue/source/css/_sponsors-page.styl # themes/vue/source/css/_sponsors-sidebar.styl # themes/vue/source/css/index.styl # themes/vue/source/css/page.styl # themes/vue/source/images/2mhost.png # themes/vue/source/images/actualize.png # themes/vue/source/images/bit.png # themes/vue/source/images/htmlburger.png # themes/vue/source/images/itunescn.png # themes/vue/source/images/jsfiddle.png # themes/vue/source/images/juejin.png # themes/vue/source/images/monterail.png # themes/vue/source/images/neds.png # themes/vue/source/images/someline.png # themes/vue/source/images/strikingly.png # themes/vue/source/images/tde.png # themes/vue/source/images/tmvuejs2.png # themes/vue/source/images/valuecoders.png # themes/vue/source/js/common.js
2 parents d889522 + dbc92f9 commit 4a05865

File tree

250 files changed

+18578
-3214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+18578
-3214
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*]
2+
charset = utf-8
3+
indent_style = space
4+
indent_size = 2
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules/
66
public/
77
.deploy*/
88
src/_drafts
9+
package-lock.json

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v8.9.4

README.md

+52-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# vuejs.org
1+
# vuejs.org
22

33
This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!
44

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+
59
## Developing
610

711
``` bash
@@ -11,26 +15,27 @@ $ npm start # dev server at http://localhost:4000
1115

1216
## Deploying
1317

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/).
1519

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.
1921

20-
If you are working on a fork and deploying to a different URL, you need to update the following accordingly:
22+
## On Translations
2123

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.
2425

25-
## On Translations
26+
### Arabic
2627

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)
29+
30+
* Translation Repo - [/interstellarClub/ar.vuejs.org](https://github.com/interstellarClub/ar.vuejs.org)
31+
* Primary Maintainers :
32+
* [Ilyes Chouia](https://github.com/celyes)
33+
* [Ahmed Aissaoui](https://github.com/Aissaoui-Ahmed)
2834

2935
### French
3036

3137
French translation is maintained by Vuejs-FR.
32-
33-
* Translation Repo — [/vuejs-fr/vuejs.org](https://github.com/vuejs-fr/vuejs.org)
38+
* Translation Repo - [/vuejs-fr/vuejs.org](https://github.com/vuejs-fr/vuejs.org)
3439

3540
### Italian
3641

@@ -42,6 +47,10 @@ Japanese translation is maintained by [Vue.js japan user group](https://github.c
4247

4348
* Translation Repo - [/vuejs/jp.vuejs.org](https://github.com/vuejs/jp.vuejs.org)
4449
* Primary maintainer - [kazupon](https://github.com/kazupon)
50+
* Secondary Maintainers:
51+
* [re-fort](https://github.com/re-fort)
52+
* [potato4d](https://github.com/potato4d)
53+
* [oohira](https://github.com/oohira)
4554

4655
### Korean
4756

@@ -54,6 +63,13 @@ Korean translation is maintained by [Vue.js Korean User group](https://github.co
5463

5564
* Translation Repo - [/vuejs/cn.vuejs.org](https://github.com/vuejs/cn.vuejs.org)
5665

66+
### Persian (Farsi)
67+
68+
Persian translation is maintained by VueJS-fa.
69+
70+
* Translation Repo - [/vuejs-fa/fa.vuejs.org](https://github.com/vuejs-fa/fa.vuejs.org)
71+
* Primary maintainer - [Pooya Parsa](https://github.com/pi0)
72+
5773
### Português-Br
5874

5975
Português-Br translation is maintained by [Vuejs-Br](https://github.com/vuejs-br).
@@ -64,25 +80,41 @@ Português-Br translation is maintained by [Vuejs-Br](https://github.com/vuejs-b
6480

6581
Russian translation is maintained by Translation Gang.
6682

67-
* Translation Repo [/translation-gang/ru.vuejs.org](https://github.com/translation-gang/ru.vuejs.org)
83+
* Translation Repo - [/translation-gang/ru.vuejs.org](https://github.com/translation-gang/ru.vuejs.org)
6884
* Primary maintainer - [Grigoriy Beziuk](https://gbezyuk.github.io)
6985

7086
### Spanish
7187

72-
Spanish translation is maintained by VueJS-ES.
88+
* Translation Repo - [/1950Labs/vuejs.org](https://github.com/1950Labs/vuejs.org)
89+
* Spanish translation is maintained by:
7390

74-
* Translation Repo - [/vuejs-es/vuejs.org](https://github.com/vuejs-es/vuejs.org)
91+
[1950Labs](https://1950labs.com) & [Vue.js Montevideo](https://www.meetup.com/Montevideo-Vue-JS-Meetup/):
7592

76-
### Persian (Farsi)
93+
- [Leonel More](https://github.com/leonelmore) | [Twitter](https://twitter.com/leonelmore)
94+
- [Sebastián Camacho](https://github.com/sxcamacho) | [Twitter](https://twitter.com/sxcamacho)
95+
- [Diana Rodríguez](https://github.com/alphacentauri82) | [Twitter](https://twitter.com/cotufa82)
96+
- [Alejandro Parada](https://github.com/alejandro8605)
97+
- [José Javier Señaris](https://github.com/pepesenaris) | [Twitter](https://twitter.com/pepesenaris)
98+
- [Federico Kauffman](https://github.com/fedekau) | [Twitter](https://twitter.com/fedekauffman)
99+
- [Fabián Larrañaga](https://github.com/FLarra) | [Twitter](https://twitter.com/FLarraa)
100+
- [Pablo Marcano](https://github.com/Pablosky12) | [Twitter](https://twitter.com/stiv_ml)
101+
- [Nicolás Tinte](https://github.com/Tintef) | [Twitter](https://twitter.com/NicoTinte)
102+
- [Diego Barreiro](https://github.com/faliure)
103+
- [Matías Verdier](https://github.com/MatiasVerdier) | [Twitter](https://twitter.com/matiasvj)
104+
- [Pablo Kz](https://github.com/pabloKz)
105+
- [Leonardo Fagundez](https://github.com/lfgdzdev) | [Twitter](https://twitter.com/Lfgdz)
77106

78-
Persian translation is maintained by VueJS-fa.
79107

80-
* Translation Repo - [/vuejs-fa/fa.vuejs.org](https://github.com/vuejs-fa/fa.vuejs.org)
81-
* Primary maintainer - [Pooya Parsa](https://github.com/pi0)
108+
### Vietnamese
109+
110+
Vietnamese translation is maintained by [Vue.js Vietnam User group](https://github.com/vuejs-vn/).
111+
112+
* Translation Repo: [/vuejs-vn/vuejs.org](https://github.com/vuejs-vn/vuejs.org)
113+
* Primary maintainer - [phanan](https://github.com/phanan)
82114

83115
### Want to help with the translation?
84116

85-
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.
86118

87119
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).
88120

_config.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hexo Configuration
2-
## Docs: http://zespia.tw/hexo/docs/configuration.html
3-
## Source: https://github.com/tommy351/hexo/
2+
## Docs: https://hexo.io/docs/
3+
## Source: https://github.com/hexojs/hexo
44

55
# Site
66
title: Vue.js
@@ -39,6 +39,7 @@ highlight:
3939
enable: true
4040
line_number: false
4141
tab_replace:
42+
hljs: true
4243

4344
# Category & Tag
4445
default_category: uncategorized
@@ -77,8 +78,8 @@ pagination_dir: page
7778
disqus_shortname:
7879

7980
# Extensions
80-
## Plugins: https://github.com/tommy351/hexo/wiki/Plugins
81-
## Themes: https://github.com/tommy351/hexo/wiki/Themes
81+
## Plugins: https://github.com/hexojs/hexo/wiki/Plugins
82+
## Themes: https://github.com/hexojs/hexo/wiki/Themes
8283
theme: vue
8384
exclude_generator:
8485

@@ -135,7 +136,7 @@ offline:
135136
origin: maxcdn.bootstrapcdn.com
136137

137138
# Deployment
138-
## Docs: http://zespia.tw/hexo/docs/deployment.html
139+
## Docs: https://hexo.io/docs/one-command-deployment
139140
deploy:
140141
type: git
141142
repository: [email protected]:vuejs-kr/kr.vuejs.org.git

0 commit comments

Comments
 (0)