Swadeep006 commented on code in PR #437:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/437#discussion_r2606229831


##########
themes/docsy/layouts/partials/hooks/head-end.html:
##########
@@ -3,7 +3,7 @@
 {{ end }}
 
 {{ if .Site.Params.mermaid.enable }}
-<script 
src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js";></script>
+<script src="{{ "js/mermaid.min.js" | relURL }}"></script>

Review Comment:
   hi @imbajin ,
   Updated head-end.html to only handle Mermaid initialization. The library 
itself is now loaded once from scripts.html via the local js/mermaid.min.js 
file to avoid duplicate script loading.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to