aboutsummaryrefslogtreecommitdiffstats
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/content/docs/appendix/contribute.md15
-rw-r--r--src/content/docs/index.mdx45
2 files changed, 43 insertions, 17 deletions
diff --git a/src/content/docs/appendix/contribute.md b/src/content/docs/appendix/contribute.md
index 7380e89..7b9cada 100644
--- a/src/content/docs/appendix/contribute.md
+++ b/src/content/docs/appendix/contribute.md
@@ -10,6 +10,21 @@ changes via GitHub pull requests or sending git patches via email. Below, you'll
find the steps to set up your environment, make changes, and how to submit those
changes. Additionally, you'll find contact information for further assistance.
+## Wiki
+
+An AI-assisted Wiki has been generated through automated analysis of the
+GpgFrontend source code. This Wiki provides a comprehensive overview of the
+project's major technical architecture, design principles, and key components.
+The accuracy of the information is high, making it a valuable resource for both
+new and experienced contributors.
+
+Link: https://deepwiki.com/saturneric/GpgFrontend
+
+It is highly recommended to read the Wiki carefully before diving into the
+project details and source code. Understanding the architectural design
+beforehand will significantly accelerate your learning curve and improve the
+quality of your contributions.
+
## Technical Requirements
To maintain the integrity and compatibility of GpgFrontend, please adhere to the
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>