From f83b7d1df2877a80a72ae50ab99911c7b2459cfc Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 4 Apr 2026 16:10:07 -0500 Subject: [PATCH] fix: move BMB announcement to custom Banner component Starlight banner config doesn't render with custom Header. Added announcement row to Banner.astro and removed unused config. --- website/astro.config.mjs | 4 ---- website/src/components/Banner.astro | 29 ++++++++++++++++++++++------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index af37c9164..f8e3ca95b 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -46,10 +46,6 @@ export default defineConfig({ title: 'BMAD Method', tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.', - banner: { - content: 'Build your own BMad modules and share them with the community! Get started or submit to the marketplace.', - }, - // i18n: locale config from shared module (website/src/lib/locales.mjs) defaultLocale: 'root', locales, diff --git a/website/src/components/Banner.astro b/website/src/components/Banner.astro index 2b607f621..034a7dc85 100644 --- a/website/src/components/Banner.astro +++ b/website/src/components/Banner.astro @@ -7,9 +7,13 @@ const llmsFullUrl = `${getSiteUrl()}/llms-full.txt`;
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.
+
+ 🚀 Build your own BMad modules and share them with the community! Get started or submit to the marketplace. +