From 28e74856a4146298e48e191bd8207dbed8bf6c46 Mon Sep 17 00:00:00 2001 From: Cryostrixx Date: Thu, 7 Nov 2024 08:46:34 -0800 Subject: [PATCH] Remove PowerShell-Profile documentation links from config/feature.json --- config/feature.json | 8 ++-- .../PowerShell-Profile/PSProfileInstall.md | 38 ------------------- .../PowerShell-Profile/PSProfileUninstall.md | 38 ------------------- 3 files changed, 3 insertions(+), 81 deletions(-) delete mode 100644 docs/dev/features/PowerShell-Profile/PSProfileInstall.md delete mode 100644 docs/dev/features/PowerShell-Profile/PSProfileUninstall.md diff --git a/config/feature.json b/config/feature.json index 9405cb33..4a296cf5 100644 --- a/config/feature.json +++ b/config/feature.json @@ -312,8 +312,7 @@ "panel": "2", "Order": "a083_", "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileInstall" + "ButtonWidth": "300" }, "WPFWinUtilUninstallPSProfile": { "Content": "Uninstall CTT PowerShell Profile", @@ -321,8 +320,7 @@ "panel": "2", "Order": "a084_", "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileUninstall" + "ButtonWidth": "300" }, "WPFWinUtilSSHServer": { "Content": "Enable OpenSSH Server", @@ -332,4 +330,4 @@ "Type": "Button", "ButtonWidth": "300" } -} \ No newline at end of file +} diff --git a/docs/dev/features/PowerShell-Profile/PSProfileInstall.md b/docs/dev/features/PowerShell-Profile/PSProfileInstall.md deleted file mode 100644 index 6d2d12d4..00000000 --- a/docs/dev/features/PowerShell-Profile/PSProfileInstall.md +++ /dev/null @@ -1,38 +0,0 @@ -# Install CTT PowerShell Profile - -Last Updated: 2024-10-01 - - -!!! info - The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. **Developers do have the ability to add custom content, which won't be updated automatically.** - - - - - - -
-Preview Code - -```json -{ - "Content": "Install CTT PowerShell Profile", - "category": "Powershell Profile", - "panel": "2", - "Order": "a083_", - "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileInstall" -} -``` - -
- - - - - - - -[View the JSON file](https://github.com/ChrisTitusTech/winutil/tree/main/config/feature.json) - diff --git a/docs/dev/features/PowerShell-Profile/PSProfileUninstall.md b/docs/dev/features/PowerShell-Profile/PSProfileUninstall.md deleted file mode 100644 index 2afc72fa..00000000 --- a/docs/dev/features/PowerShell-Profile/PSProfileUninstall.md +++ /dev/null @@ -1,38 +0,0 @@ -# Uninstall CTT PowerShell Profile - -Last Updated: 2024-10-01 - - -!!! info - The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. **Developers do have the ability to add custom content, which won't be updated automatically.** - - - - - - -
-Preview Code - -```json -{ - "Content": "Uninstall CTT PowerShell Profile", - "category": "Powershell Profile", - "panel": "2", - "Order": "a084_", - "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileUninstall" -} -``` - -
- - - - - - - -[View the JSON file](https://github.com/ChrisTitusTech/winutil/tree/main/config/feature.json) -