Skip to content

Commit 7b3d725

Browse files
add /cli/reference redirect
1 parent 1d5f82c commit 7b3d725

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,11 @@ export default withNextra({
406406
destination: "/workflows/cli/reference/",
407407
permanent: true,
408408
},
409+
{
410+
source: "/cli/reference/",
411+
destination: "/workflows/cli/reference/",
412+
permanent: true,
413+
},
409414
{
410415
source: "/connect/connect-link/",
411416
destination: "/connect/managed-auth/connect-link/",

0 commit comments

Comments
 (0)