diff --git a/netlify.toml b/netlify.toml index 10560456..333febec 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1439,7 +1439,7 @@ to = "/docs/guides/store-framework-working-with-site-editor" force = true from = "/docs/guides/vtex-io-documentation-cms" status = 308 -to = "/docs/guides/store-framework-working-with-site-editor" +to = "/docs/guides/working-with-site-editor" [[redirects]] force = true @@ -1542,3 +1542,9 @@ force = true from = "/docs/guides/vtex-io-documentation-best-practices-for-optimizing-performance" status = 308 to = "/docs/apps/vtex-io-documentation-enabling-performance-settings" + +[[redirects]] +force = true +from = "/docs/guides/vtex-io-documentation-getting-started-with-lighthouse" +status = 308 +to = "/docs/guides/storefront-getting-started-with-lighthouse" \ No newline at end of file diff --git a/public/navigation.json b/public/navigation.json index 477ffa89..d0cf7225 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -12743,6 +12743,36 @@ "type": "markdown", "children": [] }, + { + "name": "Storefront best practices", + "slug": "storefront-best-practices", + "origin": "", + "type": "markdown", + "children": [ + { + "name": "Performance", + "slug": "storefront-performance", + "origin": "", + "type": "markdown", + "children": [ + { + "name": "Getting started with Lighthouse", + "slug": "storefront-getting-started-with-lighthouse", + "origin": "", + "type": "markdown", + "children": [] + } + ] + }, + { + "name": "SEO", + "slug": "storefront-seo", + "origin": "", + "type": "markdown", + "children": [] + } + ] + }, { "name": "FastStore", "slug": "faststore",