mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
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:
@@ -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,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user