From f9b9cdc3d69d4b6ba3951abb4e66f720efd7dacc Mon Sep 17 00:00:00 2001 From: Ed Snible Date: Tue, 25 Aug 2026 11:38:30 -0400 Subject: [PATCH] Exclude authbridge and automation help from public website Signed-off-by: Ed Snible --- docusaurus.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e78aec0..1453c1a 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -76,6 +76,8 @@ const config: Config = { exclude: [ // Internal working notes — not part of the published site. 'superpowers/**', + 'authbridge/**', + 'automation-health.md', ], versions: { current: {