Skip to content

Commit e2e8b25

Browse files
committed
refactor: add redirect
1 parent 69456f8 commit e2e8b25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

redirects.json

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
"target": "/apis/rest/",
100100
"status": "301"
101101
},
102+
{
103+
"source": "/docs/",
104+
"target": "/getting-started/",
105+
"status": "301"
106+
},
102107
{
103108
"source": "/docs/<*>",
104109
"target": "/<*>",

0 commit comments

Comments
 (0)