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