Skip to content

Commit

Permalink
fix: rename pages to follow kebab-case (#2875)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Benjamin Parisel <[email protected]>
  • Loading branch information
tbouffard and benjaminParisel authored Oct 8, 2024
1 parent cfa8dc7 commit b69231a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/bonita-overview/bonita-overview-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions modules/bonita-overview/pages/bonita-studio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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.
****
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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}

Expand Down

0 comments on commit b69231a

Please sign in to comment.