Skip to content

Commit 93b90e4

Browse files
authored
Restore registry-schema redirect with new target (#872)
* Restore registry-schema redirect with new target Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> * Add redirect for deleted page Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --------- Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent fbef2e1 commit 93b90e4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@
8686
"destination": "/toolhive/guides-k8s/deploy-operator",
8787
"permanent": true
8888
},
89+
{
90+
"source": "/toolhive/reference/registry-schema",
91+
"destination": "/toolhive/reference/registry-schema-upstream",
92+
"permanent": true
93+
},
94+
{
95+
"source": "/toolhive/reference/registry-schema-toolhive",
96+
"destination": "/toolhive/reference/registry-schema-upstream",
97+
"permanent": true
98+
},
8999
{
90100
"source": "/toolhive/reference/crd-spec",
91101
"destination": "/toolhive/reference/crds",

0 commit comments

Comments
 (0)