docs: Redirect /agent/config to /agent/config/config-files
Redirect /docs/agent/config to /docs/agent/config/config-files so that external links to anchors for specific config parameters continue to work.
This commit is contained in:
parent
d94859e384
commit
035bd906f6
|
@ -1266,7 +1266,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/docs/agent/options',
|
source: '/docs/agent/options',
|
||||||
destination: '/docs/agent/config',
|
destination: '/docs/agent/config/config-files',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue