Skip to content

Commit

Permalink
added in dev annoucment bar
Browse files Browse the repository at this point in the history
  • Loading branch information
hello391 committed Sep 8, 2024
1 parent bf190f3 commit 4bb0786
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit 4bb0786

Please sign in to comment.