diff --git a/docs/.vitepress/config/pt.ts b/docs/.vitepress/config/pt.ts index c9ef4b2c..23881a59 100644 --- a/docs/.vitepress/config/pt.ts +++ b/docs/.vitepress/config/pt.ts @@ -87,7 +87,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] { collapsed: false, items: [ { text: 'O que é VitePress?', link: 'what-is-vitepress' }, - { text: 'Começando', link: 'getting-started' }, + { text: 'Iniciando', link: 'getting-started' }, { text: 'Roteamento', link: 'routing' }, { text: 'Lançamento', link: 'deploy' } ]