From 845ed86dcaa355768ad6184d9d724113656ce589 Mon Sep 17 00:00:00 2001 From: Ed Snible Date: Wed, 29 Jul 2026 10:47:43 -0400 Subject: [PATCH] Exclude Kagenti 'superpowers' from website Signed-off-by: Ed Snible --- docusaurus.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 42b36b3..e78aec0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -74,7 +74,8 @@ const config: Config = { // (`npm run docusaurus docs:version 0.7`), it becomes the default // "latest" and "dev" stays as the work-in-progress version. exclude: [ - + // Internal working notes — not part of the published site. + 'superpowers/**', ], versions: { current: {