From fb9ac8da2f4a932ff83158c2d9711c5f27791b1b Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Mon, 23 Sep 2024 11:03:59 -0700 Subject: [PATCH] fix(docs): Drop announcement bar (#26782) --- docs/docusaurus.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 26c41e4398e..d5135235fcd 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -124,13 +124,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)", - }, docs: { sidebar: { hideable: true,