docs: Restructure and improve AI configuration docs (#35133)

Adding a number of settings that weren't documented, restructuring
things a bit to separate what is model-related settings from agent panel
usage-related settings, adding the recently introduced `disable_ai` key,
and more.

Release Notes:

- Improved docs around configuring and using AI in Zed
This commit is contained in:
Danilo Leal 2025-07-26 13:06:12 -03:00 committed by GitHub
parent 08402e25e0
commit 290f84a9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 851 additions and 777 deletions

View file

@ -40,6 +40,7 @@ enable = false
"/assistant/prompting.html" = "/docs/ai/rules.html"
"/language-model-integration.html" = "/docs/assistant/assistant.html"
"/model-improvement.html" = "/docs/ai/ai-improvement.html"
"/ai/temperature.html" = "/docs/ai/agent-settings.html#model-temperature"
# Community
"/community/feedback.html" = "/community-links"