Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation for removing Check’s managed browser configuration from Windows endpoints, and links it into the GitBook table of contents.
Changes:
- Introduces a new “Removal” section in
docs/SUMMARY.md. - Adds Removal overview pages and Windows-specific removal pages for Chrome/Edge and Firefox.
- Provides a direct download link to the Windows Chrome/Edge removal PowerShell script.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/SUMMARY.md | Adds navigation entries for the new Removal documentation section. |
| docs/removal/README.md | New Removal landing page linking to OS-specific removal guidance. |
| docs/removal/windows/README.md | New Windows removal index page linking to browser-specific removal docs. |
| docs/removal/windows/chrome-edge.md | New Windows Chrome/Edge removal guidance with uninstall script link. |
| docs/removal/windows/firefox.md | New Windows Firefox removal guidance referencing enterprise policy file location. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## General Removal Steps | ||
|
|
||
| 1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`. |
There was a problem hiding this comment.
In this inline code path, the doubled backslashes (e.g., \\) will render literally in Markdown/GitBook and may look like an escaped string rather than a Windows file path. Consider using single backslashes in the displayed path (or otherwise clarifying it's a filesystem path, not a string literal).
| 1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`. | |
| 1. Remove Check entries from `%ProgramFiles%\Mozilla Firefox\distribution\policies.json`. |
| @@ -0,0 +1,16 @@ | |||
| --- | |||
| description: Windows removal guidance for Check managed browser configuration | |||
There was a problem hiding this comment.
Front-matter description reads a bit ungrammatical/ambiguous ("Windows removal guidance for Check managed browser configuration"). Consider rephrasing to make it clear this page is guidance for removing Check-managed browser configuration (e.g., "Windows removal guidance for removing Check-managed browser configuration").
| description: Windows removal guidance for Check managed browser configuration | |
| description: Windows removal guidance for removing Check-managed browser configuration |
No description provided.