File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "redirects" : [
3+ {"source" : " /docs" , "destination" : " /" },
4+ {"source" : " /docs/" , "destination" : " /" },
5+ {"source" : " /en/latest/index.html" , "destination" : " /" },
6+ {"source" : " /en/latest/modules/indexes/:path*" , "destination" : " /docs/modules/data_connection/:path*" },
7+ {"source" : " /en/latest/modules/models.html" , "destination" : " /docs/modules/model_io/models/" },
8+ {"source" : " /en/latest/modules/models/:path*" , "destination" : " /docs/modules/model_io/models/:path*" },
9+ {"source" : " /en/latest/reference.html" , "destination" : " https://api.python.langchain.com" },
10+ {"source" : " /en/latest/reference/:path*" , "destination" : " https://api.python.langchain.com/en/latest/:path*" },
11+ {"source" : " /en/latest/:path*" , "destination" : " /docs/:path*" }
12+ ]
13+ }
You can’t perform that action at this time.
0 commit comments