Skip to content

Commit

Permalink
Merge pull request #505 from vtexdocs/docs-authentication-guides-nav-…
Browse files Browse the repository at this point in the history
…and-redirects

docs: authentication guides nav and redirects
  • Loading branch information
julia-rabello authored Oct 5, 2023
2 parents e9ad3c3 + 48ac082 commit 6f8afcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ to = '/docs/guides/making-your-first-request'
force = true
from = '/docs/guides/getting-started-authentication'
status = 308
to = '/docs/guides/authentication-overview'
to = '/docs/guides/authentication'

[[redirects]]
force = true
Expand Down Expand Up @@ -841,3 +841,9 @@ force = true
from = "/docs/guides/changes-and-limitations-pii-data-architecture"
status = 308
to = "/docs/guides/changes-in-vtex-features-behavior-to-handle-pii-data"

[[redirects]]
force = true
from = "/docs/guides/user-authentication-and-login"
status = 308
to = "/docs/guides/api-authentication-using-user-tokens"
4 changes: 2 additions & 2 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"children": []
},
{
"name": "User authentication and login",
"slug": "user-authentication-and-login",
"name": "API authentication using user tokens",
"slug": "api-authentication-using-user-tokens",
"origin": "",
"type": "markdown",
"children": []
Expand Down

0 comments on commit 6f8afcc

Please sign in to comment.