From 167fa5fd9e174c46e9ea4c5c6ebaa0aa4e50fac6 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 23 Sep 2026 13:04:38 +0100 Subject: [PATCH] DOC-7104: Migrate content/operate/rs/security/ to render hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Converts every file under content/operate/rs/security/ (39 files) from the relref link shortcode and note/tip/warning/alert callout shortcodes to their render-hook equivalents: plain Markdown links resolved by layouts/_default/_markup/render-link.html, and `> [!NOTE]` etc. blockquotes resolved by layouts/_default/_markup/render-blockquote.html. Purely mechanical syntax migration, no prose/terminology/fact changes. 294 relref shortcodes and 45 callout shortcodes converted across 38 of the 39 files (access-control/manage-users/_index.md had none to convert). Hand-fix: 13 callout instances across 7 files (recommended-security-practices, certificates/certificate-based-authentication, certificates/create-certificates, certificates/updating-certificates, access-control/create-users, access-control/saml-sso, access-control/ldap/map-ldap-groups-to-roles) were indented inside a list item. The mechanical converter reindented the blockquote's header line but not its continuation/closing lines, which would have detached the callout from its
  • nesting. Reindented every continuation line to match the header's indentation and confirmed via rendered-HTML diff that the surrounding
  • /