Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

.Prerequisties
You must have sufficient permissions as a platform engineer.
.Prerequisites
* You must have sufficient permissions as a platform engineer.
.Procedure

Expand Down Expand Up @@ -206,4 +206,4 @@ To configure a floating action button as a dynamic plugin, complete any of the f
icon: bulkImportIcon
text: Bulk import
----
<1> (Required) The import name with an associated component to the mount point.
<1> (Required) The import name with an associated component to the mount point.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ You can customize the Adoption Insights plugin to suit your needs by disabling o

* 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:
+
.`app-config.yaml` fragment
[source,terminal]
----
app:
analytics:
adoptionInsights:
adoptionInsights:
maxBufferSize: _<maximum_buffer_size>_ <1>
flushInterval: _<flush_interval>_ <2>
debug: _<debug_value>_ <3>
licensedUsers: _<licensed_users>_ <4>
----
<1> (Optional) Specifies the maximum buffer size for event batching. The default value is `20`.
<1> (Optional) Specifies the maximum buffer size for event batching. The default value is `20`.
<2> (Optional) Specifies the flush interval in milliseconds for event batching. The default value is `5000ms`.
<3> (Optional) The default value is `false`.
<4> (Optional) Specifies the maximum number of licensed users who can access the {product-very-short} instance. The default value is `100`.
Expand Down
5 changes: 3 additions & 2 deletions modules/techdocs/proc-techdocs-addon-create.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ _<new_plugin_for_techdocs_add-on>_/
+
[source,terminal,subs="+attributes,+quotes"]
----
yarn new
$ yarn new
----
.Example output
+
Example output:
+
[source,terminal,subs="+quotes"]
----
Expand Down