Skip to content

Commit eaee492

Browse files
authored
basic redirect (#6309)
1 parent d224375 commit eaee492

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/docs_skeleton/vercel.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

0 commit comments

Comments
 (0)