From 975aea6e7499d662360674f005e69aa1ab420f95 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 4 Apr 2026 16:02:26 -0500 Subject: [PATCH] docs: add BMad Builder announcement banner to docs site (#2209) --- website/astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index f8e3ca95b..af37c9164 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -46,6 +46,10 @@ 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,