From d1aea9fdd866599a7420dfe5be7d334c7b186c12 Mon Sep 17 00:00:00 2001
From: Jonathan Martens <jonathan.martens@maastro.nl>
Date: Thu, 13 Jun 2024 11:22:31 +0200
Subject: [PATCH] docs: fix note visibility on gpg 2.4+ usage (#29647)

---
 docs/usage/self-hosted-configuration.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index 66f2f3fc93..999d3563b9 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -968,10 +968,14 @@ uid                      Renovate Bot <renovate@whitesourcesoftware.com>
 sub   rsa4096 2021-09-10 [E]
 ```
 
+</details>
 <!-- prettier-ignore -->
+
 !!! note
-    If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
-    This is needed to allow  Renovate to decrypt the encrypted values.
+If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
+This is needed to allow Renovate to decrypt the encrypted values.
+
+<details><summary>key edit log</summary>
 
 ```bash
 ❯ gpg --edit-key renovate@whitesourcesoftware.com
-- 
GitLab