Skip to content

Commit

Permalink
docs: moved _Configuring usage data collection_ to the Configuring pa…
Browse files Browse the repository at this point in the history
…ge for consistency

Signed-off-by: Fabrice Flore-Thébault <[email protected]>
  • Loading branch information
themr0c committed Dec 4, 2024
1 parent 2be2f4d commit 11618f7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
49 changes: 49 additions & 0 deletions modules/ROOT/pages/configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,55 @@ $ {bin} config --help
$ {bin} config get _<property>_
----

[id='configuring-usage-data-collection']
== Configuring usage data collection

{prod} prompts you before use for link:{telemetry-notice-url}[optional, anonymous usage data collection to assist with development].
No personally identifiable information is collected.

[id='consenting-usage-data-collection']
=== Consenting usage data collection

You can grant consent for usage data collection at any time.

.Procedure
. Configure {prod} to grant consent for usage data collection.
+
[subs="+quotes,attributes"]
----
$ {bin} config set consent-telemetry yes
----
. Restart your {prod} instance to enable the change.
+
[subs="+quotes,attributes"]
----
$ {bin} stop
$ {bin} start
----

[id='revoking-usage-data-collection']
=== Revoking usage data collection

You can revoke consent for usage data collection at any time.

.Procedure
. Configure {prod} to revoke consent for usage data collection.
+
[subs="+quotes,attributes"]
----
$ {bin} config set consent-telemetry no
----
. Restart your {prod} instance to enable the change.
+
[subs="+quotes,attributes"]
----
$ {bin} stop
$ {bin} start
----

.Additional resources
* link:{telemetry-notice-url}[{rh} Telemetry data collection notice].

[id='changing-the-selected-preset']
== Changing the selected preset

Expand Down
48 changes: 0 additions & 48 deletions modules/ROOT/pages/installing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,54 +142,6 @@ $ export PATH=$PATH:$HOME/bin
$ echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
----

== Configuring usage data collection

{prod} prompts you before use for link:{telemetry-notice-url}[optional, anonymous usage data collection to assist with development].
No personally identifiable information is collected.

[id='consenting-usage-data-collection']
=== Consenting usage data collection

You can grant consent for usage data collection at any time.

.Procedure
. Configure {prod} to grant consent for usage data collection.
+
[subs="+quotes,attributes"]
----
$ {bin} config set consent-telemetry yes
----
. Restart your {prod} instance to enable the change.
+
[subs="+quotes,attributes"]
----
$ {bin} stop
$ {bin} start
----

[id='revoking-usage-data-collection']
=== Revoking usage data collection

You can revoke consent for usage data collection at any time.

.Procedure
. Configure {prod} to revoke consent for usage data collection.
+
[subs="+quotes,attributes"]
----
$ {bin} config set consent-telemetry no
----
. Restart your {prod} instance to enable the change.
+
[subs="+quotes,attributes"]
----
$ {bin} stop
$ {bin} start
----

.Additional resources
* link:{telemetry-notice-url}[{rh} Telemetry data collection notice].

[id='upgrading']
== Upgrading {prod}

Expand Down

0 comments on commit 11618f7

Please sign in to comment.