docs: Document context servers (#21170)

This PR adds documentation for context servers.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-11-25 11:05:14 -05:00 committed by GitHub
parent b83f104f6e
commit 385c447bbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 116 additions and 10 deletions

View file

@ -7,6 +7,7 @@ Extensions can add the following capabilities to Zed:
- [Languages](./languages.md)
- [Themes](./themes.md)
- [Slash Commands](./slash-commands.md)
- [Context Servers](./context-servers.md)
## Directory Structure of a Zed Extension