diff options
| author | saturneric <[email protected]> | 2025-06-23 19:00:19 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-06-23 19:00:19 +0000 | 
| commit | 6b809c8cae37c67c3384de390e1a848225c9690c (patch) | |
| tree | ab55650688a787126c634bf271c9547dcb686fea /src/content/docs/guides/generate-use-subkey.md | |
| parent | docs(guides): add quick file operations section and images (diff) | |
| download | Manual-6b809c8cae37c67c3384de390e1a848225c9690c.tar.gz Manual-6b809c8cae37c67c3384de390e1a848225c9690c.zip | |
docs: simplify subkey generation guide steps
- removed nested bullet points for clearer step-by-step instructions
- consolidated method descriptions into single-level bullet points
- kept image references in place without changes
Diffstat (limited to '')
| -rw-r--r-- | src/content/docs/guides/generate-use-subkey.md | 22 | 
1 files changed, 10 insertions, 12 deletions
| diff --git a/src/content/docs/guides/generate-use-subkey.md b/src/content/docs/guides/generate-use-subkey.md index cb6a025..d1af9be 100644 --- a/src/content/docs/guides/generate-use-subkey.md +++ b/src/content/docs/guides/generate-use-subkey.md @@ -15,23 +15,21 @@ There are **two entry points** to generate a subkey:  ### Method 1: From Key Management -1. **Open Key Management** +1. Open Key Management +2. Navigate to the main **KeyPair Management** interface. +3. Right-click on the key pair to which you want to add a subkey. +4. Select **“New Subkey”** from the context menu. -   - Navigate to the main **KeyPair Management** interface. -   - Right-click on the key pair to which you want to add a subkey. -   - Select **“New Subkey”** from the context menu. - -    +  ### Method 2: From Key Details View -1. **Open Key Details** - -   - Double-click on the desired key pair in the **Key Management** list. -   - Switch to the **Keychain** tab. -   - Click the **“Generate A New Subkey”** button. +1. Open Key Details +2. Double-click on the desired key pair in the **Key Management** list. +3. Switch to the **Keychain** tab. +4. Click the **“Generate A New Subkey”** button. -    +  ### Configuring the Subkey | 
