mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +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",
|
||||
label: "🦜️🔗",
|
||||
|
Loading…
Reference in New Issue
Block a user