You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/10 05:03:25 UTC

[GitHub] [skywalking-website] kezhenxu94 commented on a change in pull request #354: Add showcase repo and doc

kezhenxu94 commented on a change in pull request #354:
URL: https://github.com/apache/skywalking-website/pull/354#discussion_r746250807



##########
File path: themes/docsy/layouts/partials/scripts.html
##########
@@ -18,4 +18,10 @@
 {{ $js := $js | minify | fingerprint }}
 <script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}" crossorigin="anonymous"></script>
 {{ end }}
+
+<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
+<script>
+    window.onload = () => mermaid.init(undefined, ".language-mermaid");
+</script>

Review comment:
       @Jtrust I added this to render [mermaid](https://mermaid-js.github.io/mermaid/#/) graphs.




-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org