- Fix mermaid graph syntax errors (escape parentheses in node labels) - Move mermaid-init.js to Hugo static directory for correct MIME type - Update Future Extensions section in cli-tui-ux-contract-v1.md to match current roadmap - Add ADR-004 through ADR-007 documenting C++ native optimization strategy
2 lines
141 B
HTML
2 lines
141 B
HTML
{{/* Custom head partial for Hugo Book theme - loads Mermaid initialization */}}
|
|
<script src="{{ "js/mermaid-init.js" | relURL }}"></script>
|