From b69231a32a5126582e3c6d3138330d9c99d8ca04 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:46:06 +0200 Subject: [PATCH] fix: rename pages to follow kebab-case (#2875) --------- Co-authored-by: Benjamin Parisel --- modules/bonita-overview/bonita-overview-nav.adoc | 2 +- modules/bonita-overview/pages/bonita-studio.adoc | 8 ++++---- ...{using-Bonita-Studio.adoc => using-bonita-studio.adoc} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename modules/bonita-overview/pages/{using-Bonita-Studio.adoc => using-bonita-studio.adoc} (95%) diff --git a/modules/bonita-overview/bonita-overview-nav.adoc b/modules/bonita-overview/bonita-overview-nav.adoc index 86934c6436..cf58d3ce2d 100644 --- a/modules/bonita-overview/bonita-overview-nav.adoc +++ b/modules/bonita-overview/bonita-overview-nav.adoc @@ -3,7 +3,7 @@ ** xref:project-structure.adoc[Bonita Project structure] ** xref:bonita-bpm-overview.adoc[Bonita Components] *** xref:bonita-studio.adoc[Bonita Studio] - **** xref:using-Bonita-Studio.adoc[Using Bonita Studio] + **** xref:using-bonita-studio.adoc[Using Bonita Studio] **** xref:managing-extension-studio.adoc[Managing Extensions] **** xref:ui-designer-overview.adoc[Bonita UI Designer] *** xref:runtime:engine-architecture-overview.adoc[Bonita Runtime] diff --git a/modules/bonita-overview/pages/bonita-studio.adoc b/modules/bonita-overview/pages/bonita-studio.adoc index 810af7f0cb..3f26efce9c 100644 --- a/modules/bonita-overview/pages/bonita-studio.adoc +++ b/modules/bonita-overview/pages/bonita-studio.adoc @@ -40,7 +40,7 @@ image:images/getting-started-tutorial/what-is-bonita/architecture-bonita-studio. [.card.card-index] -- -xref:ROOT:using-Bonita-Studio.adoc[[.card-title]#Using Bonita Studio# [.card-body.card-content-overflow]#pass:q[Studio structure and usage tips]#] +xref:bonita-overview:using-bonita-studio.adoc[[.card-title]#Using Bonita Studio# [.card-body.card-content-overflow]#pass:q[Studio structure and usage tips]#] -- [.card.card-index] @@ -117,7 +117,7 @@ Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded You need to increase the memory allocated to the JVM that runs Bonita Studio. + To do so: - . Edit the `*.ini` file that corresponds to the executable you use to launch the Studio + . Edit the `*.ini` file that corresponds to the executable you use to launch the Studio . Modify this line: `-Xmx512m` to `-Xmx1024m` (or higher). . Restart Bonita Studio. **** @@ -146,8 +146,8 @@ First, ensure that a valid Java version is available. You can for exemple type _ If you need another version: . Remove the installed Java versions - . Download the last stable build of the required Java version https://www.oracle.com/technetwork/java/javase/downloads/index.html[on the Oracle website] - . Install it properly. + . Download the last stable build of the required Java version https://www.oracle.com/technetwork/java/javase/downloads/index.html[on the Oracle website] + . Install it properly. **** === java.security.cert.CertificateException: No subject alternative DNS name matching github-releases.githubusercontent.com found. diff --git a/modules/bonita-overview/pages/using-Bonita-Studio.adoc b/modules/bonita-overview/pages/using-bonita-studio.adoc similarity index 95% rename from modules/bonita-overview/pages/using-Bonita-Studio.adoc rename to modules/bonita-overview/pages/using-bonita-studio.adoc index a29cb26874..9b545eaac3 100644 --- a/modules/bonita-overview/pages/using-Bonita-Studio.adoc +++ b/modules/bonita-overview/pages/using-bonita-studio.adoc @@ -1,6 +1,6 @@ = Using Bonita Studio :description: Learn how to efficiently use Bonita Studio -:page-aliases: ROOT:using-Bonita-Studio.adoc +:page-aliases: ROOT:using-Bonita-Studio.adoc, bonita-overview:using-Bonita-Studio.adoc {description}