diff --git a/netlify.toml b/netlify.toml index 3bfd127c7..2ef79fd60 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2346,3 +2346,15 @@ force = true from = "/docs/guides/vtex-store-icons" status = 308 to = "/docs/apps/vtex.store-icons" + +[[redirects]] +force = true +from = "/docs/guides/integrating-product-recommendations-in-headless-stores" +status = 308 +to = "/docs/guides/integrating-product-recommendations-in-headless-or-faststore-web-stores" + +[[redirects]] +force = true +from = "/docs/guides/implementing-product-recommendations-in-faststore" +status = 308 +to = "/docs/guides/integrating-product-recommendations-in-headless-or-faststore-web-stores" \ No newline at end of file diff --git a/public/navigation.json b/public/navigation.json index 25ac7a9c0..515f0b648 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -2404,15 +2404,15 @@ "type": "category", "children": [ { - "name": "Integrating product recommendations in headless stores", - "slug": "integrating-product-recommendations-in-headless-stores", + "name": "Integrating product recommendations in headless or FastStore web stores", + "slug": "integrating-product-recommendations-in-headless-or-faststore-web-stores", "origin": "", "type": "markdown", "children": [] }, { - "name": "Implementing product recommendations in Faststore", - "slug": "implementing-product-recommendations-in-faststore", + "name": "Integrating product recommendations in mobile stores", + "slug": "integrating-product-recommendations-in-mobile-stores", "origin": "", "type": "markdown", "children": []