Skip to content

chore: Update generated dev docs and JSON links - #5014

Merged
ChrisTitusTech merged 1 commit into
mainfrom
docs-update
Aug 19, 2026
Merged

chore: Update generated dev docs and JSON links#5014
ChrisTitusTech merged 1 commit into
mainfrom
docs-update

Conversation

@ChrisTitusTech

Copy link
Copy Markdown
Owner

Automated update of generated documentation and JSON config links from pre-release build

@ChrisTitusTech ChrisTitusTech added automated documentation Improvements or additions to documentation skip-changelog labels Aug 19, 2026
@ChrisTitusTech
ChrisTitusTech merged commit 086aecf into main Aug 19, 2026
7 checks passed
@ChrisTitusTech
ChrisTitusTech deleted the docs-update branch August 19, 2026 22:25
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 33ee9cd1-6879-46fc-829a-c2f4bea26e2b

📥 Commits

Reviewing files that changed from the base of the PR and between 436773d and 7822445.

📒 Files selected for processing (5)
  • docs/src/content/docs/code-reference/features/Fixes/Update.mdx
  • docs/src/content/docs/code-reference/tweaks/Customize-Preferences/MultiplaneOverlay.mdx
  • docs/src/content/docs/code-reference/tweaks/Essential-Tweaks/Location.mdx
  • docs/src/content/docs/code-reference/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.mdx
  • docs/src/content/docs/code-reference/tweaks/z--Advanced-Tweaks---CAUTION/changedns.mdx

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Expanded DNS preferences with Mullvad options for blocking ads, trackers, malware, social content, adult content, and gambling.
    • Updated Multiplane Overlay settings with Enabled, Compatibility, and Fully Disabled choices, with changes applied immediately.
  • Bug Fixes

    • Corrected the Location service startup setting.
    • Improved removal of WSUS client registry values.
  • Documentation

    • Removed the obsolete Disable FSO advanced tweak documentation.

Walkthrough

Updated Windows utility documentation for WSUS cleanup, Multiplane Overlay settings, location service configuration, DNS presets, and removed the DisableFSO page.

Changes

Windows tweak documentation

Layer / File(s) Summary
Preference configuration updates
docs/src/content/docs/code-reference/tweaks/Customize-Preferences/MultiplaneOverlay.mdx
Replaced the Multiplane Overlay toggle with three combobox options and documented their registry behavior.
System configuration corrections
docs/src/content/docs/code-reference/features/Fixes/Update.mdx, docs/src/content/docs/code-reference/tweaks/Essential-Tweaks/Location.mdx, docs/src/content/docs/code-reference/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.mdx
Replaced WSUS REG DELETE calls with PowerShell property removal, corrected the lfsvc startup type, and deleted the DisableFSO documentation page.
DNS preset expansion
docs/src/content/docs/code-reference/tweaks/z--Advanced-Tweaks---CAUTION/changedns.mdx
Added six Mullvad DNS presets with expanded filtering categories.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested labels: documentation, automated, skip-changelog

Suggested reviewers: seanh1995

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs-update

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7822445f2b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Start-Process -NoNewWindow -FilePath "REG" -ArgumentList "DELETE", "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate", "/v", "AccountDomainSid", "/f" -RedirectStandardError "NUL"
Start-Process -NoNewWindow -FilePath "REG" -ArgumentList "DELETE", "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate", "/v", "PingID", "/f" -RedirectStandardError "NUL"
Start-Process -NoNewWindow -FilePath "REG" -ArgumentList "DELETE", "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate", "/v", "SusClientId", "/f" -RedirectStandardError "NUL"
Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" -Name "AccountDomainSid" -ErrorAction SilentlyContinue

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove edits to generated code-reference pages

All five changes in this commit directly modify generator-owned files under code-reference/features/ or code-reference/tweaks/, despite the repository explicitly prohibiting edits to both subtrees. Keep the behavioral changes in config/tweaks.json and the relevant PowerShell sources and let the documented generation process produce these pages rather than committing this generated-only diff.

AGENTS.md reference: AGENTS.md:L15-L15

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated documentation Improvements or additions to documentation skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant