From 18a65f4e52f9365517fb9928ee370efa44c5bcfe Mon Sep 17 00:00:00 2001 From: vasfvitor Date: Tue, 7 Nov 2023 12:37:43 -0300 Subject: [PATCH] Update configuration.mdx #995 --- docs/src/content/docs/pt-br/reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/pt-br/reference/configuration.mdx b/docs/src/content/docs/pt-br/reference/configuration.mdx index 390cbb3dfd..df932ec334 100644 --- a/docs/src/content/docs/pt-br/reference/configuration.mdx +++ b/docs/src/content/docs/pt-br/reference/configuration.mdx @@ -183,10 +183,10 @@ sidebar: [ type SidebarItem = { label: string; translations?: Record; + badge?: string | BadgeConfig; } & ( | { link: string; - badge?: string | BadgeConfig; attrs?: Record; } | { items: SidebarItem[]; collapsed?: boolean }