Skip to content

Commit fee6fa0

Browse files
add redirects to docs.json #233
Signed-off-by: theekrystallee <56278409+theekrystallee@users.noreply.github.com>
1 parent cdec245 commit fee6fa0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
"source": "/hedera",
1313
"destination": "/"
1414
},
15+
{
16+
"source": "/*",
17+
"destination": "/"
18+
},
1519
{
1620
"source": "/guides/*",
17-
"destination": "https://docs.hedera.com/*"
21+
"destination": "/*"
1822
},
1923
{
2024
"source": "/guardian/*",

0 commit comments

Comments
 (0)