Skip to content

Commit 8238256

Browse files
committed
docs: fix /speak -> /voice:speak in voice plugin Starlight docs
1 parent ac67bb3 commit 8238256

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • docs-site/src/content/docs/plugins-detail

docs-site/src/content/docs/plugins-detail/voice.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ plugin.
9191
The default voice is **azelma**. To change it:
9292

9393
```bash
94-
/speak alba
95-
/speak cosette
94+
/voice:speak alba
95+
/voice:speak cosette
9696
```
9797

9898
Available voices: alba, marius, javert, jean,
@@ -107,13 +107,13 @@ plugin.
107107

108108
```bash
109109
# Set a custom instruction for summaries
110-
/speak prompt "be upbeat and encouraging"
110+
/voice:speak prompt "be upbeat and encouraging"
111111

112112
# Another example
113-
/speak prompt "always end with 'back to you, boss'"
113+
/voice:speak prompt "always end with 'back to you, boss'"
114114

115115
# Clear the custom prompt
116-
/speak prompt
116+
/voice:speak prompt
117117
```
118118
</TabItem>
119119
</Tabs>
@@ -188,7 +188,7 @@ This design ensures:
188188
stale-process detection prevents overlapping audio
189189
when multiple sessions finish at the same time
190190
- **Infinite loop prevention** -- When you run
191-
`/speak stop`, a `just_disabled` flag is set. The
191+
`/voice:speak stop`, a `just_disabled` flag is set. The
192192
next prompt hook sees this, injects a "stop adding
193193
📢 markers" message to override stale instructions
194194
still in context, and clears the flag. Without

0 commit comments

Comments
 (0)