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

docs: moved _Configuring usage data collection_ to Configuring pa… #13

Merged
merged 1 commit into from
Dec 4, 2024
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
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
Loading