From 4a64529cb4d061ef8e7ae3e62645375375bc4389 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Thu, 4 Jun 2026 15:05:48 +0300 Subject: [PATCH] Converted bare URLs into clickable links Ticket: ENT-14112 Signed-off-by: Ihor Aleksandrychiev --- hugo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo/config.toml b/hugo/config.toml index aa18a86e8..5db20a915 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -42,6 +42,11 @@ wrapperClass = 'hlc' [markup.goldmark.renderer] unsafe = true # Allow HTML in md files +# Automatically convert bare URLs into clickable links +[markup.goldmark.extensions] + linkify = true + linkifyProtocol = 'https' + [params.sitemap] baseUrl = "https://docs.cfengine.com/docs/%branch%"