docs(install): update Microsoft Store badge and URL
Some checks failed
Code QL / code-ql (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled

This commit is contained in:
Artin 2024-09-17 22:19:36 +03:30 committed by GitHub
parent 8dc42ab0f3
commit a741b18d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 228 additions and 5 deletions

View file

@ -4,6 +4,7 @@ title: Windows
sidebar_label:  🪟  Windows sidebar_label:  🪟  Windows
--- ---
import ThemedImage from '@theme/ThemedImage';
import Tabs from "@theme/Tabs"; import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem"; import TabItem from "@theme/TabItem";
import Next from "./next.mdx"; import Next from "./next.mdx";
@ -20,11 +21,15 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] installation guide. When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] installation guide.
::: :::
<a href="ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank"> <a href="https://apps.microsoft.com/detail/xp8k0hkjfrxgck?mode=mini" target="_blank">
<img <ThemedImage
src={require('/img/winstore.png').default} alt="msstore"
alt="Windows Store Link" width="232"
className="winstore" height="68"
sources={{
light: '/img/msstore-dark.svg',
dark: '/img/msstore-light.svg',
}}
/> />
</a> </a>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB