From 8fe60eff60dd9db90ec9ffa86b862e3c7a16effe Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Mon, 23 Sep 2024 11:04:35 -0700 Subject: [PATCH] fix(docs): Drop announcement bar (#6863) --- docs/core_docs/docusaurus.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/core_docs/docusaurus.config.js b/docs/core_docs/docusaurus.config.js index 4ab00bbb5029..6f8472891917 100644 --- a/docs/core_docs/docusaurus.config.js +++ b/docs/core_docs/docusaurus.config.js @@ -135,13 +135,6 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ - announcementBar: { - 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)", - }, prism: { theme: { ...baseLightCodeBlockTheme,