Skip to content

Commit 1381b3d

Browse files
committed
add and edit fleet links
1 parent 1c2acb4 commit 1381b3d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@
139139
"description": "Use JetBrains IDEs with Coder",
140140
"path": "./user-guides/workspace-access/jetbrains/index.md",
141141
"children": [
142+
{
143+
"title": "JetBrains Fleet",
144+
"description": "Connect JetBrains Fleet to a Coder workspace",
145+
"path": "./user-guides/workspace-access/jetbrains/fleet.md"
146+
},
142147
{
143148
"title": "JetBrains Gateway",
144149
"description": "Use JetBrains Gateway to connect to Coder workspaces",

docs/user-guides/workspace-access/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ successful, you'll see the following message:
6868
```console
6969
You should now be able to ssh into your workspace.
7070
For example, try running:
71-
71+
7272
$ ssh coder.<workspaceName>
7373
```
7474

@@ -110,9 +110,9 @@ IDEs are supported for remote development:
110110
- Rider
111111
- RubyMine
112112
- WebStorm
113-
- [JetBrains Fleet](./jetbrains/index.md#jetbrains-fleet)
113+
- [JetBrains Fleet](./jetbrains/fleet.md)
114114

115-
Read our [docs on JetBrains Gateway](./jetbrains/index.md) for more information
115+
Read our [docs on JetBrains](./jetbrains/index.md) for more information
116116
on connecting your JetBrains IDEs.
117117

118118
## code-server

0 commit comments

Comments
 (0)