From edca5207ecf0a462ef8cd29481019be5033abc78 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 22 Jun 2026 14:17:10 -0500 Subject: [PATCH] chore: Update generated dev docs (#4735) --- docs/content/dev/tweaks/Customize-Preferences/BingSearch.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.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/ShowExt.md | 2 +- docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md | 2 +- .../dev/tweaks/Customize-Preferences/TaskbarAlignment.md | 2 +- docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 8e69e5d5..e19f5182 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1673} "WPFToggleBingSearch": { "Content": "Start Menu Bing Search", - "Description": "Toggles Bing web search results in windows search", + "Description": "Toggles Bing web search results in Windows Search.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md index 1000c27a..e1c90d88 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1426} "WPFToggleHiddenFiles": { "Content": "File Explorer Hidden Files", - "Description": "reveals hidden files in explorer", + "Description": "Reveals hidden files in Explorer.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md index 1d9647db..1efcde9f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md +++ b/docs/content/dev/tweaks/Customize-Preferences/LongPaths.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1861} "WPFToggleLongPaths": { "Content": "Enable Long Paths", - "Description": "Toggles support for file paths longer than 260 characters in explorer.", + "Description": "Toggles support for file paths longer than 260 characters in Explorer.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md index d820e692..d5feb65f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md +++ b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1637} "WPFToggleS3Sleep": { "Content": "S3 Sleep", - "Description": "Toggles between Modern Standby and S3 Sleep which cuts of power to cpu while continuing to refreshes the memory.", + "Description": "Toggles between Modern Standby and S3 Sleep, which cuts off power to the CPU while continuing to refresh the memory.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md index c27a3555..09043ea6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md +++ b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1398} "WPFToggleShowExt": { "Content": "File Explorer File Extensions", - "Description": "Shows .file extensions in explorer (.exe, .png, etc)", + "Description": "Shows .file extensions in Explorer (.exe, .png, etc.)", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 55a26ab6..773043af 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1753} "WPFToggleStickyKeys": { "Content": "Sticky Keys", - "Description": "Toggles the stick keys which active when clicking shift rapidly", + "Description": "Toggles the Sticky Keys, which activate when clicking shift rapidly.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index 13034832..8d237cac 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1771} "WPFToggleTaskbarAlignment": { "Content": "Taskbar Centered Icons", - "Description": "Toggles the taskbar alignment either to the left or center", + "Description": "Toggles the Taskbar alignment either to the left or center.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md index 8e7320c6..dec53677 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=451} "WPFTweaksConsumerFeatures": { "Content": "ConsumerFeatures - Disable", - "Description": "Windows will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (eg. Phone Link).", + "Description": "Windows will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (e.g. Phone Link).", "category": "Essential Tweaks", "panel": "1", "registry": [