From f1d141d157c72ce121b372a5ec1eb4d9d95ed570 Mon Sep 17 00:00:00 2001 From: deerskindoll Date: Thu, 29 May 2025 00:01:13 +0200 Subject: [PATCH 1/4] fixed typo --- modules/administration-guide/pages/concealing-editors.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/concealing-editors.adoc b/modules/administration-guide/pages/concealing-editors.adoc index a5176cf2e6..6b32b36e7b 100644 --- a/modules/administration-guide/pages/concealing-editors.adoc +++ b/modules/administration-guide/pages/concealing-editors.adoc @@ -6,7 +6,7 @@ [id="concealing-editors"] = Concealing editors -Learn how to conceal {prod-short} editor. This is useful when you want to hide selected editors from the Dashboard UI, e.g. hide the IntelliJ IDEA Ultimate and have only Visual Studio Code - Open Source visible. +Learn how to conceal {prod-short} editors. This is useful when you want to hide selected editors from the Dashboard UI, e.g. hide the IntelliJ IDEA Ultimate and have only Visual Studio Code - Open Source visible. .Prerequisites From 5542cee5de6b17395c3833f165f23acb6878d831 Mon Sep 17 00:00:00 2001 From: deerskindoll Date: Thu, 29 May 2025 00:04:13 +0200 Subject: [PATCH 2/4] fixed missing letter --- modules/administration-guide/pages/concealing-editors.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/concealing-editors.adoc b/modules/administration-guide/pages/concealing-editors.adoc index 6b32b36e7b..a5176cf2e6 100644 --- a/modules/administration-guide/pages/concealing-editors.adoc +++ b/modules/administration-guide/pages/concealing-editors.adoc @@ -6,7 +6,7 @@ [id="concealing-editors"] = Concealing editors -Learn how to conceal {prod-short} editors. This is useful when you want to hide selected editors from the Dashboard UI, e.g. hide the IntelliJ IDEA Ultimate and have only Visual Studio Code - Open Source visible. +Learn how to conceal {prod-short} editor. This is useful when you want to hide selected editors from the Dashboard UI, e.g. hide the IntelliJ IDEA Ultimate and have only Visual Studio Code - Open Source visible. .Prerequisites From ab6b219a008e0daca89d5397796f0b988dd84359 Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Thu, 24 Jul 2025 23:43:24 +0200 Subject: [PATCH 3/4] Add a note about using the JetBrains IDEs in a disconnected cluster (#2935) * Update idea-ultimate.adoc * Update idea-ultimate.adoc * Update idea-ultimate.adoc * Update modules/end-user-guide/pages/idea-ultimate.adoc Co-authored-by: Ilya Buziuk --------- Co-authored-by: Ilya Buziuk --- modules/end-user-guide/pages/idea-ultimate.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/end-user-guide/pages/idea-ultimate.adoc b/modules/end-user-guide/pages/idea-ultimate.adoc index 04acb887e9..e0f567ea25 100644 --- a/modules/end-user-guide/pages/idea-ultimate.adoc +++ b/modules/end-user-guide/pages/idea-ultimate.adoc @@ -67,3 +67,16 @@ image::gateway-select-ws.png[Connecting to OpenShift API server,link="{imagesdir + image::gateway-connecting.png[Connecting to remote host,link="{imagesdir}/gateway-connecting.png"] + +== Using in a disconnected cluster + +The following URLs must be allow-listed on the proxy side: + +* https://download.jetbrains.com/idea/ideaIU-2024.3.2.1.tar.gz +* https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1.tar.gz +* https://download.jetbrains.com/python/pycharm-professional-2024.3.2.tar.gz +* https://download.jetbrains.com/go/goland-2024.3.2.1.tar.gz +* https://download.jetbrains.com/cpp/CLion-2024.3.2.tar.gz +* https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1.tar.gz +* https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1.tar.gz +* https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4.tar.gz From 79c127ac32e21021fd8a28b0a1e1a2190ce59e5b Mon Sep 17 00:00:00 2001 From: deerskindoll Date: Fri, 25 Jul 2025 13:24:46 +0200 Subject: [PATCH 4/4] updated navigation --- modules/administration-guide/nav.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/nav.adoc b/modules/administration-guide/nav.adoc index 24c6bffc0e..cd2fbf0f1b 100644 --- a/modules/administration-guide/nav.adoc +++ b/modules/administration-guide/nav.adoc @@ -1,7 +1,6 @@ .Administration Guide * xref:security-best-practices.adoc[] -* xref:running-at-scale.adoc[] * xref:preparing-the-installation.adoc[] ** xref:supported-platforms.adoc[] ** xref:installing-the-chectl-management-tool.adoc[] @@ -16,6 +15,7 @@ **** xref:plugin-registry.adoc[] *** xref:user-workspaces.adoc[] ** xref:calculating-che-resource-requirements.adoc[] +* xref:running-at-scale.adoc[] * xref:installing-che.adoc[] ** xref:installing-che-on-the-virtual-kubernetes-cluster.adoc[] ** xref:installing-che-in-the-cloud.adoc[]