From 21dcd3268f42ebd7d7caa4f13faa62614c105542 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 23 Jun 2025 22:51:40 +0200 Subject: docs: fix formatting and links in documentation - remove colon from SecureLevel 2 heading - fix link placement in getting-started guide - improve section organization in getting-started --- src/content/docs/advanced/memory-security.md | 2 +- src/content/docs/overview/getting-started.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/content/docs/advanced/memory-security.md b/src/content/docs/advanced/memory-security.md index c03766a..5cf0571 100644 --- a/src/content/docs/advanced/memory-security.md +++ b/src/content/docs/advanced/memory-security.md @@ -39,7 +39,7 @@ engine (GpgME) and protected by GnuPG mechanisms. Each secure buffer is fully initialized to zero upon allocation and is explicitly erased upon release, minimizing the risk of residual sensitive data in memory. -### SecureLevel 2 (Enhanced): +### SecureLevel 2 (Enhanced) At this highest security level, GpgFrontend utilizes OpenSSL’s secure memory feature, allocating sensitive data into locked regions protected from being diff --git a/src/content/docs/overview/getting-started.md b/src/content/docs/overview/getting-started.md index 1198c97..167b4d9 100644 --- a/src/content/docs/overview/getting-started.md +++ b/src/content/docs/overview/getting-started.md @@ -114,7 +114,8 @@ provides an essential overview of encryption principles, key management basics, and the main concepts used throughout GpgFrontend. Then, you can quickly get started by referring to the following topic-specific -guides: +guides. For more details about operations and the user interface, please refer to: +[Interface Understanding](/guides/understand-interface/) - [Generating a Key Pair](/guides/generate-key/) - [Importing and Exporting Key Pairs](/guides/import-export-key-pair/) @@ -124,9 +125,6 @@ guides: - [Key Server Operations](/guides/key-server-operations/) - [Smart Card Operations](/guides/smart-card/) -For more details about operations and the user interface, please refer to: -[GpgFrontend Interface Overview](/guides/understand-interface/) - :::tip You can also explore more topic-specific guides in the "Brief Guides" section. -- cgit v1.2.3