aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/overview
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/docs/overview')
-rw-r--r--src/content/docs/overview/downloads.mdx2
-rw-r--r--src/content/docs/overview/getting-started.mdx15
-rw-r--r--src/content/docs/overview/glance.mdx8
3 files changed, 12 insertions, 13 deletions
diff --git a/src/content/docs/overview/downloads.mdx b/src/content/docs/overview/downloads.mdx
index c3d688b..ef87bab 100644
--- a/src/content/docs/overview/downloads.mdx
+++ b/src/content/docs/overview/downloads.mdx
@@ -57,7 +57,7 @@ select the appropriate package for your platform or use case.
## Platform-Specific Installation
-Install GpgFrontend via your preferred package manager or store:
+Install GpgFrontend via your preferred package manager or store:
<CardGrid>
<LinkCard
diff --git a/src/content/docs/overview/getting-started.mdx b/src/content/docs/overview/getting-started.mdx
index ca4c77f..737cd62 100644
--- a/src/content/docs/overview/getting-started.mdx
+++ b/src/content/docs/overview/getting-started.mdx
@@ -9,16 +9,17 @@ import { Tabs, TabItem } from "@astrojs/starlight/components";
import { Steps } from "@astrojs/starlight/components";
import { Aside } from "@astrojs/starlight/components";
-Welcome to GpgFrontend, the cross-platform, OpenPGP encryption tool designed for
-simplicity and security. This guide will walk you through the installation
-process tailored to your operating system, ensuring you can start securing your
-communications as quickly and efficiently as possible.
+Welcome to GpgFrontend, the cross-platform, [OpenPGP](https://www.openpgp.org/)
+encryption tool designed for simplicity and security. This guide will walk you
+through the installation process tailored to your operating system, ensuring you
+can start securing your communications as quickly and efficiently as possible.
## Before You Begin: Prerequisites
-GpgFrontend leverages the robust functionalities of GnuPG for encryption,
-decryption, and key management. It is crucial to have GnuPG installed on your
-device to make full use of GpgFrontend.
+GpgFrontend leverages the robust functionalities of
+[GnuPG](https://www.gnupg.org/) for encryption, decryption, and key management.
+It is crucial to have GnuPG installed on your device to make full use of
+GpgFrontend.
**Windows users:**
GnuPG is bundled with GpgFrontend for Windows. You do not need to install it separately.
diff --git a/src/content/docs/overview/glance.mdx b/src/content/docs/overview/glance.mdx
index 7f18a00..df8f233 100644
--- a/src/content/docs/overview/glance.mdx
+++ b/src/content/docs/overview/glance.mdx
@@ -14,8 +14,9 @@ empowers you with secure communication—no clutter, no bloat, total control.
## Why GpgFrontend?
-GpgFrontend is more than a simple “button-and-command” wrapper around GnuPG.
-Every detail is designed for real-world usability, security, and portability:
+GpgFrontend is more than a simple “button-and-command” wrapper around
+[GnuPG](https://www.gnupg.org/). Every detail is designed for real-world
+usability, security, and portability:
- **Effortless Encryption & Signing:** Quickly encrypt, decrypt, and sign texts,
files, and emails in one click.
@@ -133,9 +134,6 @@ update, and user feedback converge to refine and enhance GpgFrontend.
- [Source Code of Application](https://github.com/saturneric/GpgFrontend)
- [Source Code of User Manual](https://github.com/saturneric/GpgFrontend-Manual)
-**Current Manual Version:**
-[v2.1.9](https://github.com/saturneric/GpgFrontend/releases/tag/v2.1.9)
-
## License and Contributions
GpgFrontend is licensed under GPL-3.0. Contributions—from issue reports to code