Skip to content

Commit 6ee9cbb

Browse files
committed
Legacy routing
1 parent d452c52 commit 6ee9cbb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/legacy_routing.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ export default [
33
"to": "/docs/videos",
44
"from": "/docs/handbook/tutorial-video"
55
},
6+
{
7+
"to": "/docs/videos",
8+
"from": "/docs/tutorial-video"
9+
},
610
{
711
"to": "/docs/",
812
"from": "/docs/handbook/overview"

versioned_docs/version-0.9.0/legacy_routing.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ export default [
33
"to": "/docs/videos",
44
"from": "/docs/handbook/tutorial-video"
55
},
6+
{
7+
"to": "/docs/videos",
8+
"from": "/docs/tutorial-video"
9+
},
610
{
711
"to": "/docs/",
812
"from": "/docs/handbook/overview"

0 commit comments

Comments
 (0)