docs: Redirect docs/ai to docs/ai/overview (#30442)

This PR adds a redirect from `zed.dev/docs/ai` to
`zed.dev/docs/ai/overview`.

Not 100% sure this will work, but want to give it a try.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-09 18:36:25 -04:00 committed by GitHub
parent 6c5b9b43c1
commit bff259731f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ enable = false
"/assistant.html" = "/docs/assistant/assistant.html"
"/developing-zed.html" = "/docs/development.html"
"/conversations.html" = "/community-links"
"/ai.html" = "/docs/ai/overview.html"
"/assistant/assistant.html" = "/docs/ai/overview.html"
"/assistant/configuration.html" = "/docs/ai/custom-api-keys.html"
"/assistant/assistant-panel.html" = "/docs/ai/agent-panel.html"