From 0c35b3280af9f2592fb9cf971a7275f68ed303df Mon Sep 17 00:00:00 2001 From: Vinicius de Liz Date: Thu, 1 Feb 2024 14:02:11 -0300 Subject: [PATCH] i18n(pt): Update deploy title in `config/pt.ts` --- docs/.vitepress/config/pt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ] }, {