mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
fix(docs): standardize image paths to use ./screenshots/ format
All image references now consistently use relative ./screenshots/ paths instead of mixed formats (some were /screenshots/ or screenshots/).
This commit is contained in:
@@ -171,7 +171,7 @@ This enables rapid iteration during playbook development.
|
|||||||
|
|
||||||
Local playbooks are visually distinguished in the Playbook Exchange with a blue "Local" badge:
|
Local playbooks are visually distinguished in the Playbook Exchange with a blue "Local" badge:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- **Badge:** Blue "Local" badge next to category
|
- **Badge:** Blue "Local" badge next to category
|
||||||
- **Tooltip:** "Custom local playbook" on hover
|
- **Tooltip:** "Custom local playbook" on hover
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ Access OpenSpec commands via **Settings → AI Commands** tab. Here you can:
|
|||||||
Commands marked with a **Maestro** badge are Maestro-specific additions to the upstream workflow.
|
Commands marked with a **Maestro** badge are Maestro-specific additions to the upstream workflow.
|
||||||
|
|
||||||
<Frame>
|
<Frame>
|
||||||
<img src="/screenshots/openspec-commands.png" alt="OpenSpec commands in the AI Commands panel" />
|
<img src="./screenshots/openspec-commands.png" alt="OpenSpec commands in the AI Commands panel" />
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
## Auto-Updates
|
## Auto-Updates
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ The exchange displays playbooks in a searchable grid organized by category:
|
|||||||
Use `Cmd+Shift+[` / `Cmd+Shift+]` (`Ctrl+Shift+[/]` on Windows/Linux) to quickly switch between category tabs.
|
Use `Cmd+Shift+[` / `Cmd+Shift+]` (`Ctrl+Shift+[/]` on Windows/Linux) to quickly switch between category tabs.
|
||||||
|
|
||||||
<Frame>
|
<Frame>
|
||||||
<img src="/screenshots/playbook-exchange-list.png" alt="Playbook Exchange browsing view" />
|
<img src="./screenshots/playbook-exchange-list.png" alt="Playbook Exchange browsing view" />
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
## Playbook Details
|
## Playbook Details
|
||||||
@@ -46,7 +46,7 @@ Clicking a playbook tile (or pressing `Enter`) opens the detail view where you c
|
|||||||
- **`Esc`** — Return to the playbook grid
|
- **`Esc`** — Return to the playbook grid
|
||||||
|
|
||||||
<Frame>
|
<Frame>
|
||||||
<img src="/screenshots/playbook-exchange-details.png" alt="Playbook Exchange detail view" />
|
<img src="./screenshots/playbook-exchange-details.png" alt="Playbook Exchange detail view" />
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
## Importing a Playbook
|
## Importing a Playbook
|
||||||
|
|||||||
Reference in New Issue
Block a user