Merge pull request #12799 from hashicorp/redirect-fix
docs: fixed redirect issue
This commit is contained in:
commit
4c4e02af65
|
@ -1262,6 +1262,7 @@ module.exports = [
|
|||
{
|
||||
source: '/api/:path*',
|
||||
destination: '/api-docs/:path*',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/agent/options',
|
||||
|
|
Loading…
Reference in New Issue