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