fix: image formatting for gateway docs (#8947)

This commit is contained in:
Ben Potter
2023-08-07 09:45:15 -07:00
committed by GitHub
parent 9f76381fc1
commit b67ece1cbc

View File

@ -18,11 +18,10 @@ manually setting up an SSH connection.
1. Click the "Coder" icon under Install More Providers at the bottom of the 1. Click the "Coder" icon under Install More Providers at the bottom of the
Gateway home screen Gateway home screen
1. Click "Connect to Coder" at the top of the Gateway home screen to launch the 1. Click "Connect to Coder" at the top of the Gateway home screen to launch the
plugin ![Gateway Connect to plugin
Coder](../images/gateway/plugin-connect-to-coder.png) ![Gateway Connect to Coder](../images/gateway/plugin-connect-to-coder.png)
1. Enter your Coder deployment's Access Url and click "Connect" then paste the 1. Enter your Coder deployment's Access Url and click "Connect" then paste the Session Token and click "OK"
Session Token and click "OK" ![Gateway Session ![Gateway Session Token](../images/gateway/plugin-session-token.png)
Token](../images/gateway/plugin-session-token.png)
1. Click the "+" icon to open a browser and go to the templates page in your 1. Click the "+" icon to open a browser and go to the templates page in your
Coder deployment to create a workspace Coder deployment to create a workspace
1. If a workspace already exists but is stopped, click the green arrow to start 1. If a workspace already exists but is stopped, click the green arrow to start
@ -30,9 +29,8 @@ Token](../images/gateway/plugin-session-token.png)
1. Once the workspace status says Running, click "Select IDE and Project" 1. Once the workspace status says Running, click "Select IDE and Project"
![Gateway IDE List](../images/gateway/plugin-select-ide.png) ![Gateway IDE List](../images/gateway/plugin-select-ide.png)
1. Select the JetBrains IDE for your project and the project directory then 1. Select the JetBrains IDE for your project and the project directory then
click "Start IDE and connect" ![Gateway Select click "Start IDE and connect" ![Gateway Select IDE](../images/gateway/plugin-ide-list.png)
IDE](../images/gateway/plugin-ide-list.png) ![Gateway IDE ![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
Opened](../images/gateway/gateway-intellij-opened.png)
> Note the JetBrains IDE is remotely installed into > Note the JetBrains IDE is remotely installed into
> `~/.cache/JetBrains/RemoteDev/dist` > `~/.cache/JetBrains/RemoteDev/dist`
@ -42,8 +40,7 @@ Opened](../images/gateway/gateway-intellij-opened.png)
1. Click the gear icon at the bottom left of the Gateway home screen and then 1. Click the gear icon at the bottom left of the Gateway home screen and then
"Settings" "Settings"
1. In the Marketplace tab within Plugins, type Coder and if a newer plugin 1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
release is available, click "Update" and "OK" ![Gateway Settings and release is available, click "Update" and "OK" ![Gateway Settings and Marketplace](../images/gateway/plugin-settings-marketplace.png)
Marketplace](../images/gateway/plugin-settings-marketplace.png)
### Configuring the Gateway plugin to use internal certificates ### Configuring the Gateway plugin to use internal certificates
@ -116,17 +113,17 @@ Connection](../images/gateway/gateway-add-ssh-configuration.png)
1. Click "Test Connection" to validate these settings. 1. Click "Test Connection" to validate these settings.
1. Click "OK" ![Gateway SSH 1. Click "OK" ![Gateway SSH
Configuration](../images/gateway/gateway-create-ssh-configuration.png) Configuration](../images/gateway/gateway-create-ssh-configuration.png)
1. Select the connection you just added ![Gateway 1. Select the connection you just added
Welcome](../images/gateway/gateway-welcome.png) ![Gateway Welcome](../images/gateway/gateway-welcome.png)
1. Click "Check Connection and Continue" ![Gateway 1. Click "Check Connection and Continue"
Continue](../images/gateway/gateway-continue.png) ![Gateway Continue](../images/gateway/gateway-continue.png)
1. Select the JetBrains IDE for your project and the project directory. SSH into 1. Select the JetBrains IDE for your project and the project directory. SSH into
your server to create a directory or check out code if you haven't already. your server to create a directory or check out code if you haven't already.
![Gateway Choose IDE](../images/gateway/gateway-choose-ide.png) ![Gateway Choose IDE](../images/gateway/gateway-choose-ide.png)
> Note the JetBrains IDE is remotely installed into `~/. > Note the JetBrains IDE is remotely installed into `~/.
cache/JetBrains/RemoteDev/dist` cache/JetBrains/RemoteDev/dist`
1. Click "Download and Start IDE" to connect. ![Gateway IDE 1. Click "Download and Start IDE" to connect.
Opened](../images/gateway/gateway-intellij-opened.png) ![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
## Using an existing JetBrains installation in the workspace ## Using an existing JetBrains installation in the workspace