From e0cde81122fcc70e59c785cc223a0cdf58d41755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 5 Aug 2023 14:33:13 +0200 Subject: [PATCH] mermaid: add docs #603 #601 --- exampleSite/content/basics/migration/_index.en.md | 2 ++ exampleSite/content/more/credits/_index.en.md | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 61f1dc158c..5e4c1e755e 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -20,6 +20,8 @@ This document shows you what's new in the latest release. For a detailed list of ## 5.19.0 (0000-00-00) {#000} +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.3.0. This adds support for the [sankey diagram type]({{% relref "shortcodes/mermaid#sankey" %}}) and now comes with full support for YAML inside Mermaid graphs (previously, the theme ignored explicit Mermaid theme settings in YAML). + - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Hungarian. --- diff --git a/exampleSite/content/more/credits/_index.en.md b/exampleSite/content/more/credits/_index.en.md index 53651f6d77..d592f2f7d2 100644 --- a/exampleSite/content/more/credits/_index.en.md +++ b/exampleSite/content/more/credits/_index.en.md @@ -10,7 +10,7 @@ Many thanks to [Mathieu Cornic](https://github.com/matcornic) for his work on po Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating the [Learn theme](https://github.com/getgrav/grav-theme-learn2) for Grav. -## Packages and Libraries +## Theme Dependencies - [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - A lightweight and powerful vanilla JavaScript completion suggester - [clipboard.js](https://clipboardjs.com) - A modern approach to copy text to clipboard @@ -24,7 +24,7 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating - [d3-transition](https://github.com/d3/d3-transition) - Animated transitions for D3 selections - [d3-drag](https://github.com/d3/d3-drag) - Drag and drop SVG, HTML or Canvas using mouse or touch input - [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit -- [github-buttons](https://github.com/buttons/github-buttons) - Unofficial github:buttons +- [js-yaml](https://github.com/nodeca/js-yaml) - JavaScript YAML parser and dumper - [Lunr](https://lunrjs.com) - Enables a great search experience without the need for external, server-side, search services - [Lunr Languages](https://github.com/MihaiValentin/lunr-languages) - A collection of languages stemmers and stopwords for Lunr Javascript library - [MathJax](https://mathjax.org/) - Beautiful math and chemical formulae in all browsers @@ -33,7 +33,11 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating - [SwaggerUI](https://github.com/swagger-api/swagger-ui) - Generate beautiful documentation from a Swagger-compliant API - [WorkSans](https://weiweihuanghuang.github.io/Work-Sans/) - Work Sans is a 9 weight typeface family based loosely on early Grotesques -## Tooling +## Docs Dependencies + +- [github-buttons](https://github.com/buttons/github-buttons) - Unofficial github:buttons + +## Tooling Dependencies - [GitHub](https://github.com) - Continuous deployment, testing and hosting of this project's sources and its documentation - Various GitHub Actions