mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 01:23:07 +00:00
docs: version dropdown (#21784)
This commit is contained in:
parent
685c13e157
commit
09919c2cd5
@ -204,6 +204,21 @@ const config = {
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "dropdown",
|
||||||
|
label: "v0.2",
|
||||||
|
position: "right",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: "v0.2",
|
||||||
|
href: "/docs/introduction"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "v0.1",
|
||||||
|
href: "https://python.langchain.com/v0.1/docs/get_started/introduction"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
label: "🦜️🔗",
|
label: "🦜️🔗",
|
||||||
|
Loading…
Reference in New Issue
Block a user