Skip to content

Commit b67ece1

Browse files
authored
fix: image formatting for gateway docs (#8947)
1 parent 9f76381 commit b67ece1

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

docs/ides/gateway.md

+13-16
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@ manually setting up an SSH connection.
1818
1. Click the "Coder" icon under Install More Providers at the bottom of the
1919
Gateway home screen
2020
1. Click "Connect to Coder" at the top of the Gateway home screen to launch the
21-
plugin ![Gateway Connect to
22-
Coder](../images/gateway/plugin-connect-to-coder.png)
23-
1. Enter your Coder deployment's Access Url and click "Connect" then paste the
24-
Session Token and click "OK" ![Gateway Session
25-
Token](../images/gateway/plugin-session-token.png)
21+
plugin
22+
![Gateway Connect to Coder](../images/gateway/plugin-connect-to-coder.png)
23+
1. Enter your Coder deployment's Access Url and click "Connect" then paste the Session Token and click "OK"
24+
![Gateway Session Token](../images/gateway/plugin-session-token.png)
2625
1. Click the "+" icon to open a browser and go to the templates page in your
2726
Coder deployment to create a workspace
2827
1. If a workspace already exists but is stopped, click the green arrow to start
2928
the workspace
3029
1. Once the workspace status says Running, click "Select IDE and Project"
3130
![Gateway IDE List](../images/gateway/plugin-select-ide.png)
3231
1. Select the JetBrains IDE for your project and the project directory then
33-
click "Start IDE and connect" ![Gateway Select
34-
IDE](../images/gateway/plugin-ide-list.png) ![Gateway IDE
35-
Opened](../images/gateway/gateway-intellij-opened.png)
32+
click "Start IDE and connect" ![Gateway Select IDE](../images/gateway/plugin-ide-list.png)
33+
![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
3634

3735
> Note the JetBrains IDE is remotely installed into
3836
> `~/.cache/JetBrains/RemoteDev/dist`
@@ -42,8 +40,7 @@ Opened](../images/gateway/gateway-intellij-opened.png)
4240
1. Click the gear icon at the bottom left of the Gateway home screen and then
4341
"Settings"
4442
1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
45-
release is available, click "Update" and "OK" ![Gateway Settings and
46-
Marketplace](../images/gateway/plugin-settings-marketplace.png)
43+
release is available, click "Update" and "OK" ![Gateway Settings and Marketplace](../images/gateway/plugin-settings-marketplace.png)
4744

4845
### Configuring the Gateway plugin to use internal certificates
4946

@@ -116,17 +113,17 @@ Connection](../images/gateway/gateway-add-ssh-configuration.png)
116113
1. Click "Test Connection" to validate these settings.
117114
1. Click "OK" ![Gateway SSH
118115
Configuration](../images/gateway/gateway-create-ssh-configuration.png)
119-
1. Select the connection you just added ![Gateway
120-
Welcome](../images/gateway/gateway-welcome.png)
121-
1. Click "Check Connection and Continue" ![Gateway
122-
Continue](../images/gateway/gateway-continue.png)
116+
1. Select the connection you just added
117+
![Gateway Welcome](../images/gateway/gateway-welcome.png)
118+
1. Click "Check Connection and Continue"
119+
![Gateway Continue](../images/gateway/gateway-continue.png)
123120
1. Select the JetBrains IDE for your project and the project directory. SSH into
124121
your server to create a directory or check out code if you haven't already.
125122
![Gateway Choose IDE](../images/gateway/gateway-choose-ide.png)
126123
> Note the JetBrains IDE is remotely installed into `~/.
127124
cache/JetBrains/RemoteDev/dist`
128-
1. Click "Download and Start IDE" to connect. ![Gateway IDE
129-
Opened](../images/gateway/gateway-intellij-opened.png)
125+
1. Click "Download and Start IDE" to connect.
126+
![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
130127

131128
## Using an existing JetBrains installation in the workspace
132129

0 commit comments

Comments
 (0)