2023-06-16 20:39:58 +00:00
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"buildCommand": "yarn build",
|
|
|
|
"outputDirectory": "build",
|
2024-07-10 22:18:00 +00:00
|
|
|
"ignoreCommand": "bash ignore-step.sh",
|
2024-04-04 19:49:15 +00:00
|
|
|
"trailingSlash": true,
|
2024-05-08 19:29:59 +00:00
|
|
|
"rewrites": [
|
2024-09-03 01:05:08 +00:00
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/integrations(/?)",
|
|
|
|
"destination": "/docs/integrations/platforms/"
|
2024-09-03 01:05:08 +00:00
|
|
|
},
|
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*"
|
2024-06-04 18:26:40 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/v0.2",
|
|
|
|
"destination": "https://langchain-v02.vercel.app/v0.2"
|
2024-06-04 18:26:40 +00:00
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/v0.2/:path(.*/?)*",
|
|
|
|
"destination": "https://langchain-v02.vercel.app/v0.2/:path*"
|
2024-05-08 19:29:59 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"redirects": [
|
2024-09-13 22:20:24 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/versions/overview(/?)",
|
|
|
|
"destination": "/docs/versions/v0_2/overview/"
|
|
|
|
},
|
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
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/langsmith(/?)",
|
2024-05-20 20:05:22 +00:00
|
|
|
"destination": "https://docs.smith.langchain.com/"
|
|
|
|
},
|
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/langgraph(/?)",
|
2024-05-20 20:05:22 +00:00
|
|
|
"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-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
|
|
|
{
|
2024-05-08 19:29:59 +00:00
|
|
|
"source": "/docs(/?)",
|
2024-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-04-17 23:25:36 +00:00
|
|
|
},
|
2024-05-20 20:44:41 +00:00
|
|
|
{
|
|
|
|
"source": "/docs/get_started/introduction(/?)",
|
2024-09-13 21:38:45 +00:00
|
|
|
"destination": "/docs/introduction/"
|
2024-08-08 21:54:11 +00:00
|
|
|
},
|
2024-08-13 19:19:17 +00:00
|
|
|
{
|
2024-09-13 21:38:45 +00:00
|
|
|
"source": "/docs/how_to/migrate_chains(/?)",
|
|
|
|
"destination": "/docs/versions/migrating_chains"
|
2024-08-23 22:51:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/v0.2/docs/templates/:path(.*/?)*",
|
|
|
|
"destination": "https://github.com/langchain-ai/langchain/tree/master/templates/:path*"
|
2023-06-29 00:07:53 +00:00
|
|
|
}
|
2023-06-16 20:39:58 +00:00
|
|
|
]
|
2023-10-05 17:47:47 +00:00
|
|
|
}
|