From 53a6bd8ced86b14da7f98e4e9966bedab8690485 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 23 Jun 2025 19:00:38 +0200 Subject: 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 --- src/content/docs/guides/smart-card.md | 4 ++-- 1 file 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. -- cgit v1.2.3