From d41900c89e9a563f249ae2517c7f02e1cd33f773 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 12 Dec 2024 12:10:33 -0500 Subject: [PATCH] Update docusaurus.config.ts --- docusaurus.config.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 76dd868..226f6ee 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -55,7 +55,14 @@ const config: Config = { contextualSearch: true, searchPagePath: "search", }, - + announcementBar: { + id: 'announcement', + content: + 'Keep up with the latest by following the announcements feed!', + backgroundColor: '#fafbfc', + textColor: '#091E42', + isCloseable: false, + }, metadata: [ { name: "keywords",