mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"buildCommand": "yarn build",
|
|
"outputDirectory": "build",
|
|
"ignoreCommand": "bash ignore-step.sh",
|
|
"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*"
|
|
},
|
|
{
|
|
"source": "/robots.txt(/?)",
|
|
"destination": "/v0.2/robots.txt/"
|
|
},
|
|
{
|
|
"source": "/sitemap.xml(/?)",
|
|
"destination": "/v0.2/sitemap.xml/"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/v0.2/docs/versions/packages(/?)",
|
|
"destination": "/v0.2/docs/versions/release_policy/"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/integrations/llms/llm_caching(/?)",
|
|
"destination": "/v0.2/docs/integrations/llm_caching/"
|
|
},
|
|
{
|
|
"source": "/docs/how_to/tool_calls_multi_modal(/?)",
|
|
"destination": "/docs/how_to/multimodal_inputs/"
|
|
},
|
|
{
|
|
"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/integrations/:path(.*/?)*",
|
|
"destination": "/v0.2/docs/integrations/:path*"
|
|
},
|
|
{
|
|
"source": "/docs/:path(.*/?)*",
|
|
"destination": "/v0.1/docs/:path*"
|
|
},
|
|
{
|
|
"source": "/cookbook(/?)",
|
|
"destination": "/v0.1/docs/cookbook/"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/how_to/migrate_chains(/?)",
|
|
"destination": "/v0.2/docs/versions/migrating_chains"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/integrations/tools/search_tools/",
|
|
"destination": "/v0.2/docs/integrations/tools#search"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/integrations/toolkits/airbyte_structured_qa/",
|
|
"destination": "/v0.2/docs/integrations/document_loaders/airbyte/"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/integrations/toolkits/document_comparison_toolkit(/?)",
|
|
"destination": "/v0.2/docs/tutorials/rag/"
|
|
},
|
|
{
|
|
"source": "/v0.2/docs/integrations/toolkits/:path(.*/?)*",
|
|
"destination": "/v0.2/docs/integrations/tools/:path*"
|
|
}
|
|
]
|
|
}
|