mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: image formatting for gateway docs (#8947)
This commit is contained in:
@ -18,11 +18,10 @@ manually setting up an SSH connection.
|
||||
1. Click the "Coder" icon under Install More Providers at the bottom of the
|
||||
Gateway home screen
|
||||
1. Click "Connect to Coder" at the top of the Gateway home screen to launch the
|
||||
plugin 
|
||||
1. Enter your Coder deployment's Access Url and click "Connect" then paste the
|
||||
Session Token and click "OK" 
|
||||
plugin
|
||||

|
||||
1. Enter your Coder deployment's Access Url and click "Connect" then paste the Session Token and click "OK"
|
||||

|
||||
1. Click the "+" icon to open a browser and go to the templates page in your
|
||||
Coder deployment to create a workspace
|
||||
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. Select the JetBrains IDE for your project and the project directory then
|
||||
click "Start IDE and connect"  
|
||||
click "Start IDE and connect" 
|
||||

|
||||
|
||||
> Note the JetBrains IDE is remotely installed into
|
||||
> `~/.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
|
||||
"Settings"
|
||||
1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
|
||||
release is available, click "Update" and "OK" 
|
||||
release is available, click "Update" and "OK" 
|
||||
|
||||
### 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 "OK" 
|
||||
1. Select the connection you just added 
|
||||
1. Click "Check Connection and Continue" 
|
||||
1. Select the connection you just added
|
||||

|
||||
1. Click "Check Connection and Continue"
|
||||

|
||||
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.
|
||||

|
||||
> Note the JetBrains IDE is remotely installed into `~/.
|
||||
cache/JetBrains/RemoteDev/dist`
|
||||
1. Click "Download and Start IDE" to connect. 
|
||||
1. Click "Download and Start IDE" to connect.
|
||||

|
||||
|
||||
## Using an existing JetBrains installation in the workspace
|
||||
|
||||
|
Reference in New Issue
Block a user