mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 10:42:55 +00:00
docs: cookbook redirect (#21822)
This commit is contained in:
parent
9f8d18c028
commit
7976fb1663
@ -20,6 +20,10 @@
|
|||||||
{
|
{
|
||||||
"source": "/docs/:path(.*/?)*",
|
"source": "/docs/:path(.*/?)*",
|
||||||
"destination": "/v0.1/docs/:path*"
|
"destination": "/v0.1/docs/:path*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/cookbook(/?)",
|
||||||
|
"destination": "/v0.1/docs/cookbook/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user