fix: move non-interactive-installation into how-to directory
Fixes #1564. The page was orphaned from the Starlight sidebar because it lived at docs/ root instead of docs/how-to/, which is the autogenerated sidebar directory. Also fixes the broken link in install-bmad.md and updates the README reference.
This commit is contained in:
parent
ecf7fbcb2c
commit
b3d11973b9
|
|
@ -36,7 +36,7 @@ Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, Windsu
|
|||
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
||||
```
|
||||
|
||||
See [Non-Interactive Installation Guide](docs/non-interactive-installation.md) for all available options.
|
||||
See [Non-Interactive Installation Guide](docs/how-to/non-interactive-installation.md) for all available options.
|
||||
|
||||
> **Not sure what to do?** Run `/bmad-help` — it tells you exactly what's next and what's optional. You can also ask it questions like:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: Step-by-step guide to installing BMad in your project
|
|||
|
||||
Use the `npx bmad-method install` command to set up BMad in your project with your choice of modules and AI tools.
|
||||
|
||||
If you want to use a non interactive installer and provide all install options on the command line, [this guide](/docs/non-interactive-installation.md).
|
||||
For automated or scripted installations, see the [Non-Interactive Installation](/docs/how-to/non-interactive-installation.md) guide.
|
||||
|
||||
## When to Use This
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue