docs: fix redirects and update old /assistant links (#30065)
Release Notes: - N/A
This commit is contained in:
parent
03b635bb27
commit
60d51d56cd
4 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@ Signing in to Zed is not a requirement. You can use most features you'd expect i
|
|||
## What Features Require Signing In?
|
||||
|
||||
1. All real-time [collaboration features](./collaboration.md).
|
||||
2. [LLM-powered features](./assistant/assistant.md), if you are using Zed as the provider of your LLM models. Alternatively, you can [bring and configure your own API keys](./assistant/configuration.md) if you'd prefer, and avoid having to sign in.
|
||||
2. [LLM-powered features](./ai/ai.md), if you are using Zed as the provider of your LLM models. Alternatively, you can [bring and configure your own API keys](./ai/configuration.md) if you'd prefer, and avoid having to sign in.
|
||||
|
||||
## Signing In
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Context Servers
|
||||
|
||||
Extensions may provide [context servers](../assistant/context-servers.md) for use in the Assistant.
|
||||
Extensions may provide [context servers](../ai/mcp.md) for use in the Assistant.
|
||||
|
||||
## Example extension
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ In there, you can use the "Uncommit" button, which performs the `git reset HEAD
|
|||
Zed currently supports LLM-powered commit message generation.
|
||||
You can ask AI to generate a commit message by focusing on the message editor within the Git Panel and either clicking on the pencil icon in the bottom left, or reaching for the {#action git::GenerateCommitMessage} ({#kb git::GenerateCommitMessage}) keybinding.
|
||||
|
||||
> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](./assistant/configuration.md) to learn how to do so.
|
||||
> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](./ai/configuration.md) to learn how to do so.
|
||||
|
||||
<!-- Add media -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue