SovereignCloudStack / website

Base content for scs.community
https://scs.community/
MIT License
5 stars 18 forks source link

Enable charts with mermaid #1001

Open bitkeks opened 1 month ago

bitkeks commented 1 month ago

There's a jekyll plugin for mermaid, https://github.com/jasonbellamy/jekyll-mermaid.

But it requires mermaid.js to be present in the installation directory. As this file is around 2.33 MB of minimized size as of version 11.0.2, source https://cdn.jsdelivr.net/npm/mermaid@11.0.2/dist/mermaid.min.js, we'll skip this and work with screenshots.

Issue opened for reference later