From 161c5067b06ecc74577f9c6f725e5afcd9ae6d6c Mon Sep 17 00:00:00 2001 From: alfeilex <101652401+alfeilex@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:09:08 +0200 Subject: [PATCH] #1320: Fix offline generated documentation (#1322) --- CHANGELOG.asciidoc | 2 +- documentation/intellij.asciidoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0b756ba7d..452ff74ff 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -6,7 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonf Release with new features and bugfixes: -* TODO +* https://github.com/devonfw/ide/issues/1320[#1320]: Fix Bug in intellij documenation The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/48?closed=1[milestone 2023.08.002]. diff --git a/documentation/intellij.asciidoc b/documentation/intellij.asciidoc index 89f25dea0..bce503046 100644 --- a/documentation/intellij.asciidoc +++ b/documentation/intellij.asciidoc @@ -35,6 +35,7 @@ These are explained by the following table: |*`INTELLIJ_VERSION`*|The version of the tool IntelliJ to install and use. |*`INTELLIJ_EDITION`*|The edition of the tool IntelliJ to install and use. By default the Community edition will be installed. If you want to use the Ultimate Edition, the value has to be set to `ultimate`. The Ultimate edition requires a license. The user has to buy the license separately and it is not part of devonfw-ide. The devonfw-ide only supports download and installation. |*`EXTRA_JAVA_VERSION`*|You can set this to a different (newer) version of Java used to launch your IDE (other than `JAVA_VERSION` that is used to build your project) +|======================= == plugins