2023-06-16 20:39:58 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"buildCommand": "yarn build",
|
|
|
|
"outputDirectory": "build",
|
2024-04-04 19:49:15 +00:00
|
|
|
"trailingSlash": true,
|
2024-05-08 19:29:59 +00:00
|
|
|
"rewrites": [
|
2024-05-20 20:44:41 +00:00
|
|
|
{
|
|
|
|
"source": "/v0.1",
|
|
|
|
"destination": "https://langchain-v01.vercel.app/v0.1"
|
|
|
|
},
|
2024-04-05 19:54:00 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/v0.1/:path(.*/?)*",
|
|
|
|
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"redirects": [
|
2024-05-23 18:33:25 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/how_to/tool_calls_multi_modal(/?)",
|
|
|
|
"destination": "/docs/how_to/multimodal_inputs/"
|
|
|
|
},
|
2024-05-20 20:05:22 +00:00
|
|
|
{
|
|
|
|
"source": "/v0.2/docs/langsmith(/?)",
|
|
|
|
"destination": "https://docs.smith.langchain.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/v0.2/docs/langgraph(/?)",
|
|
|
|
"destination": "https://langchain-ai.github.io/langgraph"
|
|
|
|
},
|
2024-04-05 19:54:00 +00:00
|
|
|
{
|
2024-05-09 19:20:16 +00:00
|
|
|
"source": "/",
|
2024-05-08 19:29:59 +00:00
|
|
|
"destination": "/v0.2/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/docs(/?)",
|
|
|
|
"destination": "/v0.2/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
2024-05-20 20:44:41 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/get_started/introduction(/?)",
|
|
|
|
"destination": "/v0.2/docs/introduction/"
|
|
|
|
},
|
2024-04-17 23:25:36 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/docs/:path(.*/?)*",
|
|
|
|
"destination": "/v0.1/docs/:path*"
|
2024-05-17 17:07:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/cookbook(/?)",
|
|
|
|
"destination": "/v0.1/docs/cookbook/"
|
2023-06-29 00:07:53 +00:00
|
|
|
}
|
2023-06-16 20:39:58 +00:00
|
|
|
]
|
2023-10-05 17:47:47 +00:00
|
|
|
}
|