diff options
author | saturneric <[email protected]> | 2025-07-06 16:12:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-07-06 16:12:40 +0000 |
commit | 03cc1812eab7321578929da072bf6153993ecd54 (patch) | |
tree | ef92d416381cb19727a832e68d8c530fd898ee2f | |
parent | docs(overview): improve formatting and clarity in GpgFrontend description (diff) | |
download | Manual-03cc1812eab7321578929da072bf6153993ecd54.tar.gz Manual-03cc1812eab7321578929da072bf6153993ecd54.zip |
docs(overview): enhance clarity in the Getting Started guide
* Improved formatting by adding links to GnuPG and OpenPGP for better accessibility.
* Ensured consistent presentation of information for a smoother reading experience.
-rw-r--r-- | src/content/docs/overview/getting-started.mdx | 15 |
1 files changed, 8 insertions, 7 deletions
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. |