Skip to content

Commit 337cca4

Browse files
add a few more redirects
1 parent 87d131e commit 337cca4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,21 @@ export default withNextra({
246246
destination: "/workflows/building-workflows/inspect/",
247247
permanent: true,
248248
},
249+
{
250+
source: "/workflows/triggers/",
251+
destination: "/workflows/building-workflows/triggers/",
252+
permanent: true,
253+
},
249254
{
250255
source: "/workflows/steps/triggers/",
251256
destination: "/workflows/building-workflows/triggers/",
252257
permanent: true,
253258
},
259+
{
260+
source: "/workflows/actions/",
261+
destination: "/workflows/building-workflows/actions/",
262+
permanent: true,
263+
},
254264
{
255265
source: "/workflows/steps/actions/",
256266
destination: "/workflows/building-workflows/actions/",
@@ -261,6 +271,11 @@ export default withNextra({
261271
destination: "/workflows/building-workflows/control-flow/",
262272
permanent: true,
263273
},
274+
{
275+
source: "/workflows/control-flow/",
276+
destination: "/workflows/building-workflows/control-flow/",
277+
permanent: true,
278+
},
264279
{
265280
source: "/code/",
266281
destination: "/workflows/building-workflows/code/",

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)