mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
more redirect (#6314)
This commit is contained in:
@@ -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/"},
|
||||
|
Reference in New Issue
Block a user