Skip to content

Commit

Permalink
docs: version dropdown (langchain-ai#21784)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored May 17, 2024
1 parent 685c13e commit 09919c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "🦜️🔗",
Expand Down

0 comments on commit 09919c2

Please sign in to comment.