Skip to content

Docs for removal#142

Merged
Zacgoose merged 1 commit intoCyberDrain:devfrom
Zacgoose:docs-update-for-removal
Apr 8, 2026
Merged

Docs for removal#142
Zacgoose merged 1 commit intoCyberDrain:devfrom
Zacgoose:docs-update-for-removal

Conversation

@Zacgoose
Copy link
Copy Markdown
Contributor

@Zacgoose Zacgoose commented Apr 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 15:12
@Zacgoose Zacgoose merged commit c7476b1 into CyberDrain:dev Apr 8, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
1. Remove Check entries from `%ProgramFiles%\\Mozilla Firefox\\distribution\\policies.json`.
1. Remove Check entries from `%ProgramFiles%\Mozilla Firefox\distribution\policies.json`.

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,16 @@
---
description: Windows removal guidance for Check managed browser configuration
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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").

Suggested change
description: Windows removal guidance for Check managed browser configuration
description: Windows removal guidance for removing Check-managed browser configuration

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants