diff options
author | saturneric <[email protected]> | 2025-06-23 17:00:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-06-23 17:00:38 +0000 |
commit | 53a6bd8ced86b14da7f98e4e9966bedab8690485 (patch) | |
tree | 6283e53285b73fd2b8e385e9961bca4f3f730f6e | |
parent | docs(smart-card): add faq and core concepts section (diff) | |
download | Manual-53a6bd8ced86b14da7f98e4e9966bedab8690485.tar.gz Manual-53a6bd8ced86b14da7f98e4e9966bedab8690485.zip |
docs(smart-card): fix heading levels in smart card documentation
- change h3 headings to h4 for better document hierarchy
- maintain consistent heading levels for user pin and admin pin sections
-rw-r--r-- | src/content/docs/guides/smart-card.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/docs/guides/smart-card.md b/src/content/docs/guides/smart-card.md index 3337c02..38a4765 100644 --- a/src/content/docs/guides/smart-card.md +++ b/src/content/docs/guides/smart-card.md @@ -33,7 +33,7 @@ authentication, and other security-critical applications. OpenPGP smart cards support at least two types of PIN codes: -### User PIN (CHV1): +#### User PIN (CHV1) This is the regular PIN you enter to unlock the card for daily operations, such as signing or decrypting. @@ -42,7 +42,7 @@ as signing or decrypting. - Entering it incorrectly too many times will lock the card, requiring admin intervention. -### Admin PIN (CHV2): +#### Admin PIN (CHV2) This is the administrator PIN, used to perform high-privilege management operations. |