From 11618f7bd4710508cedac3bfba6cb205f8604272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Wed, 4 Dec 2024 09:27:03 +0100 Subject: [PATCH] docs: moved _Configuring usage data collection_ to the Configuring page for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- modules/ROOT/pages/configuring.adoc | 49 +++++++++++++++++++++++++++++ modules/ROOT/pages/installing.adoc | 48 ---------------------------- 2 files changed, 49 insertions(+), 48 deletions(-) diff --git a/modules/ROOT/pages/configuring.adoc b/modules/ROOT/pages/configuring.adoc index 4d1c212..b082d04 100644 --- a/modules/ROOT/pages/configuring.adoc +++ b/modules/ROOT/pages/configuring.adoc @@ -41,6 +41,55 @@ $ {bin} config --help $ {bin} config get __ ---- +[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 diff --git a/modules/ROOT/pages/installing.adoc b/modules/ROOT/pages/installing.adoc index 70e6e07..f1ee727 100644 --- a/modules/ROOT/pages/installing.adoc +++ b/modules/ROOT/pages/installing.adoc @@ -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}