more redirect (#6314)

This commit is contained in:
Davis Chase
2023-06-16 14:43:59 -07:00
committed by GitHub
parent eaee492dbc
commit 03b5891cf7

View File

@@ -2,6 +2,8 @@
"redirects": [
{"source": "/docs", "destination": "/"},
{"source": "/docs/", "destination": "/"},
{"source": "/en/latest", "destination": "/"},
{"source": "/en/latest/", "destination": "/"},
{"source": "/en/latest/index.html", "destination": "/"},
{"source": "/en/latest/modules/indexes/:path*", "destination": "/docs/modules/data_connection/:path*"},
{"source": "/en/latest/modules/models.html", "destination": "/docs/modules/model_io/models/"},