From f1b54fb141a6e9b7a6ddf8a25f8db1124bda4959 Mon Sep 17 00:00:00 2001 From: adilei Date: Fri, 27 Mar 2026 16:24:03 +0300 Subject: [PATCH] Enable Mermaid diagram rendering in Jekyll site Just the Docs theme supports Mermaid natively via config. This enables ```mermaid code blocks to render as diagrams. Co-Authored-By: Claude Opus 4.6 (1M context) --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 33613916..c1721dcb 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,10 @@ baseurl: "/CopilotStudioSamples" theme: just-the-docs logo: "/assets/images/logo.png" + +# Mermaid diagram support +mermaid: + version: "11" favicon_ico: "/favicon.ico" # Default layout for all pages