doc cleanup round 1

This commit is contained in:
Brian Madison
2025-12-27 18:29:35 +08:00
parent 949cf64d3b
commit d4a94df29a
49 changed files with 202 additions and 4456 deletions

View File

@@ -11,25 +11,7 @@ const sidebars = {
type: 'category',
label: 'IDE Guides',
collapsed: true,
items: [
'ide-info/index',
'ide-info/claude-code',
'ide-info/cursor',
'ide-info/windsurf',
'ide-info/cline',
'ide-info/github-copilot',
'ide-info/auggie',
'ide-info/codex',
'ide-info/crush',
'ide-info/gemini',
'ide-info/iflow',
'ide-info/kilo',
'ide-info/opencode',
'ide-info/qwen',
'ide-info/roo',
'ide-info/rovo-dev',
'ide-info/trae',
],
items: [],
},
'v4-to-v6-upgrade',
],

View File

@@ -33,15 +33,6 @@ docs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt")
# Include in your system prompt or context
```
## Source Bundles
Download the complete source code for offline development or contribution.
| Bundle | Contents |
| --------------------------------------------------- | ------------------------------------------- |
| **[bmad-sources.zip](/downloads/bmad-sources.zip)** | Complete `/src/` directory with all modules |
| **[bmad-prompts.zip](/downloads/bmad-prompts.zip)** | Agent prompts and workflows from `/_bmad/` |
## Installation Options
### NPM (Recommended)
@@ -50,12 +41,6 @@ Download the complete source code for offline development or contribution.
npx bmad-method@alpha install
```
### Manual Installation
1. Download `bmad-prompts.zip`
2. Extract to your project root
3. Configure your IDE per the [IDE Guides](/docs/ide-info/)
## Version Information
- **Current Version:** See [CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md)