diff --git a/docs/downloads.md b/docs/downloads.md index 6c29640ca..b5a2cb83f 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -6,21 +6,19 @@ Download BMad Method resources for offline use, AI training, or integration. ## Source Bundles -Download these from the `downloads/` folder on the documentation site. - -| File | Description | -| ------------------ | ----------------------------------------------------- | -| `bmad-sources.zip` | Complete repository snapshot (latest release) | -| `bmad-prompts.zip` | Compiled agents, workflows, and tasks (like `_bmad/`) | +| File | Description | +| --- | --- | +| [bmad-sources.zip](/downloads/bmad-sources.zip) | Complete repository snapshot (latest release) | +| [bmad-prompts.zip](/downloads/bmad-prompts.zip) | Compiled agents, workflows, and tasks (like `_bmad/`) | ## LLM-Optimized Files -These files are designed for AI consumption - perfect for loading into Claude, ChatGPT, or any LLM context window. See [API Access](#api-access) below for URLs. +These files are designed for AI consumption — perfect for loading into Claude, ChatGPT, or any LLM context window. See [API Access](#api-access) below for URLs. -| File | Description | Use Case | -| --------------- | ----------------------------------- | -------------------------- | -| `llms.txt` | Documentation index with summaries | Quick overview, navigation | -| `llms-full.txt` | Complete documentation concatenated | Full context loading | +| File | Description | Use Case | +| --- | --- | --- | +| [llms.txt](/llms.txt) | Documentation index with summaries | Quick overview, navigation | +| [llms-full.txt](/llms-full.txt) | Complete documentation concatenated | Full context loading | ### Using with LLMs @@ -47,7 +45,7 @@ docs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt") npx bmad-method install ``` -[More details](/docs/how-to/install-bmad.md) +[More details](./how-to/install-bmad.md) ## Version Information