Skip to content

Commit 4f7ceda

Browse files
authored
Merge pull request #21 from lpj145/patch-1
Update README.md
2 parents 063fb5c + a05fe8f commit 4f7ceda

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# v3.vuejs.org
22

3-
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
3+
Este site é produzido com [VuePress](https://vuepress.vuejs.org/). Todo o conteúdo do site é escrito em Markdown e todos os arquivos podem ser encontrados em `src`.
44

5-
## Writing
5+
## Escrevendo
66

7-
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
7+
Veja o [Guia de escrita do Vue](https://v3.vuejs.org/guide/writing-guide.html) para regras e recomendações sobre escrever e manter a documentação.
88

9-
> The docs are in beta: The team is currently in the midst of changes and we are not ready for additional contributions yet. All content is subject to change. If you see a problem that you would like to bring to our attention, please [create an issue](https://github.com/vuejs/docs-next/issues/new) and we will get to it when we can. You may want to wait until the content is finalized, though.
9+
>Neste momento a documentação está em beta: O time está atualmente no meio de mudanças e não receberemos contribuições por enquanto. Todo o conteúdo está sujeito a mudanças. Se você viu algo que gostaria de trazer à nossa atenção, por favor, [crie uma issue](https://github.com/vuejs-br/docs-next/issues/new) e nós faremos o possível para analisarmos ela quando pudermos. No entanto, provavelmente você precisará esperar até que toda o conteúdo esteja finalizado.
1010
11-
## Developing
11+
## Desenvolvendo
1212

13-
1. Clone repository
13+
1. Clone este repositório
1414

1515
```bash
16-
git clone git@github.com:vuejs/docs-next.git
16+
git clone https://github.com/vuejs-br/docs-next.git
1717
```
1818

19-
2. Install dependencies
19+
2. Instale as dependências
2020

2121
```bash
2222
yarn # or npm install
2323
```
2424

25-
3. Start local development environment
25+
3. Iniciando um ambiente de desenvolvimento local
2626

2727
```bash
2828
yarn serve # or npm run serve
2929
```
3030

31-
## Deploying
31+
## Publicando em produção
3232

33-
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
33+
O site será automaticamente publicado quando os commits forem aceitos e mergeados para `master`, via [Netlify](https://www.netlify.com/).

0 commit comments

Comments
 (0)