mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-22 20:35:34 -04:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"outputDirectory": "dist",
|
|
"public": true,
|
|
"trailingSlash": true,
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "https://docs.langchain.com"
|
|
},
|
|
{
|
|
"source": "/python/versions/latest",
|
|
"destination": "/python"
|
|
},
|
|
{
|
|
"source": "/v1.0/:path*",
|
|
"destination": "/python/:path*"
|
|
},
|
|
{
|
|
"source": "/python/integrations/langchain_azure/ai/:path*",
|
|
"destination": "/python/integrations/langchain_azure_ai/:path*"
|
|
},
|
|
{
|
|
"source": "/python/integrations/langchain_azure/dynamic_sessions/:path*",
|
|
"destination": "/python/integrations/langchain_azure_dynamic_sessions/:path*"
|
|
},
|
|
{
|
|
"source": "/python/integrations/langchain_azure/storage/:path*",
|
|
"destination": "/python/integrations/langchain_azure_storage/:path*"
|
|
},
|
|
{
|
|
"source": "/python/langsmith/observability/sdk/reference/:path*",
|
|
"destination": "/python/integrations/langchain_azure_storage/:path*"
|
|
}
|
|
]
|
|
}
|