mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
docs: v0.1 link to latest in dropdown (#26503)
This commit is contained in:
parent
d6e9d6fee1
commit
86b6d9df9a
@ -216,6 +216,10 @@ const config = {
|
|||||||
label: "v0.1",
|
label: "v0.1",
|
||||||
position: "right",
|
position: "right",
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: "Latest",
|
||||||
|
href: "https://python.langchain.com/docs/introduction"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "v0.2",
|
label: "v0.2",
|
||||||
href: "https://python.langchain.com/v0.2/docs/introduction"
|
href: "https://python.langchain.com/v0.2/docs/introduction"
|
||||||
|
Loading…
Reference in New Issue
Block a user