diff options
author | saturneric <[email protected]> | 2025-07-06 16:12:10 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-07-06 16:12:10 +0000 |
commit | 6575655264d87b2a2bc47da0b3735513c12a41dd (patch) | |
tree | 59a103dde2ce48c208f21356157f208dc569b95b | |
parent | chore(docs): update sidebar order for GpgController and Module Controller (diff) | |
download | Manual-6575655264d87b2a2bc47da0b3735513c12a41dd.tar.gz Manual-6575655264d87b2a2bc47da0b3735513c12a41dd.zip |
docs(overview): improve formatting and clarity in GpgFrontend description
- Adjusted line breaks for better readability in the "Why GpgFrontend?" section.
- Removed outdated manual version reference for a cleaner presentation.
-rw-r--r-- | src/content/docs/overview/glance.mdx | 8 |
1 files changed, 3 insertions, 5 deletions
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 |