Skip to content

Commit 57f7b6a

Browse files
adileiadileiclaude
authored
Enable Mermaid diagram rendering in Jekyll site (#483)
Just the Docs theme supports Mermaid natively via config. This enables ```mermaid code blocks to render as diagrams. Co-authored-by: adilei <adileibowiz@microsoft.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ff303a commit 57f7b6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ baseurl: "/CopilotStudioSamples"
55

66
theme: just-the-docs
77
logo: "/assets/images/logo.png"
8+
9+
# Mermaid diagram support
10+
mermaid:
11+
version: "11"
812
favicon_ico: "/favicon.ico"
913

1014
# Default layout for all pages

0 commit comments

Comments
 (0)