From 29622e605d0c3705fad1bcadfbf18aedf48c3795 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 12 Jul 2025 13:32:24 -0400 Subject: [PATCH] chore(docs): add link to status page in the footer (#814) 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/' + }, ], }, ],