From c3caec5aaf1be2554197e54c573a90a054313fc0 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 17 May 2024 17:35:07 -0700 Subject: [PATCH] docs: update announcement bar (#21854) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2d0e793e8c9..8ce8a6e6928 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -124,7 +124,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ announcementBar: { - content: 'You are viewing the preview v0.2 docs. View the stable v0.1 docs here. Leave feedback on the v0.2 docs here.', + content: 'LangChain 0.2 is out! Leave feedback on the v0.2 docs here. You can view the stable v0.1 docs here.', isCloseable: true, }, docs: {