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:
Marshall Bowers 2024-08-20 10:13:53 -04:00 committed by GitHub
parent 1eb1e16954
commit 936466e02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.