Skip to content

Commit

Permalink
docs[minor]: version dropdown (#5422)
Browse files Browse the repository at this point in the history
* docs: version dropdown

* Update docs/core_docs/docusaurus.config.js

* Update docs/core_docs/docusaurus.config.js
  • Loading branch information
efriis authored May 17, 2024
1 parent 1a959ef commit 98ad207
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/core_docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,21 @@ const config = {
},
],
},
{
type: "dropdown",
label: "v0.2",
position: "right",
items: [
{
label: "v0.2",
href: "/docs/introduction",
},
{
label: "v0.1",
href: "https://js.langchain.com/v0.1/docs/get_started/introduction",
},
],
},
{
type: "dropdown",
label: "πŸ¦œπŸ”—",
Expand Down

0 comments on commit 98ad207

Please sign in to comment.