Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The flagship module for agile AI-driven development.
- [Scale Adaptive System](./modules/bmm/scale-adaptive-system) - Understanding the 5-level system
- [Brownfield Guide](./modules/bmm/brownfield-guide) - Working with existing codebases
- **[BMM Workflows Guide](./modules/bmm/index#-workflow-guides)** - **ESSENTIAL READING**
- **[Test Architect Guide](./modules/bmm/test-architecture)** - Testing strategy and quality assurance
- **[Test Architect Guide](../src/modules/bmm/docs/test-architecture.md)** - Testing strategy and quality assurance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes a relative link from one .md to another by breaking the same link between the same documents in the static documentation site. The real fix is either:

  • further complicate the generation script for static HTML, already kinda hairy, OR
  • Combine all docs including BMM module and testarch under the {project-root}/docs.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the combine docs -> root/docs/ is the way to go


### BMad Builder (BMB) - Create Custom Solutions

Expand Down