forked from Archives/langchain
basic redirect (#6309)
This commit is contained in:
parent
d2243757a3
commit
eaee492dbc
13
docs/docs_skeleton/vercel.json
Normal file
13
docs/docs_skeleton/vercel.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"redirects": [
|
||||
{"source": "/docs", "destination": "/"},
|
||||
{"source": "/docs/", "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/"},
|
||||
{"source": "/en/latest/modules/models/:path*", "destination": "/docs/modules/model_io/models/:path*"},
|
||||
{"source": "/en/latest/reference.html", "destination": "https://api.python.langchain.com"},
|
||||
{"source": "/en/latest/reference/:path*", "destination": "https://api.python.langchain.com/en/latest/:path*"},
|
||||
{"source": "/en/latest/:path*", "destination": "/docs/:path*"}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user