Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down
Loading