docs: clarifies config file locations and purposes (#5210)

Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
This commit is contained in:
Anthony D. Mays 2025-10-29 13:46:01 -07:00 committed by GitHub
parent 5180c4ba54
commit 40f453445f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 33 additions and 21 deletions

View file

@ -162,6 +162,10 @@ const config: Config = {
from: '/docs/guides/creating-plans',
to: '/docs/guides/multi-model/creating-plans'
},
{
from: '/docs/guides/config-file',
to: '/docs/guides/config-files',
},
// MCP tutorial redirects - moved from /docs/tutorials/ to /docs/mcp/
{
from: '/docs/tutorials/agentql-mcp',