From 4bb078672fb80bf774eac52c399fb5554935d51a Mon Sep 17 00:00:00 2001 From: hello391 Date: Sun, 8 Sep 2024 01:06:04 -0400 Subject: [PATCH] added in dev annoucment bar --- docusaurus.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b35bbd8..e0ef360 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -4,7 +4,7 @@ import type * as Preset from "@docusaurus/preset-classic"; const config: Config = { title: "Helpr Docs", - tagline: "Coming Soon!", + tagline: "Home Page Coming Soon!", favicon: "https://helpr.gg/icon.ico", // Set the production url of your site here @@ -51,6 +51,12 @@ const config: Config = { colorMode: { defaultMode: "dark", }, + announcementBar: { + id: "in_development", + content: "Still Under Heavy Development!!!", + isCloseable: true, + backgroundColor: "#25c2a0", + }, navbar: { title: "Helpr Docs", items: [