Skip to content

Commit

Permalink
docs: icon are duplicated for troubleshooting section (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel authored Aug 14, 2024
1 parent aba1581 commit 9b756b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions modules/api/pages/rest-api-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prerequisites for developing a REST API extension are:

== Example description

The following sections show how to create a REST API extension. As an example, we create a REST API extension that uses the Bonita BPM Engine to provide user information (first name, last name, email address).
The following sections show how to create a REST API extension. As an example, we create a REST API extension that uses the Bonita Engine to provide user information (first name, last name, email address).

There is some additional prerequisites when creating a REST API extension:

Expand Down Expand Up @@ -215,7 +215,7 @@ Those dependencies are automatically added when a REST API Extension is created
Be aware that a poor implementation of a custom REST API accessing BDM objects can lead to poor performance results. See the xref:ROOT:bdm-in-rest-api.adoc[best practice] on this matter.

[.troubleshooting-title]
== image:ROOT:images/troubleshooting.png[troubleshooting-icon] Troubleshooting
== Troubleshooting

[.troubleshooting-section]
--
Expand Down
15 changes: 8 additions & 7 deletions modules/process/pages/generate-pdf-from-an-office-document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Be careful to have all fonts used in your docx/odt file properly installed on th

The connector loads fonts from the following folders:

* On Windows:
* On Windows:
** `c:/windows/fonts`
** `c:/winnt/fonts`
** `d:/windows/fonts`
** `d:/winnt/fonts`
* On Linux:
* On Linux:
** `/usr/share/X11/fonts`
** `/usr/X/lib/X11/fonts`
** `/usr/openwin/lib/X11/fonts`
** `/usr/share/fonts`
** `/usr/X11R6/lib/X11/fonts`
* On MacOs:
* On MacOs:
** `/Library/Fonts`
** `/System/Library/Fonts`

Expand All @@ -57,9 +57,12 @@ Rendering issues (at worst the element will not be visible in the generated PDF;
* HTML conversion generates a single html file. For that matter, linked resources (like images, ...) are not supported. If you have images, use PDF conversion instead. +
This connector is build upon *XdocReport* third party library, for more information check their Wiki at https://github.com/opensagres/xdocreport/wiki


[.troubleshooting-title]
== image:images/troubleshooting.png[troubleshooting-icon] Troubleshooting
== Troubleshooting

[.troubleshooting-section]
--
*Symptom*: +
Users may encounter delays (long response times) when using this connector. +

Expand All @@ -69,9 +72,7 @@ Memory issue as it has substantial size of dependencies. +
*Potential solution:* +
You may increase the maximum memory allocation value of the Tomcat server JVM. +
To do so:

[.troubleshooting-title]
== Troubleshooting
--

[.troubleshooting-section]
--
Expand Down
4 changes: 2 additions & 2 deletions modules/runtime/pages/bonita-platform-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Eg. `setup.sh pull`
[WARNING]
====
You must pull the configuration from the database every time you need to update your license file or edit the configuration of Bonita BPM Platform. Since some information is inserted by the platform itself in the database, this prevents database inconsistency.
You must pull the configuration from the database every time you need to update your license file or edit the configuration of Bonita Platform. Since some information is inserted by the platform itself in the database, this prevents database inconsistency.
====

* `push`, to update the configuration of Bonita Platform, and update your license
Expand Down Expand Up @@ -212,7 +212,7 @@ Or also if you need to use a specific *database Driver* java class name:
*But in most cases, you don't need to modify this file.*

[.troubleshooting-title]
== image:images/troubleshooting.png[troubleshooting-icon] Troubleshooting
== Troubleshooting

[.troubleshooting-section]
--
Expand Down

0 comments on commit 9b756b8

Please sign in to comment.