From dce1536be0558f913cc4c0445b47ad6dedd644d7 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 4 Jul 2026 00:06:25 -0500 Subject: [PATCH] chore: Update generated dev docs (#4805) --- docs/content/dev/tweaks/Customize-Preferences/BingSearch.md | 2 +- .../dev/tweaks/Customize-Preferences/DisableLockscreen.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/GameMode.md | 2 +- .../dev/tweaks/Customize-Preferences/HideSettingsHome.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/LongPaths.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md | 2 +- .../tweaks/Customize-Preferences/StartMenuRecommendations.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/TaskView.md | 2 +- .../dev/tweaks/Customize-Preferences/TaskbarAlignment.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/WindowSnapping.md | 2 +- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 187d05a7..1cf5ffcd 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -3,7 +3,7 @@ title: "Start Menu Bing Search" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1587} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1605} "WPFToggleBingSearch": { "Content": "Start Menu Bing Search", "Description": "Toggles Bing web search results in Windows Search.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md b/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md index 0bda42b6..8bce4957 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DisableLockscreen.md @@ -3,7 +3,7 @@ title: "Lock Screen - Disable" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1623} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1641} "WPFTweaksDisableLockscreen": { "Content": "Lock Screen - Disable", "Description": "Skips the lock screen entirely and goes directly to the sign-in screen on boot and wake.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/GameMode.md b/docs/content/dev/tweaks/Customize-Preferences/GameMode.md index a206e5c3..44164bf4 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/GameMode.md +++ b/docs/content/dev/tweaks/Customize-Preferences/GameMode.md @@ -3,7 +3,7 @@ title: "Game Mode" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1766} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1784} "WPFToggleGameMode": { "Content": "Game Mode", "Description": "Toggles Windows prioritizes gaming performance by allocating system resources to games.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md index 4c0f9eaa..7097a343 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md @@ -3,7 +3,7 @@ title: "Settings Home Page" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1569} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1587} "WPFToggleHideSettingsHome": { "Content": "Settings Home Page", "Description": "Toggles the Home Page in the Windows Settings app.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md index fb19619f..7e4c8fab 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LoginBlur.md @@ -3,7 +3,7 @@ title: "Logon Screen Acrylic Blur" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1605} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1623} "WPFToggleLoginBlur": { "Content": "Logon Screen Acrylic Blur", "Description": "Toggles the acrylic blur effect on login screen background.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md index 22642177..3eaa9e1f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md @@ -3,7 +3,7 @@ title: "Enable Long Paths" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1792} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1810} "WPFToggleLongPaths": { "Content": "Enable Long Paths", "Description": "Toggles support for file paths longer than 260 characters in Explorer.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md index cc8fcd7b..18740da7 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md +++ b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md @@ -3,7 +3,7 @@ title: "S3 Sleep" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1551} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1569} "WPFToggleS3Sleep": { "Content": "S3 Sleep", "Description": "Toggles between Modern Standby and S3 Sleep, which cuts off power to the CPU while continuing to refresh the memory.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md index f8e8db3f..e10a2336 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md @@ -3,7 +3,7 @@ title: "S0 Sleep Network Connectivity" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1533} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1551} "WPFToggleStandbyFix": { "Content": "S0 Sleep Network Connectivity", "Description": "Toggles network connectivity during S0 Sleep which is low power idle in modern laptops.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md index b6314824..25e9d56f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md @@ -3,7 +3,7 @@ title: "Start Menu Recommendations" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1640} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1658} "WPFToggleStartMenuRecommendations": { "Content": "Start Menu Recommendations", "Description": "Toggles the recommendations section in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 992c7ef9..ae932cb6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md @@ -3,7 +3,7 @@ title: "Sticky Keys" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1684} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1702} "WPFToggleStickyKeys": { "Content": "Sticky Keys", "Description": "Toggles the Sticky Keys, which activate when clicking shift rapidly.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md index 9aca68a3..6fdb395f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md @@ -3,7 +3,7 @@ title: "Taskbar Task View Icon" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1748} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1766} "WPFToggleTaskView": { "Content": "Taskbar Task View Icon", "Description": "Toggles the Task View Button in the Taskbar.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index 43a90de8..ad7c8f2e 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -3,7 +3,7 @@ title: "Taskbar Centered Icons" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1702} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1720} "WPFToggleTaskbarAlignment": { "Content": "Taskbar Centered Icons", "Description": "Toggles the Taskbar alignment either to the left or center.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md index 750a3efc..cda9a1af 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md @@ -3,7 +3,7 @@ title: "Taskbar Search Icon" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1730} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1748} "WPFToggleTaskbarSearch": { "Content": "Taskbar Search Icon", "Description": "Toggles the Search Button on the Taskbar.", diff --git a/docs/content/dev/tweaks/Customize-Preferences/WindowSnapping.md b/docs/content/dev/tweaks/Customize-Preferences/WindowSnapping.md index 0e2018ff..295f5c21 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/WindowSnapping.md +++ b/docs/content/dev/tweaks/Customize-Preferences/WindowSnapping.md @@ -3,7 +3,7 @@ title: "Window Snapping" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1532} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1533} "WPFToggleWindowSnapping": { "Content": "Window Snapping", "Description": "Toggles the window snapping feature when dragging windows.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md index 7ed08628..c073fb1a 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns.md @@ -3,7 +3,7 @@ title: "DNS - Set to:" description: "" --- -```json {filename="config/tweaks.json",linenos=inline,linenostart=1817} +```json {filename="config/tweaks.json",linenos=inline,linenostart=1835} "WPFchangedns": { "Content": "DNS - Set to:", "category": "z__Advanced Tweaks - CAUTION",