Skip to content

Commit 9600048

Browse files
committed
deploy: 18ad42e
1 parent 0e34bbe commit 9600048

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

configuring/index.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,79 @@ <h2 id="viewing-configuration"><a class="anchor" href="#viewing-configuration"><
162162
</div>
163163
</div>
164164
<div class="sect1">
165+
<h2 id="configuring-usage-data-collection"><a class="anchor" href="#configuring-usage-data-collection"></a>Configuring usage data collection</h2>
166+
<div class="sectionbody">
167+
<div class="paragraph">
168+
<p>CRC prompts you before use for <a href="https://developers.redhat.com/article/tool-data-collection">optional, anonymous usage data collection to assist with development</a>.
169+
No personally identifiable information is collected.</p>
170+
</div>
171+
<div class="sect2">
172+
<h3 id="consenting-usage-data-collection"><a class="anchor" href="#consenting-usage-data-collection"></a>Consenting usage data collection</h3>
173+
<div class="paragraph">
174+
<p>You can grant consent for usage data collection at any time.</p>
175+
</div>
176+
<div class="olist arabic">
177+
<div class="title">Procedure</div>
178+
<ol class="arabic">
179+
<li>
180+
<p>Configure CRC to grant consent for usage data collection.</p>
181+
<div class="listingblock">
182+
<div class="content">
183+
<pre>$ crc config set consent-telemetry yes</pre>
184+
</div>
185+
</div>
186+
</li>
187+
<li>
188+
<p>Restart your CRC instance to enable the change.</p>
189+
<div class="listingblock">
190+
<div class="content">
191+
<pre>$ crc stop
192+
$ crc start</pre>
193+
</div>
194+
</div>
195+
</li>
196+
</ol>
197+
</div>
198+
</div>
199+
<div class="sect2">
200+
<h3 id="revoking-usage-data-collection"><a class="anchor" href="#revoking-usage-data-collection"></a>Revoking usage data collection</h3>
201+
<div class="paragraph">
202+
<p>You can revoke consent for usage data collection at any time.</p>
203+
</div>
204+
<div class="olist arabic">
205+
<div class="title">Procedure</div>
206+
<ol class="arabic">
207+
<li>
208+
<p>Configure CRC to revoke consent for usage data collection.</p>
209+
<div class="listingblock">
210+
<div class="content">
211+
<pre>$ crc config set consent-telemetry no</pre>
212+
</div>
213+
</div>
214+
</li>
215+
<li>
216+
<p>Restart your CRC instance to enable the change.</p>
217+
<div class="listingblock">
218+
<div class="content">
219+
<pre>$ crc stop
220+
$ crc start</pre>
221+
</div>
222+
</div>
223+
</li>
224+
</ol>
225+
</div>
226+
<div class="ulist">
227+
<div class="title">Additional resources</div>
228+
<ul>
229+
<li>
230+
<p><a href="https://developers.redhat.com/article/tool-data-collection">Red&#160;Hat Telemetry data collection notice</a>.</p>
231+
</li>
232+
</ul>
233+
</div>
234+
</div>
235+
</div>
236+
</div>
237+
<div class="sect1">
165238
<h2 id="changing-the-selected-preset"><a class="anchor" href="#changing-the-selected-preset"></a>Changing the selected preset</h2>
166239
<div class="sectionbody">
167240
<div class="paragraph">

installing/index.html

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -417,79 +417,6 @@ <h2 id="installing"><a class="anchor" href="#installing"></a>Installing CRC</h2>
417417
</div>
418418
</div>
419419
<div class="sect1">
420-
<h2 id="_configuring_usage_data_collection"><a class="anchor" href="#_configuring_usage_data_collection"></a>Configuring usage data collection</h2>
421-
<div class="sectionbody">
422-
<div class="paragraph">
423-
<p>CRC prompts you before use for <a href="https://developers.redhat.com/article/tool-data-collection">optional, anonymous usage data collection to assist with development</a>.
424-
No personally identifiable information is collected.</p>
425-
</div>
426-
<div class="sect2">
427-
<h3 id="consenting-usage-data-collection"><a class="anchor" href="#consenting-usage-data-collection"></a>Consenting usage data collection</h3>
428-
<div class="paragraph">
429-
<p>You can grant consent for usage data collection at any time.</p>
430-
</div>
431-
<div class="olist arabic">
432-
<div class="title">Procedure</div>
433-
<ol class="arabic">
434-
<li>
435-
<p>Configure CRC to grant consent for usage data collection.</p>
436-
<div class="listingblock">
437-
<div class="content">
438-
<pre>$ crc config set consent-telemetry yes</pre>
439-
</div>
440-
</div>
441-
</li>
442-
<li>
443-
<p>Restart your CRC instance to enable the change.</p>
444-
<div class="listingblock">
445-
<div class="content">
446-
<pre>$ crc stop
447-
$ crc start</pre>
448-
</div>
449-
</div>
450-
</li>
451-
</ol>
452-
</div>
453-
</div>
454-
<div class="sect2">
455-
<h3 id="revoking-usage-data-collection"><a class="anchor" href="#revoking-usage-data-collection"></a>Revoking usage data collection</h3>
456-
<div class="paragraph">
457-
<p>You can revoke consent for usage data collection at any time.</p>
458-
</div>
459-
<div class="olist arabic">
460-
<div class="title">Procedure</div>
461-
<ol class="arabic">
462-
<li>
463-
<p>Configure CRC to revoke consent for usage data collection.</p>
464-
<div class="listingblock">
465-
<div class="content">
466-
<pre>$ crc config set consent-telemetry no</pre>
467-
</div>
468-
</div>
469-
</li>
470-
<li>
471-
<p>Restart your CRC instance to enable the change.</p>
472-
<div class="listingblock">
473-
<div class="content">
474-
<pre>$ crc stop
475-
$ crc start</pre>
476-
</div>
477-
</div>
478-
</li>
479-
</ol>
480-
</div>
481-
<div class="ulist">
482-
<div class="title">Additional resources</div>
483-
<ul>
484-
<li>
485-
<p><a href="https://developers.redhat.com/article/tool-data-collection">Red&#160;Hat Telemetry data collection notice</a>.</p>
486-
</li>
487-
</ul>
488-
</div>
489-
</div>
490-
</div>
491-
</div>
492-
<div class="sect1">
493420
<h2 id="upgrading"><a class="anchor" href="#upgrading"></a>Upgrading CRC</h2>
494421
<div class="sectionbody">
495422
<div class="paragraph">

search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://crc.dev/docs/administrative-tasks/</loc>
5-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
5+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
66
</url>
77
<url>
88
<loc>https://crc.dev/docs/configuring/</loc>
9-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
9+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://crc.dev/docs/installing/</loc>
13-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
13+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://crc.dev/docs/introducing/</loc>
17-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
17+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://crc.dev/docs/networking/</loc>
21-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
21+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://crc.dev/docs/troubleshooting/</loc>
25-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
25+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://crc.dev/docs/using/</loc>
29-
<lastmod>2024-12-04T09:17:32.849Z</lastmod>
29+
<lastmod>2024-12-04T09:17:49.505Z</lastmod>
3030
</url>
3131
</urlset>

0 commit comments

Comments
 (0)