Skip to content

Commit 07b5131

Browse files
authored
chore: redirects for 404 or moved pages (#2073)
1 parent 584869d commit 07b5131

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vercel.json

+14
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,20 @@
11781178
"source": "/docs/quickstart/sdks",
11791179
"destination": "/docs/sdk",
11801180
"permanent": false
1181+
},
1182+
{
1183+
"source": "/docs/hydra/cli/hydra-clients-create",
1184+
"destination": "/docs/hydra/cli/hydra-create-client",
1185+
"permanent": false
1186+
},
1187+
{
1188+
"source": "/docs/kratos/bring-your-own-ui/01_overview.mdx",
1189+
"destination": "/docs/kratos/bring-your-own-ui/custom-ui-basic-integration",
1190+
"permanent": false
1191+
},
1192+
{
1193+
"source": "/docs/guides/master/oathkeeper/1-overview/1-rules",
1194+
"destination": "/docs/oathkeeper/api-access-rules"
11811195
}
11821196
]
11831197
}

0 commit comments

Comments
 (0)