From faee8bb4ee9e7af5ee0a0dd555bf817618cb7a42 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 31 Oct 2024 08:34:17 -0700 Subject: [PATCH] Add code remix summit announcement --- docusaurus.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8e69ef74..52d021c1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -56,13 +56,13 @@ const config: Config = { apiKey: "15eb9c9f6f3147b1cf82b1b7f93cace8", indexName: "moderne", }, - // announcementBar: { - // id: "doc_release", - // content: - // "We are currently migrating where we host our docs. Because of this, search is temporarily unavailable.", - // backgroundColor: "#555555", - // textColor: "#E3F2FD", - // }, + announcementBar: { + id: "code_remix", + content: + "Now announcing the inaugural Code Remix Summit – in Miami May 12th-14th. Use the code MODERNE3VIP for an additional $300 off.", + backgroundColor: "#555555", + textColor: "#E3F2FD", + }, colorMode: { respectPrefersColorScheme: true, },