mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"buildCommand": "yarn build",
|
|
"outputDirectory": "build",
|
|
"trailingSlash": true,
|
|
"rewrites": [
|
|
{
|
|
"source": "/v0.1",
|
|
"destination": "https://langchain-v01.vercel.app/v0.1"
|
|
},
|
|
{
|
|
"source": "/v0.1/:path(.*/?)*",
|
|
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/v0.2/docs/langsmith(/?)",
|
|
"destination": "https://docs.smith.langchain.com/"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/langgraph(/?)",
|
|
"destination": "https://langchain-ai.github.io/langgraph"
|
|
},
|
|
{
|
|
"source": "/",
|
|
"destination": "/v0.2/docs/introduction/"
|
|
},
|
|
{
|
|
"source": "/docs(/?)",
|
|
"destination": "/v0.2/docs/introduction/"
|
|
},
|
|
{
|
|
"source": "/docs/get_started/introduction(/?)",
|
|
"destination": "/v0.2/docs/introduction/"
|
|
},
|
|
{
|
|
"source": "/docs/:path(.*/?)*",
|
|
"destination": "/v0.1/docs/:path*"
|
|
},
|
|
{
|
|
"source": "/cookbook(/?)",
|
|
"destination": "/v0.1/docs/cookbook/"
|
|
}
|
|
]
|
|
}
|