From 153900a77bdf222ea6fd8954858909572c4a1a98 Mon Sep 17 00:00:00 2001 From: "Sean (ANGRYxScotsman)" <36518683+seanh1995@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:57:33 +0100 Subject: [PATCH] fix pics not loading in app page (#4614) --- .../clear-selection-apps.png | Bin .../{Install => install-pics}/install-apps.png | Bin .../installation.png} | Bin .../show-installed-apps.png | Bin .../{Install => install-pics}/uninstall-apps.png | Bin docs/content/userguide/application/_index.md | 10 +++++----- 6 files changed, 5 insertions(+), 5 deletions(-) rename docs/assets/images/{Install => install-pics}/clear-selection-apps.png (100%) rename docs/assets/images/{Install => install-pics}/install-apps.png (100%) rename docs/assets/images/{Install/Installation.png => install-pics/installation.png} (100%) rename docs/assets/images/{Install => install-pics}/show-installed-apps.png (100%) rename docs/assets/images/{Install => install-pics}/uninstall-apps.png (100%) diff --git a/docs/assets/images/Install/clear-selection-apps.png b/docs/assets/images/install-pics/clear-selection-apps.png similarity index 100% rename from docs/assets/images/Install/clear-selection-apps.png rename to docs/assets/images/install-pics/clear-selection-apps.png diff --git a/docs/assets/images/Install/install-apps.png b/docs/assets/images/install-pics/install-apps.png similarity index 100% rename from docs/assets/images/Install/install-apps.png rename to docs/assets/images/install-pics/install-apps.png diff --git a/docs/assets/images/Install/Installation.png b/docs/assets/images/install-pics/installation.png similarity index 100% rename from docs/assets/images/Install/Installation.png rename to docs/assets/images/install-pics/installation.png diff --git a/docs/assets/images/Install/show-installed-apps.png b/docs/assets/images/install-pics/show-installed-apps.png similarity index 100% rename from docs/assets/images/Install/show-installed-apps.png rename to docs/assets/images/install-pics/show-installed-apps.png diff --git a/docs/assets/images/Install/uninstall-apps.png b/docs/assets/images/install-pics/uninstall-apps.png similarity index 100% rename from docs/assets/images/Install/uninstall-apps.png rename to docs/assets/images/install-pics/uninstall-apps.png diff --git a/docs/content/userguide/application/_index.md b/docs/content/userguide/application/_index.md index 96c24ea5..e51d0551 100644 --- a/docs/content/userguide/application/_index.md +++ b/docs/content/userguide/application/_index.md @@ -15,35 +15,35 @@ Use the Applications tab to install, upgrade, uninstall, and review supported ap * For programs already installed, this action will update them to the latest version. * Click the `Install/Upgrade Selected` button to start the installation or upgrade process. - {{< image src="images/Install/Installation" alt="Install or upgrade selected applications" >}} + {{< image src="images/install-pics/installation" alt="Install or upgrade selected applications" >}} {{< /tab >}} {{< tab name="Upgrade All" >}} * Simply press the `Upgrade All` button. * This upgrades every supported installed program without individual selection. - {{< image src="images/Install/install-apps" alt="Upgrade all applications" >}} + {{< image src="images/install-pics/install-apps" alt="Upgrade all applications" >}} {{< /tab >}} {{< tab name="Uninstall" >}} * Select the programs you wish to uninstall. * Click the `Uninstall Selected` button to remove them. - {{< image src="images/Install/uninstall-apps" alt="Uninstall selected applications" >}} + {{< image src="images/install-pics/uninstall-apps" alt="Uninstall selected applications" >}} {{< /tab >}} {{< tab name="Show Installed Apps" >}} * Click the `Show Installed Apps` button. * This scans for and selects installed applications supported by WinGet. - {{< image src="images/Install/show-installed-apps" alt="Show installed apps" >}} + {{< image src="images/install-pics/show-installed-apps" alt="Show installed apps" >}} {{< /tab >}} {{< tab name="Clear Selection" >}} * Click the `Clear Selection` button. * This clears all current selections. - {{< image src="images/Install/clear-selection-apps" alt="Clear app selections" >}} + {{< image src="images/install-pics/clear-selection-apps" alt="Clear app selections" >}} {{< /tab >}} {{< /tabs >}}