From 276684ce93843d1188a9ba930e47fb23e66882b9 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 12 Jul 2025 17:25:38 +0000 Subject: [PATCH] chore(docs): add link to status page in the footer Signed-off-by: Xe Iaso --- docs/docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 87776b4..df12939 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -139,6 +139,10 @@ const config: Config = { label: 'GitHub', href: 'https://github.com/TecharoHQ/anubis', }, + { + label: 'Status', + href: 'https://techarohq.github.io/status/' + }, ], }, ],