Skip to content

Commit

Permalink
adding redirects for tproxy and envoy extensions (#17688)
Browse files Browse the repository at this point in the history
* adding redirects

* Apply suggestions from code review
  • Loading branch information
trujillo-adam authored Jun 13, 2023
1 parent 421e9d8 commit 11764a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,20 @@ module.exports = [
destination: `/consul/docs/connect/intentions`,
permanent: true,
},
{
source: '/consul/docs/v1.16.x/connect/transparent-proxy',
destination: '/consul/docs/v1.16.x/k8s/connect/transparent-proxy',
permanent: true,
},
{
source: '/consul/docs/1.16.x/agent/limits/init-rate-limits',
destination: '/consul/docs/1.16.x/agent/limits/usage/init-rate-limits',
permanent: true,
},
{
source: '/consul/docs/1.16.x/agent/limits/set-global-traffic-rate-limits',
destination:
'/consul/docs/1.16.x/agent/limits/usage/set-global-traffic-rate-limits',
permanent: true,
},
]

0 comments on commit 11764a4

Please sign in to comment.