From 854f37be879412da4f4fcff4b1d8e6e9e3961367 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Fri, 6 Sep 2024 14:28:08 -0700 Subject: [PATCH] docs[minor]: Add state of agents survey to docs announcement bar (#26167) --- docs/docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 869abd69035..714e217cfad 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -125,8 +125,11 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ announcementBar: { - content: 'LangChain 0.2 is out! Leave feedback on the v0.2 docs here. You can view the v0.1 docs here.', + content: + 'Share your thoughts on AI agents. Take the 3-min survey.', isCloseable: true, + backgroundColor: "rgba(53, 151, 147, 0.1)", + textColor: "rgb(53, 151, 147)", }, docs: { sidebar: {