Skip to content

Commit c2df880

Browse files
committed
feat: multiple JetBrains IDEs - heading and Projector links
1 parent 35b82dc commit c2df880

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

workspaces/multi-jetbrains-in-browser.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: "Multiple JetBrains Instances"
3+
description:
4+
Learn how to configure multiple instances of JetBrains IDEs in a browser.
5+
---
6+
17
These are the steps to build a custom image, configure script, and config.yaml
28
(using Workspace Applications) to surface additional JetBrains IDE instances in
39
a browser. This example uses IntelliJ IDEA Ultimate but other JetBrains IDEs can
@@ -185,4 +191,9 @@ be used.
185191
host: "localhost"
186192
# Port to use when dialing the application. If not specified it
187193
# inherits the application port. Optional.
188-
port: 8999
194+
port: 8999
195+
196+
> Here are links to Projector CLI documentation for
197+
> [installation](https://github.com/JetBrains/projector-installer#Installation)
198+
> and [CLI
199+
> commands](https://github.com/JetBrains/projector-installer/blob/master/COMMANDS.md).

0 commit comments

Comments
 (0)