mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-05 15:30:09 +00:00
whitespace fixes
This commit is contained in:
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -90,4 +90,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
@@ -1946,7 +1946,7 @@
|
|||||||
if (-not (Get-ComputerRestorePoint)) {
|
if (-not (Get-ComputerRestorePoint)) {
|
||||||
Enable-ComputerRestore -Drive $Env:SystemDrive
|
Enable-ComputerRestore -Drive $Env:SystemDrive
|
||||||
}
|
}
|
||||||
|
|
||||||
Checkpoint-Computer -Description \"System Restore Point created by WinUtil\" -RestorePointType MODIFY_SETTINGS
|
Checkpoint-Computer -Description \"System Restore Point created by WinUtil\" -RestorePointType MODIFY_SETTINGS
|
||||||
Write-Host \"System Restore Point Created Successfully\" -ForegroundColor Green
|
Write-Host \"System Restore Point Created Successfully\" -ForegroundColor Green
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ title: User Guide
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to the official User Guide for **Winutil**, your all-in-one Windows toolkit.
|
Welcome to the official User Guide for **Winutil**, your all-in-one Windows toolkit.
|
||||||
This document will walk you through installation, configuration, and usage of Winutil’s powerful features.
|
This document will walk you through installation, configuration, and usage of Winutil’s powerful features.
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ Open old-school Windows panels directly from Winutil. Following Panels are avail
|
|||||||
|
|
||||||
### Remote Access
|
### Remote Access
|
||||||
|
|
||||||
Enables OpenSSH server on your windows machine.
|
Enables OpenSSH server on your windows machine.
|
||||||
|
|||||||
@@ -21,12 +21,12 @@ weight: 2
|
|||||||
* Select the programs you wish to uninstall.
|
* Select the programs you wish to uninstall.
|
||||||
* Click the `Uninstall Selected` button to remove the selected programs.
|
* Click the `Uninstall Selected` button to remove the selected programs.
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
* Click the `Get Installed` button.
|
* Click the `Get Installed` button.
|
||||||
* This will scan for and select all installed programs in Winutil that WinGet supports.
|
* This will scan for and select all installed programs in Winutil that WinGet supports.
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
|
||||||
{{< tab >}}
|
{{< tab >}}
|
||||||
* Click the `Clear Selection` button.
|
* Click the `Clear Selection` button.
|
||||||
* This will unselect all checked programs.
|
* This will unselect all checked programs.
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ dateFormat = "January 2, 2006"
|
|||||||
|
|
||||||
[params.page]
|
[params.page]
|
||||||
width = "wide"
|
width = "wide"
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
displayCopyright = true
|
displayCopyright = true
|
||||||
@@ -105,4 +105,4 @@ display = "hover"
|
|||||||
[markup]
|
[markup]
|
||||||
[markup.goldmark]
|
[markup.goldmark]
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
copyright: "© 2025 Chris Titus Tech"
|
copyright: "© 2025 Chris Titus Tech"
|
||||||
|
|||||||
BIN
docs/static/favicon.ico
vendored
BIN
docs/static/favicon.ico
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 21 KiB |
2
docs/static/site.webmanifest
vendored
2
docs/static/site.webmanifest
vendored
@@ -1 +1 @@
|
|||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
|
|||||||
Reference in New Issue
Block a user