docs: add download links and fix self-referential text

Remove circular "download from downloads/ folder" instruction and add
actual clickable links using absolute paths for rehype-base-paths plugin.
This commit is contained in:
Alex Verkhovsky 2026-02-06 15:16:39 -07:00
parent e627de400f
commit b74a5a91c0
1 changed files with 10 additions and 12 deletions

View File

@ -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