Skip to content

Commit c73f708

Browse files
authored
docs: remove configuring prefix from IDEs (#3446)
1 parent 815bf1b commit c73f708

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

docs/ides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following desktop IDEs have been tested with Coder, though any IDE with SSH
44
support should work:
55

66
- [VS Code Remote SSH](#vs-code-remote)
7-
- [JetBrains with Gateway](./ides/configuring-gateway.md)
7+
- [JetBrains with Gateway](./ides/gateway.md)
88
- IntelliJ IDEA
99
- CLion
1010
- GoLand
@@ -13,8 +13,8 @@ support should work:
1313
- RubyMine
1414
- WebStorm
1515
- Web IDEs (code-server, JupyterLab, JetBrains Projector)
16-
- Note: These are [configured in the template](./ides/configuring-web-ides.md)
17-
- [Emacs](./ides/configuring-emacs-tramp.md)
16+
- Note: These are [configured in the template](./ides/web-ides.md)
17+
- [Emacs](./ides/emacs-tramp.md)
1818

1919
## SSH configuration
2020

@@ -67,7 +67,7 @@ already done so, you may wish to open a terminal on your Coder workspace and
6767
check out a copy of the project you intend to work on.
6868

6969
After installing Gateway on your local system, [follow these steps to create a
70-
Connection and connect to your Coder workspace.](./ides/configuring-gateway.md)
70+
Connection and connect to your Coder workspace.](./ides/gateway.md)
7171

7272
| Version | Status | Notes |
7373
| --------- | ------- | -------------------------------------------------------- |
@@ -77,7 +77,7 @@ Connection and connect to your Coder workspace.](./ides/configuring-gateway.md)
7777

7878
## Web IDEs (Jupyter, code-server, JetBrains Projector)
7979

80-
Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [configuring IDEs](./ides/configuring-web-ides.md).
80+
Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [IDEs](./ides/web-ides.md).
8181

8282
## Up next
8383

docs/ides/configuring-emacs-tramp.md renamed to docs/ides/emacs-tramp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring Emacs TRAMP
1+
# Emacs TRAMP
22

33
[Emacs TRAMP](https://www.emacswiki.org/emacs/TrampMode) is a method of running editing operations on a remote server.
44

docs/ides/configuring-gateway.md renamed to docs/ides/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring JetBrains Gateway
1+
# JetBrains Gateway
22

33
The following walkthrough details how to connect JetBrains Gateway to
44
Coder.

docs/ides/configuring-web-ides.md renamed to docs/ides/web-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuring web IDEs
1+
# Web IDEs
22

33
By default, Coder workspaces allow connections via:
44

docs/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@
7878
"icon_path": "./images/icons/code.svg",
7979
"children": [
8080
{
81-
"title": "Configuring Web IDEs",
81+
"title": "Web IDEs",
8282
"description": "Learn how to configure web IDEs in your templates",
83-
"path": "./ides/configuring-web-ides.md"
83+
"path": "./ides/web-ides.md"
8484
},
8585
{
86-
"title": "Configuring JetBrains Gateway",
86+
"title": "JetBrains Gateway",
8787
"description": "Learn how to configure JetBrains Gateway for your workspaces",
88-
"path": "./ides/configuring-gateway.md"
88+
"path": "./ides/gateway.md"
8989
},
9090
{
91-
"title": "Configuring Emacs",
91+
"title": "Emacs",
9292
"description": "Learn how to configure Emacs with TRAMP in Coder",
93-
"path": "./ides/configuring-emacs-tramp.md"
93+
"path": "./ides/emacs-tramp.md"
9494
}
9595
]
9696
},

docs/quickstart/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Coder with Docker has the following advantages:
8484
## Next Steps
8585
8686
- [Learn more about template configuration](../templates.md)
87-
- [Configure more IDEs](../ides/configuring-web-ides.md)
87+
- [Configure more IDEs](../ides/web-ides.md)

docs/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ resources associated with the workspace.
238238
### Coder apps
239239

240240
By default, all templates allow developers to connect over SSH and a web
241-
terminal. See [Configuring Web IDEs](./ides/configuring-web-ides.md) to
241+
terminal. See [Configuring Web IDEs](./ides/web-ides.md) to
242242
learn how to give users access to additional web applications.
243243

244244
### Data source

0 commit comments

Comments
 (0)