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: {