From b5dae9125768d6baba8854db79ad67f172098ae4 Mon Sep 17 00:00:00 2001 From: Greg Mondello Date: Wed, 20 May 2026 09:15:50 -0500 Subject: [PATCH] Fix restricted shortcode rendering on unassociated machines page Switch from {{% %}} (markdown) to {{< >}} (HTML) delimiters for the restricted shortcode. The markdown delimiter causes Hugo to process the shortcode output through the markdown renderer, which escapes the HTML tags and results in a visible in the rendered page. Co-Authored-By: Claude Opus 4.6 (1M context) --- content/manuals/unassociated-machines/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/unassociated-machines/_index.md b/content/manuals/unassociated-machines/_index.md index c359c6f10fe7..c7b5e8b705e0 100644 --- a/content/manuals/unassociated-machines/_index.md +++ b/content/manuals/unassociated-machines/_index.md @@ -10,10 +10,10 @@ params: group: Enterprise --- -{{% restricted title="About unassociated machines" %}} +{{< restricted title="About unassociated machines" >}} Unassociated machines is a private feature that may not be available to all accounts. -{{% /restricted %}} +{{< /restricted >}} Docker administrators can identify, view, and manage Docker Desktop machines that are likely associated with their organization but aren't currently linked