docs: version dropdown (v0.1) (#21786)

This commit is contained in:
Erick Friis 2024-05-16 17:01:37 -07:00 committed by GitHub
parent c9ec8c5d07
commit 4bf7add9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,6 +211,21 @@ const config = {
},
]
},
{
type: "dropdown",
label: "v0.1",
position: "right",
items: [
{
label: "v0.2",
href: "https://python.langchain.com/v0.2/docs/introduction"
},
{
label: "v0.1",
href: "/docs/get_started/introduction"
}
]
},
{
type: "dropdown",
label: "🦜️🔗",