docs: Reword "Extensibility" section of slash command docs (#16521)

Marshall Bowers created

This PR rewords the "Extensibility" section of the slash command docs.

Release Notes:

- N/A

Change summary

docs/src/assistant/commands.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Detailed changes

docs/src/assistant/commands.md 🔗

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