docs: Reword "Extensibility" section of slash command docs (#16521)
This PR rewords the "Extensibility" section of the slash command docs. Release Notes: - N/A
This commit is contained in:
parent
1eb1e16954
commit
936466e02c
1 changed files with 3 additions and 2 deletions
|
@ -103,5 +103,6 @@ Usage: `/workflow`
|
|||
|
||||
## Extensibility
|
||||
|
||||
A Zed extension can expose custom slash commands in its API; this means that you too can have your own slash commands.
|
||||
Click [here](../extensions/slash-commands.md) to find out how to define them.
|
||||
Additional slash commands can be provided by extensions.
|
||||
|
||||
See [Extension: Slash Commands](../extensions/slash-commands.md) to learn how to create your own.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue