Skip to content

Commit 18ad42e

Browse files
authored
Merge pull request #13 from themr0c/configuring
docs: moved _Configuring usage data collection_ to Configuring pa…
2 parents fda573a + 11618f7 commit 18ad42e

File tree

2 files changed

+49
-48
lines changed

2 files changed

+49
-48
lines changed

modules/ROOT/pages/configuring.adoc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,55 @@ $ {bin} config --help
4141
$ {bin} config get _<property>_
4242
----
4343

44+
[id='configuring-usage-data-collection']
45+
== Configuring usage data collection
46+
47+
{prod} prompts you before use for link:{telemetry-notice-url}[optional, anonymous usage data collection to assist with development].
48+
No personally identifiable information is collected.
49+
50+
[id='consenting-usage-data-collection']
51+
=== Consenting usage data collection
52+
53+
You can grant consent for usage data collection at any time.
54+
55+
.Procedure
56+
. Configure {prod} to grant consent for usage data collection.
57+
+
58+
[subs="+quotes,attributes"]
59+
----
60+
$ {bin} config set consent-telemetry yes
61+
----
62+
. Restart your {prod} instance to enable the change.
63+
+
64+
[subs="+quotes,attributes"]
65+
----
66+
$ {bin} stop
67+
$ {bin} start
68+
----
69+
70+
[id='revoking-usage-data-collection']
71+
=== Revoking usage data collection
72+
73+
You can revoke consent for usage data collection at any time.
74+
75+
.Procedure
76+
. Configure {prod} to revoke consent for usage data collection.
77+
+
78+
[subs="+quotes,attributes"]
79+
----
80+
$ {bin} config set consent-telemetry no
81+
----
82+
. Restart your {prod} instance to enable the change.
83+
+
84+
[subs="+quotes,attributes"]
85+
----
86+
$ {bin} stop
87+
$ {bin} start
88+
----
89+
90+
.Additional resources
91+
* link:{telemetry-notice-url}[{rh} Telemetry data collection notice].
92+
4493
[id='changing-the-selected-preset']
4594
== Changing the selected preset
4695

modules/ROOT/pages/installing.adoc

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -142,54 +142,6 @@ $ export PATH=$PATH:$HOME/bin
142142
$ echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
143143
----
144144

145-
== Configuring usage data collection
146-
147-
{prod} prompts you before use for link:{telemetry-notice-url}[optional, anonymous usage data collection to assist with development].
148-
No personally identifiable information is collected.
149-
150-
[id='consenting-usage-data-collection']
151-
=== Consenting usage data collection
152-
153-
You can grant consent for usage data collection at any time.
154-
155-
.Procedure
156-
. Configure {prod} to grant consent for usage data collection.
157-
+
158-
[subs="+quotes,attributes"]
159-
----
160-
$ {bin} config set consent-telemetry yes
161-
----
162-
. Restart your {prod} instance to enable the change.
163-
+
164-
[subs="+quotes,attributes"]
165-
----
166-
$ {bin} stop
167-
$ {bin} start
168-
----
169-
170-
[id='revoking-usage-data-collection']
171-
=== Revoking usage data collection
172-
173-
You can revoke consent for usage data collection at any time.
174-
175-
.Procedure
176-
. Configure {prod} to revoke consent for usage data collection.
177-
+
178-
[subs="+quotes,attributes"]
179-
----
180-
$ {bin} config set consent-telemetry no
181-
----
182-
. Restart your {prod} instance to enable the change.
183-
+
184-
[subs="+quotes,attributes"]
185-
----
186-
$ {bin} stop
187-
$ {bin} start
188-
----
189-
190-
.Additional resources
191-
* link:{telemetry-notice-url}[{rh} Telemetry data collection notice].
192-
193145
[id='upgrading']
194146
== Upgrading {prod}
195147

0 commit comments

Comments
 (0)