docs: comprehensive documentation overhaul with style guide expansion#1309
Merged
muratkeremozcan merged 7 commits intobmad-code-org:mainfrom Jan 12, 2026
Merged
docs: comprehensive documentation overhaul with style guide expansion#1309muratkeremozcan merged 7 commits intobmad-code-org:mainfrom
muratkeremozcan merged 7 commits intobmad-code-org:mainfrom
Conversation
- Add "100% free and open source" tagline at top - Update YouTube line with upcoming master class/podcast - Add "Help us grow" CTA for stars and subs - Add new "Support BMad" section with donation and speaking info Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Expand tagline: "No gated Discord", "empowering everyone" - Add emojis and stronger CTAs to Support section - Consolidate star/subscribe asks into Support section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughREADME.md updated with a new marketing statement emphasizing free and open-source nature, expanded Community section describing upcoming content (tutorials, master class, podcast launching February 2025), and a new "Support BMad" section listing multiple contribution methods. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
alexeyv
requested changes
Jan 11, 2026
…andards Style Guide Additions: - Add Reference Structure section with 6 document types (Index, Catalog, Deep-Dive, Configuration, Glossary, Comprehensive) - Add Glossary Structure section with table-based format leveraging Starlight's right-nav for navigation - Include checklists for both new document types Reference Docs Updated: - agents/index.md: Catalog format, universal commands tip admonition - configuration/core-tasks.md: Configuration format with admonitions - configuration/global-config.md: Table-based config reference - workflows/index.md: Minimal index format - workflows/core-workflows.md: Catalog format - workflows/document-project.md: Deep-dive with Quick Facts admonition - workflows/bmgd-workflows.md: Comprehensive format, removed ~30 hr rules Glossary Rewritten: - Converted from 373 lines with ### headers to 123 lines with tables - Right nav now shows 9 categories instead of 50+ terms - Added italic context markers (*BMGD.*, *Brownfield.*, etc.) - Alphabetized terms within categories - Removed redundant inline TOC All Docs: - Remove horizontal rules (---) per style guide - Remove "Related" sections (sidebar handles navigation) - Standardize admonition usage - Archive deleted workflow customization docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add "Why does BMad use so many tokens?" FAQ explaining design tradeoff (decision quality over code velocity) - Fix stale anchor #adversarial-review-general → #adversarial-review - Remove link to archived customize-workflows.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
alexeyv
approved these changes
Jan 12, 2026
cecil-the-coder
approved these changes
Jan 12, 2026
Sjoerd-Bo3
pushed a commit
to Sjoerd-Bo3/BMAD-METHOD
that referenced
this pull request
Jan 13, 2026
docs: comprehensive documentation overhaul with style guide expansion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major documentation overhaul touching 70 files with a net reduction of ~1,100 lines. This PR standardizes documentation across all major types and expands the style guide to ensure consistency going forward.
README
Style Guide Expansion
This completes style guide coverage for all major documentation types (Tutorial, How-To, Explanation, Reference, Glossary).
Document Reformatting
Consistency Pass
---) throughoutFAQ Addition
Housekeeping
customize-workflows.md,vendor-workflows.md)Test plan
npm run docs:validate-links)npm run docs:build)npm run lint:md)🤖 Generated with Claude Code