Skip to content

docs: fix Mermaid rendering in Two-Key Refresh diagram#23

Merged
dasiths merged 1 commit into
mainfrom
fix/mermaid-semicolon-rendering
May 27, 2026
Merged

docs: fix Mermaid rendering in Two-Key Refresh diagram#23
dasiths merged 1 commit into
mainfrom
fix/mermaid-semicolon-rendering

Conversation

@dasiths
Copy link
Copy Markdown
Collaborator

@dasiths dasiths commented May 27, 2026

Summary

Fixes broken Mermaid diagram rendering in the Two-Key Refresh (jkt-jwt) section of the bootstrap enrollment docs.

Problem

The semicolon in sig=jkt-jwt;jwt="naming-jwt" was interpreted by Mermaid as a statement separator, and the double quotes conflicted with Mermaid's string delimiters, causing the sequence diagram to fail to render.

Fix

Removed the semicolon and quotes from the message text so Mermaid parses the diagram correctly while preserving the meaning of the Signature-Key header description.

Remove semicolon and quotes from Signature-Key message text in the
jkt-jwt sequence diagram. Mermaid interprets ';' as a statement
separator and '"' conflicts with its string delimiters, breaking
the diagram render.
@dasiths dasiths merged commit c9e4f99 into main May 27, 2026
1 check passed
@dasiths dasiths deleted the fix/mermaid-semicolon-rendering branch May 27, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant