Skip to content

Commit 04fc6ab

Browse files
authored
docs: redirect old home page (#2595)
1 parent 844ab20 commit 04fc6ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/docs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"dark": "#8101E4"
1313
},
1414
"favicon": "/favicon.png",
15+
"redirects": [
16+
{
17+
"source": "/readme/introduction",
18+
"destination": "/introduction/introduction"
19+
}
20+
],
1521
"navigation": {
1622
"anchors": [
1723
{
@@ -258,4 +264,4 @@
258264
"linkedin": "https://www.linkedin.com/company/diggerhq/"
259265
}
260266
}
261-
}
267+
}

0 commit comments

Comments
 (0)