docs(kilo-docs): add redirect for deleted kiloclaw/version-pinning

Commit 3494a56b2 also removed /docs/kiloclaw/version-pinning alongside the
three flat pages this PR already covers; its content was moved to
/docs/kiloclaw/control-ui/version-pinning. Add the missing redirect so the
old URL no longer 404s.
This commit is contained in:
kilo-code-bot
2026-04-29 14:44:27 +00:00
parent ddf9608bd3
commit 6ff4f3db92
@@ -859,4 +859,10 @@ module.exports = [
basePath: false,
permanent: true,
},
{
source: "/docs/kiloclaw/version-pinning",
destination: "/docs/kiloclaw/control-ui/version-pinning",
basePath: false,
permanent: true,
},
]