Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename pages to follow kebab-case #2875

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:ROOT:using-bonita-studio.adoc[[.card-title]#Using Bonita Studio# [.card-body.card-content-overflow]#pass:q[Studio structure and usage tips]#]
benjaminParisel marked this conversation as resolved.
Show resolved Hide resolved
--

[.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
Loading