diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2450380d045..d488e57d052 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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: "🦜️🔗",