i18n(pt): Update getting started title in `config/pt.ts`

pull/3536/head
Vinicius de Liz 2 years ago
parent 60d2ac18f7
commit 9fe9e6f561

@ -87,7 +87,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
collapsed: false, collapsed: false,
items: [ items: [
{ text: 'O que é VitePress', link: 'what-is-vitepress' }, { text: 'O que é VitePress', link: 'what-is-vitepress' },
{ text: 'Começando', link: 'getting-started' }, { text: 'Iniciando', link: 'getting-started' },
{ text: 'Roteamento', link: 'routing' }, { text: 'Roteamento', link: 'routing' },
{ text: 'Lançamento', link: 'deploy' } { text: 'Lançamento', link: 'deploy' }
] ]

Loading…
Cancel
Save