From 4753043499d2a58386611e740e3f0b3bdb028fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Celi?= <112641072+barbara-celi@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:19:09 -0300 Subject: [PATCH 1/3] docs(navigation.json): managing performance --- public/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/navigation.json b/public/navigation.json index b5a4cd0fc..f876175d1 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14487,7 +14487,7 @@ }, { "name": "Managing performance", - "slug": "performance-category", + "slug": "store-framework-managing-performance", "origin": "", "type": "category", "children": [ From 60f3ab1f564df536ca98b65d9bb87eb6b449ca4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Celi?= <112641072+barbara-celi@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:20:55 -0300 Subject: [PATCH 2/3] fixing redirect --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index f5d94649d..e4c2e1e46 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1541,10 +1541,10 @@ to = "/docs/apps/vtex.admin-customers" force = true from = "/docs/guides/vtex-io-documentation-safely-enabling-performance-settings" status = 308 -to = "/docs/apps/vtex-io-documentation-enabling-performance-settings" +to = "/docs/guides/vtex-io-documentation-enabling-performance-settings" [[redirects]] force = true from = "/docs/guides/vtex-io-documentation-best-practices-for-optimizing-performance" status = 308 -to = "/docs/apps/vtex-io-documentation-enabling-performance-settings" +to = "/docs/guides/vtex-io-documentation-enabling-performance-settings" From af58e6a7ee83c2d4144c1318860a62618b337fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1rbara=20Celi?= <112641072+barbara-celi@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:23:49 -0300 Subject: [PATCH 3/3] docs(navigation.json): fixing type --- public/navigation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/navigation.json b/public/navigation.json index f876175d1..1077d3c91 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14489,7 +14489,7 @@ "name": "Managing performance", "slug": "store-framework-managing-performance", "origin": "", - "type": "category", + "type": "markdown", "children": [ { "name": "Deactivating the VTEX IO native service worker",