aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/index.mdx
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 20:35:44 +0000
committersaturneric <[email protected]>2025-05-01 20:35:44 +0000
commitb2f47daafb165e69eb58fee8099256c0a90b9cc2 (patch)
tree03b26f72a3e00b216a7fb440623ecdf06e101c20 /src/content/docs/index.mdx
parentfeat: attach deepwiki link (diff)
downloadManual-b2f47daafb165e69eb58fee8099256c0a90b9cc2.tar.gz
Manual-b2f47daafb165e69eb58fee8099256c0a90b9cc2.zip
chore: updates to Starlight v0.34.2 and theme-nova v0.6.1HEADmain
Updates the Starlight dependency to version v0.34.2 and theme-nova to v0.6.1. Applies the starlight-theme-nova plugin for enhanced theming capabilities. Refactors the main page description and links to improve clarity and provide relevant information.
Diffstat (limited to 'src/content/docs/index.mdx')
-rw-r--r--src/content/docs/index.mdx45
1 files changed, 28 insertions, 17 deletions
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 8c6d8fe..8566192 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -1,9 +1,9 @@
---
title: GpgFrontend
-description: A Free, Easy-to-Use, Cross-Platform OpenPGP Crypto Tool.
+description: A free, user-friendly, and cross-platform OpenPGP encryption tool.
template: splash
hero:
- tagline: A Free, Easy-to-Use, Cross-Platform OpenPGP Crypto Tool. One of the excellent GUI Frontends for Modern GnuPG.
+ tagline: A free, user-friendly, and cross-platform OpenPGP encryption tool. One of the best graphical frontends for modern GnuPG.
image:
file: ../../assets/icon.png
actions:
@@ -11,26 +11,37 @@ hero:
link: /overview/glance/
icon: right-arrow
variant: primary
- - text: Read the Development docs
- link: https://doxygen.gpgfrontend.bktus.com/
+ - text: Developer Wiki
+ link: https://deepwiki.com/saturneric/GpgFrontend
icon: external
---
-import { Card, CardGrid } from '@astrojs/starlight/components';
+import { Card, CardGrid } from "@astrojs/starlight/components";
## Brief Introduction
<CardGrid stagger>
- <Card title="Cross Platform" icon="laptop">
- Enjoy seamless cross-platform functionality with our application, available on Windows, Linux, and macOS. Transfer your GPG keys between devices safely and effortlessly, ensuring your data remains secure no matter where you are working from.
- </Card>
- <Card title="Use Smoothly" icon="rocket">
- Experience swift encryption and digital signing capabilities. Encrypt files or text rapidly, and sign your documents digitally with utmost ease, enhancing your workflow efficiency and data security.
- </Card>
- <Card title="Open Source" icon="open-book">
- Benefit from a transparent and community-driven development process. Our application is completely open source, allowing for peer review, modifications, and contributions. Join our community and contribute to the future of secure communication.
- </Card>
- <Card title="Free" icon="seti:cake_php" invert>
- Enjoy our application absolutely free of charge, with no hidden costs. We believe in making digital security accessible to everyone, and our commitment to this principle means you can secure your communications without spending a penny.
- </Card>
+ <Card title="Cross Platform" icon="laptop">
+ Enjoy seamless cross-platform functionality with our application, available
+ on Windows, Linux, and macOS. Transfer your GPG keys between devices safely
+ and effortlessly, ensuring your data remains secure no matter where you are
+ working from.
+ </Card>
+ <Card title="Use Smoothly" icon="rocket">
+ Experience swift encryption and digital signing capabilities. Encrypt files
+ or text rapidly, and sign your documents digitally with utmost ease,
+ enhancing your workflow efficiency and data security.
+ </Card>
+ <Card title="Open Source" icon="open-book">
+ Benefit from a transparent and community-driven development process. Our
+ application is completely open source, allowing for peer review,
+ modifications, and contributions. Join our community and contribute to the
+ future of secure communication.
+ </Card>
+ <Card title="Free" icon="seti:cake_php" invert>
+ Enjoy our application absolutely free of charge, with no hidden costs. We
+ believe in making digital security accessible to everyone, and our
+ commitment to this principle means you can secure your communications
+ without spending a penny.
+ </Card>
</CardGrid>