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:
Blake Covarrubias 2022-04-26 10:42:44 -07:00 committed by Blake Covarrubias
parent d94859e384
commit 035bd906f6

View file

@ -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,
}, },
{ {