Skip to content

Commit 76c1299

Browse files
authored
docs: upgrade alert style to a GFM style tip for JetBrains Gateway (#468)
1 parent 60372ff commit 76c1299

File tree

1 file changed

+7
-6
lines changed
  • registry/coder/modules/jetbrains-gateway

1 file changed

+7
-6
lines changed

registry/coder/modules/jetbrains-gateway/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags: [ide, jetbrains, parameter, gateway]
1010

1111
This module adds a JetBrains Gateway Button to open any workspace with a single click.
1212

13+
> [!TIP]
1314
> We recommend using the [Coder Toolbox module](https://registry.coder.com/modules/coder/jetbrains), which offers significant stability and connectivity benefits over Gateway. Reference our [documentation](https://coder.com/docs/user-guides/workspace-access/jetbrains/toolbox) for more information.
1415
1516
JetBrains recommends a minimum of 4 CPU cores and 8GB of RAM.
@@ -19,7 +20,7 @@ Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prereq
1920
module "jetbrains_gateway" {
2021
count = data.coder_workspace.me.start_count
2122
source = "registry.coder.com/coder/jetbrains-gateway/coder"
22-
version = "1.2.4"
23+
version = "1.2.5"
2324
agent_id = coder_agent.example.id
2425
folder = "/home/coder/example"
2526
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
@@ -37,7 +38,7 @@ module "jetbrains_gateway" {
3738
module "jetbrains_gateway" {
3839
count = data.coder_workspace.me.start_count
3940
source = "registry.coder.com/coder/jetbrains-gateway/coder"
40-
version = "1.2.4"
41+
version = "1.2.5"
4142
agent_id = coder_agent.example.id
4243
folder = "/home/coder/example"
4344
jetbrains_ides = ["GO", "WS"]
@@ -51,7 +52,7 @@ module "jetbrains_gateway" {
5152
module "jetbrains_gateway" {
5253
count = data.coder_workspace.me.start_count
5354
source = "registry.coder.com/coder/jetbrains-gateway/coder"
54-
version = "1.2.4"
55+
version = "1.2.5"
5556
agent_id = coder_agent.example.id
5657
folder = "/home/coder/example"
5758
jetbrains_ides = ["IU", "PY"]
@@ -66,7 +67,7 @@ module "jetbrains_gateway" {
6667
module "jetbrains_gateway" {
6768
count = data.coder_workspace.me.start_count
6869
source = "registry.coder.com/coder/jetbrains-gateway/coder"
69-
version = "1.2.4"
70+
version = "1.2.5"
7071
agent_id = coder_agent.example.id
7172
folder = "/home/coder/example"
7273
jetbrains_ides = ["IU", "PY"]
@@ -91,7 +92,7 @@ module "jetbrains_gateway" {
9192
module "jetbrains_gateway" {
9293
count = data.coder_workspace.me.start_count
9394
source = "registry.coder.com/coder/jetbrains-gateway/coder"
94-
version = "1.2.4"
95+
version = "1.2.5"
9596
agent_id = coder_agent.example.id
9697
folder = "/home/coder/example"
9798
jetbrains_ides = ["GO", "WS"]
@@ -109,7 +110,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
109110
module "jetbrains_gateway" {
110111
count = data.coder_workspace.me.start_count
111112
source = "registry.coder.com/coder/jetbrains-gateway/coder"
112-
version = "1.2.4"
113+
version = "1.2.5"
113114
agent_id = coder_agent.example.id
114115
folder = "/home/coder/example"
115116
jetbrains_ides = ["GO", "WS"]

0 commit comments

Comments
 (0)