Skip to content

Commit 62d7b05

Browse files
authored
Review on Docs Menu
1 parent 4c154d3 commit 62d7b05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/.vuepress/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const sidebar = {
142142
]
143143
},
144144
{
145-
title: 'Contribua para o Docs',
145+
title: 'Contribua com as Docs',
146146
collapsable: true,
147147
children: [
148148
'/guide/contributing/writing-guide',
@@ -271,8 +271,8 @@ module.exports = {
271271
logo: '/logo.png',
272272
nav: [
273273
{
274-
text: 'Aprenda',
275-
ariaLabel: 'Documentação',
274+
text: 'Documentação',
275+
ariaLabel: 'Menu de Documentação',
276276
items: [
277277
{
278278
text: 'Guia',
@@ -350,19 +350,19 @@ module.exports = {
350350
link: 'https://github.com/vuejs/vue-devtools'
351351
},
352352
{
353-
text: 'Weekly news',
353+
text: 'Notícias semanais',
354354
link: 'https://news.vuejs.org/'
355355
}
356356
]
357357
}
358358
]
359359
},
360360
{
361-
text: 'Suporte Vue',
361+
text: 'Patrocine',
362362
link: '/support-vuejs/',
363363
items: [
364364
{
365-
text: 'Doações únicas',
365+
text: 'Doações Únicas',
366366
link: '/support-vuejs/#one-time-donations'
367367
},
368368
{

0 commit comments

Comments
 (0)