Docs, Winutil website update (#3947)

* Updated winutil website

add git ignore to not upload unnecessarily file. i have also updated microwin docs and added a copyright info to the footer

* Update _index.md

* Update KnownIssues.md

* Update links

update all the links for github to the corresponding pages. i have kept the original links aswell but commented out

* update hugo workflow to use version 0.147.0

* Update en.yaml

* update hugo toml to get rid off powered by

* Update docs.yaml

* Update KnownIssues.md

* Update KnownIssues.md

* Update KnownIssues.md

* Update compatibility note for MicroWin and Ventoy

* removed quad 9 dns

* fixed all the incorrect code block in markdown file

* Replace hardcoded page lists with auto-discovery shortcode

Created a new shortcode at docs/layouts/shortcodes/autolinks.html. This enables auto-discovery when creating new Markdown files, streamlining the workflow for future documentation updates.

* updated os requirements
This commit is contained in:
Sean
2026-01-29 19:59:26 +00:00
committed by GitHub
parent 9013753d88
commit 99eb70d81b
35 changed files with 278 additions and 348 deletions

View File

@@ -1,6 +1,6 @@
# Set Up Autologin
```json
```powershell
function Invoke-WPFPanelAutologin {
<#

View File

@@ -1,6 +1,6 @@
# System Corruption Scan
```json
```powershell
function Invoke-WPFSystemRepair {
<#
.SYNOPSIS

View File

@@ -1,6 +1,6 @@
# Reset Network
```json
```powershell
function Invoke-WPFFixesNetwork {
<#

View File

@@ -1,6 +1,6 @@
# Remove Adobe Creative Cloud
```json
```powershell
function Invoke-WPFRunAdobeCCCleanerTool {
<#
.SYNOPSIS

View File

@@ -1,6 +1,6 @@
# Reset Windows Update
```json
```powershell
function Invoke-WPFFixesUpdate {
<#

View File

@@ -1,6 +1,6 @@
# WinGet Reinstall
```json
```powershell
function Invoke-WPFFixesWinget {
<#

View File

@@ -1,8 +1,6 @@
### Fixes
---
weight: 2
title: "Fixes"
---
- [Remove Adobe Creative Cloud](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/RunAdobeCCCleanerTool.md)
- [Reset Network](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Network.md)
- [Reset Windows Update](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Update.md)
- [Set Up Autologin](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Autologin.md)
- [System Corruption Scan](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/CorruptionScan.md)
- [WinGet Reinstall](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Winget.md)
{{< autolinks section="dev/features/fixes" >}}