Skip to content

Commit 663fa36

Browse files
RHIDP-8569 Fix the 3 AsciiDocDITA.TaskTitle warnings (#1343)
Co-authored-by: Jana Vrbkova <[email protected]>
1 parent e69fbf5 commit 663fa36

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/configuring-a-floating-action-button/proc-configuring-floating-action-button-as-a-dynamic-plugin.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
You can configure the floating action button as a dynamic plugin to perform actions or open an internal or external link.
66

7-
.Prerequisties
8-
You must have sufficient permissions as a platform engineer.
7+
.Prerequisites
8+
* You must have sufficient permissions as a platform engineer.
99
1010
.Procedure
1111

@@ -206,4 +206,4 @@ To configure a floating action button as a dynamic plugin, complete any of the f
206206
icon: bulkImportIcon
207207
text: Bulk import
208208
----
209-
<1> (Required) The import name with an associated component to the mount point.
209+
<1> (Required) The import name with an associated component to the mount point.

modules/observe/adoption-insights/proc-customize-adoption-insights.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ You can customize the Adoption Insights plugin to suit your needs by disabling o
1212

1313
* To customize `maxBufferSize`, `flushInterval`, `debug`, and `licensedUsers` in the Adoption Insights plugin, in your {product} `app-config.yaml` file, update the relevant settings as shown in the following code:
1414
+
15-
.`app-config.yaml` fragment
1615
[source,terminal]
1716
----
1817
app:
1918
analytics:
20-
adoptionInsights:
19+
adoptionInsights:
2120
maxBufferSize: _<maximum_buffer_size>_ <1>
2221
flushInterval: _<flush_interval>_ <2>
2322
debug: _<debug_value>_ <3>
2423
licensedUsers: _<licensed_users>_ <4>
2524
----
26-
<1> (Optional) Specifies the maximum buffer size for event batching. The default value is `20`.
25+
<1> (Optional) Specifies the maximum buffer size for event batching. The default value is `20`.
2726
<2> (Optional) Specifies the flush interval in milliseconds for event batching. The default value is `5000ms`.
2827
<3> (Optional) The default value is `false`.
2928
<4> (Optional) Specifies the maximum number of licensed users who can access the {product-very-short} instance. The default value is `100`.

modules/techdocs/proc-techdocs-addon-create.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ _<new_plugin_for_techdocs_add-on>_/
4646
+
4747
[source,terminal,subs="+attributes,+quotes"]
4848
----
49-
yarn new
49+
$ yarn new
5050
----
51-
.Example output
51+
+
52+
Example output:
5253
+
5354
[source,terminal,subs="+quotes"]
5455
----

0 commit comments

Comments
 (0)