diff options
author | saturneric <[email protected]> | 2024-08-17 15:00:39 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-17 15:00:39 +0000 |
commit | e387f93d75629d1b85c8c694832de0eb7c18974c (patch) | |
tree | 33a3d9c06b2537acbdcc90cf5b4717ba79d70fd1 /src/content/docs/guides | |
parent | fix: update docs for v2.1.4 (diff) | |
download | Manual-e387f93d75629d1b85c8c694832de0eb7c18974c.tar.gz Manual-e387f93d75629d1b85c8c694832de0eb7c18974c.zip |
fix: add contents and fix broken links
Diffstat (limited to 'src/content/docs/guides')
-rw-r--r-- | src/content/docs/guides/generate-key.md | 2 | ||||
-rw-r--r-- | src/content/docs/guides/key-server-operations.md | 2 | ||||
-rw-r--r-- | src/content/docs/guides/view-keypair-info.md | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/src/content/docs/guides/generate-key.md b/src/content/docs/guides/generate-key.md index 7d2c25d..9202d80 100644 --- a/src/content/docs/guides/generate-key.md +++ b/src/content/docs/guides/generate-key.md @@ -202,6 +202,8 @@ primary keys may be restricted to certain secure algorithms for signing, subkeys can employ diverse algorithms optimized for encryption, like ECDH, ensuring efficient and secure operations tailored to the user's needs. +For more Details: [Comparison of Cryptographic Algorithms](/extra/algorithms-comparison) + **Primary Key Supported Algorithms:** - RSA diff --git a/src/content/docs/guides/key-server-operations.md b/src/content/docs/guides/key-server-operations.md index 6c01b66..6c3a186 100644 --- a/src/content/docs/guides/key-server-operations.md +++ b/src/content/docs/guides/key-server-operations.md @@ -132,7 +132,7 @@ this document to learn how to set the default key server. This is an advanced function provided by GpgFrontend, it can synchronize all your local public key information at one time, if you want to know, please read -[this document](../features/sync-all-public-keys.md). +[this document](/advanced/sync-all-public-keys). ## Key Server Related Settings diff --git a/src/content/docs/guides/view-keypair-info.md b/src/content/docs/guides/view-keypair-info.md index 875a0f4..85bf534 100644 --- a/src/content/docs/guides/view-keypair-info.md +++ b/src/content/docs/guides/view-keypair-info.md @@ -40,8 +40,8 @@ This part is the information of the primary key of the key pair. The primary key is very crucial because without it, you cannot perform related management operations like adding and revoking sub-keys (similar to not being able to open the key ring). Let's introduce the information of the primary key separately -below. If you want to learn more, see the [Basic Concepts](../basic-concepts.md) -section. +below. If you want to learn more, see the [Fundamental +Concepts](/guides/fundamental-concepts) section. The absence of the master key means that the private key of the master key does not exist, but this doesn't mean that neither the public key nor the private key |