diff options
| author | saturneric <[email protected]> | 2025-06-28 00:02:24 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-06-28 00:02:24 +0000 |
| commit | 0cf3a055d381339289fa9e435999ceae008b7279 (patch) | |
| tree | 6c399143f5cf6e2d7b5253417f0a7e9edaa7b33e /src/content/docs/overview | |
| parent | docs(overview): reposition 'Mission and Origins' section for improved flow an... (diff) | |
| download | Manual-0cf3a055d381339289fa9e435999ceae008b7279.tar.gz Manual-0cf3a055d381339289fa9e435999ceae008b7279.zip | |
docs(overview): add Downloads section with installation options and asset descriptions
Diffstat (limited to 'src/content/docs/overview')
| -rw-r--r-- | src/content/docs/overview/downloads.mdx (renamed from src/content/docs/overview/downloads.md) | 67 |
1 files changed, 33 insertions, 34 deletions
diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.mdx index 5e26f18..6f1935a 100644 --- a/src/content/docs/overview/downloads.md +++ b/src/content/docs/overview/downloads.mdx @@ -10,24 +10,27 @@ detailed instructions on installation and getting started, please refer to the [](https://repology.org/project/gpgfrontend/versions) -## Direct Downloads - -Choose from the options below to download GpgFrontend directly for your platform. - -### GitHub Releases - -Click the badges below to access the latest stable and nightly builds. +import { LinkCard, CardGrid } from "@astrojs/starlight/components"; +import { Tabs, TabItem, Badge } from "@astrojs/starlight/components"; -[](https://github.com/saturneric/GpgFrontend/releases/latest) +## Direct Downloads -[](https://github.com/saturneric/GpgFrontend/releases/nightly) + -### Static Mirror +Choose from the options below to download GpgFrontend for your platform: -For privacy-conscious users, a fast and secure direct-download mirror is -available at [ftp.bktus.com](https://ftp.bktus.com/GpgFrontend/). This mirror is -served over HTTPS with no authentication, tracking, rate limits, or -redirections. +<CardGrid> + <LinkCard + title="GitHub Releases" + href="https://github.com/saturneric/GpgFrontend/releases/latest" + description="Fastest and most up-to-date source for stable builds. Recommended for most users." + /> + <LinkCard + title="Privacy-Friendly HTTPS Mirror" + href="https://ftp.bktus.com/GpgFrontend/" + description="Direct, secure download. No tracking, no authentication, no rate limits, no redirections." + /> +</CardGrid> ### Asset Naming Patterns and Descriptions @@ -47,8 +50,8 @@ select the appropriate package for your platform or use case. ## Homebrew Cask -Mac users can check the version information through the -badge below or install using the command line. +Mac users can check the version information through the badge below or install +using the command line. [](https://formulae.brew.sh/cask/gpgfrontend) @@ -70,25 +73,21 @@ installation. There are several convenient ways to install GpgFrontend on Windows. Choose the method that best fits your workflow. -### WinGet +<Tabs> + <TabItem label="WinGet"> + Install directly using the command line. -Windows users can install GpgFrontend through the Windows Package Manager -(WinGet). Check the version information through the badge below or install -using the command line. - -[](https://repology.org/project/gpgfrontend/versions) - -Install command: - -``` -winget install Saturneric.GpgFrontend -``` + ```shell + winget install Saturneric.GpgFrontend + ``` -### Microsoft Store + </TabItem> + <TabItem label="Microsoft Store"> + Visit the application store page via the badge below: -Windows users can also visit the application store page through the Microsoft -Store badge below. + <a href="https://apps.microsoft.com/detail/9nh716mqk2b5?referrer=appbadge&mode=direct"> + <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> + </a> -<a href="https://apps.microsoft.com/detail/9nh716mqk2b5"> - <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> -</a> + </TabItem> +</Tabs> |
