Hacker News new | ask | show | jobs
by datasert 2333 days ago
Side topic: Any idea how sequence diagram in page [0] is created? It is not an image but text over-layed with some background images and I think it looks and feels awesome.

[0] https://paul.copplest.one/gists/secrets-management-sops.html...

2 comments

Might be a mermaid graph, I think.

https://mermaid-js.github.io/mermaid/#/

This is correct - I use mermaid js (the site is made with VuePress)
If you look at the source you'll find out that it is actually a SVG. https://developer.mozilla.org/en-US/docs/Web/SVG