mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 23:12:38 +00:00
docs: version dropdown (v0.1) (#21786)
This commit is contained in:
@@ -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: "🦜️🔗",
|
||||
|
Reference in New Issue
Block a user