Skip to content

Commit dde2dd0

Browse files
committed
Add new items in sidebar and update index project
1 parent 61d72c9 commit dde2dd0

File tree

10 files changed

+31
-17
lines changed

10 files changed

+31
-17
lines changed

src/.vuepress/config/languages/en/sidebarStructure.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module.exports = {
44
title: 'The Project',
55
children: [
66
'',
7-
['roadmap', 'https://github.com/vue-a11y/vue-a11y.com/projects/2'],
8-
'supporting',
9-
'contributors'
7+
['Roadmap', 'https://github.com/vue-a11y/vue-a11y.com/projects/2'],
8+
['People', 'people'],
9+
'how-to-contribute'
1010
]
1111
},
1212
{

src/.vuepress/config/languages/pt/sidebarStructure.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module.exports = {
44
title: 'O projeto',
55
children: [
66
'',
7-
['roadmap', 'https://github.com/vue-a11y/vue-a11y.com/projects/2'],
8-
'apoiando',
9-
'contribuidores'
7+
['Roadmap', 'https://github.com/vue-a11y/vue-a11y.com/projects/2'],
8+
['Pessoas', 'pessoas'],
9+
'como-contribuir'
1010
]
1111
},
1212
{

src/project/contributors.md renamed to src/project/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributors
1+
# How to contribute
22

33
<br>
44

src/project/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The project is open, so anyone who wants to participate is very welcome.
66

77
Accessibility is super important! We believe that if we join efforts to centralize content that is easy to understand, through recipes, tips, and blog posts, we can help developers and creators of Vue.js libraries to have consistent and more inclusive code.
88

9-
Feel invited to **[contribute](/project/contributors.html)** to the development, the creation of posts and tips, or to encourage the project by **[sponsoring](/project/supporting.html)**.
9+
Feel invited to **[contribute](/project/how-to-contribute.html)** in the development, in the creation of posts, recipes and tips, or by giving an incentive **[supporting](/project/how-to-contribute.html#supporting)** the project.
1010

1111
---
1212

src/project/people.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Who make it happen.
2+
3+
<br>
4+
5+
::: alert Work in progress.
6+
Coming soon
7+
:::

src/project/vue-a11y-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A11y Checklist
1+
# Vue A11y Checklist
22

33
<br>
44

src/pt/projeto/como-contribuir.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Como contribuir
2+
3+
<br>
4+
5+
::: alert Trabalho em progresso
6+
[Siga a issue dessa página no Github](https://github.com/vue-a11y/vue-a11y.com/issues/15)
7+
:::

src/pt/projeto/contribuidores.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/pt/projeto/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ O projeto é aberto, ou seja, quem desejar participar é extremamente bem vindo.
66

77
A acessibilidade é algo super importante, acreditamos que se unirmos esforços para centralizar conteúdo de fácil entendimento, através das receitas, dicas e posts do blog, podemos ajudar os desenvolvedores e criadores de bibliotecas Vue.js, a terem um código consistente e mais inclusivo.
88

9-
Sinta-se convidado a **[contribuir](/pt/projeto/contribuidores.html)** no desenvolvimento, na criação de posts e dicas ou incentivar o projeto **[patrocinando](/pt/projeto/apoiando.html)**.
9+
Sinta-se convidado a **[contribuir](/pt/projeto/contribuidores.html)** no desenvolvimento, na criação de posts, recipes e dicas, ou dando um incentivo **[apoiando](/pt/projeto/contribuidores.html#apoiando)** o projeto.
1010

1111
---
1212

src/pt/projeto/pessoas.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Quem faz isso acontecer
2+
3+
<br>
4+
5+
::: alert Trabalho em progresso
6+
Em breve
7+
:::

0 commit comments

Comments
 (0)