Skip to content

Commit 2eb847e

Browse files
committed
docs: add Zed and Rust Rover install stub pages
1 parent 1e44e65 commit 2eb847e

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

md/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
- [How to install](./install.md)
2020
- [VSCode](./install-vscode.md)
21+
- [Zed](./install-zed.md)
22+
- [Rust Rover](./install-rust-rover.md)
2123
- [Other editors](./install-other.md)
2224
- [Using Symposium](./using/symposium.md)
2325
- [Built-in mods](./using/mods.md)

md/install-rust-rover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Rust Rover
2+
3+
Rust Rover and other JetBrains IDEs support ACP. Symposium integration is coming soon.
4+
5+
In the meantime, see [Other editors](./install-other.md) for manual installation instructions, or refer to [JetBrains ACP documentation](https://www.jetbrains.com/help/ai-assistant/acp.html).

md/install-zed.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Zed
2+
3+
Zed has native ACP support. Symposium integration is coming soon.
4+
5+
In the meantime, see [Other editors](./install-other.md) for manual installation instructions.

md/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</a>
1111
</li>
1212
<li>
13-
<a href="./install-other.md">
13+
<a href="./install-zed.md">
1414
<img src="./artwork/logos/zed.png" alt="Zed"/>
1515
<span class="editor-name">Zed</span>
1616
</a>
1717
</li>
1818
<li>
19-
<a href="./install-other.md">
19+
<a href="./install-rust-rover.md">
2020
<img src="./artwork/logos/rustrover.png" alt="RustRover"/>
2121
<span class="editor-name">RustRover</span>
2222
</a>

0 commit comments

Comments
 (0)