From fe3c984f566e122e64d4504cf87bcf23d8f11f19 Mon Sep 17 00:00:00 2001 From: Derrek <80121818+derrekcoleman@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:45:21 -0700 Subject: [PATCH] Add Status Page link to header --- docs/docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1bf5276d..7ec496ce 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -8,6 +8,7 @@ const darkCodeTheme = themes.dracula; const GITHUB_LINK = "https://github.com/bob-collective/bob"; const LANDING_PAGE = "https://gobob.xyz"; const DOCS_PAGE = "https://docs.gobob.xyz"; +const STATUS_PAGE = "https://conduit-bob.checkly-dashboards.com/"; const DISCORD = "https://discord.gg/gobob"; const TWITTER = "https://x.com/build_on_bob"; const TELEGRAM = "https://t.me/+CyIcLW2nfaFlNDc1"; @@ -238,6 +239,11 @@ const config = { label: "GitHub", position: "right", }, + { + href: STATUS_PAGE, + label: "Status", + position: "right", + }, ], }, footer: {