mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
doc cleanup round 1
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user