docs: add redirects for /whl and /whl/:path* to external documentatio… (#23395)

This commit is contained in:
Mingyi
2026-04-21 12:24:59 -07:00
committed by GitHub
parent 929e00eeab
commit 4c1d07fbdd
+10
View File
@@ -16,6 +16,16 @@
"source": "/cookbook",
"destination": "/cookbook/intro"
},
{
"source": "/whl",
"destination": "https://sgl-project.github.io/whl/",
"permanent": false
},
{
"source": "/whl/:path*",
"destination": "https://sgl-project.github.io/whl/:path*",
"permanent": false
},
{
"source": "/index.html",
"destination": "/"