From f512fae924d63c7d9778649d103ce6bc88d43a81 Mon Sep 17 00:00:00 2001 From: Danilo Date: Thu, 29 Feb 2024 12:06:49 +0100 Subject: [PATCH 1/2] Update index.md Link https://mermaid.js.org/community/n00b-overview.html is no more available; changed with official Getting Started https://mermaid.js.org/intro/getting-started.html --- webdoc/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webdoc/docs/index.md b/webdoc/docs/index.md index 26b928a..742cddd 100644 --- a/webdoc/docs/index.md +++ b/webdoc/docs/index.md @@ -91,7 +91,7 @@ pie title Which animals do you prefer as pets? ### How to write Mermaid diagrams * For instructions on how to make a diagram, see [the official website](https://mermaid.js.org). -* If you are not familiar, see the [Mermaid Overview for Beginners](https://mermaid.js.org/community/n00b-overview.html). +* If you are not familiar, see the [Mermaid Overview for Beginners](https://mermaid.js.org/intro/getting-started.html). * In case of doubt, you will want to test your diagrams in the [Mermaid Live Editor](https://mermaid.live). From a4a3a316639a3fceb3a8a55f3cd4258f87af2913 Mon Sep 17 00:00:00 2001 From: Pigeon <68453978+thatgaypigeon@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:01:54 +0000 Subject: [PATCH 2/2] Fix typo :: troubleshooting.md --- webdoc/docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webdoc/docs/troubleshooting.md b/webdoc/docs/troubleshooting.md index e17712e..c4f2f76 100644 --- a/webdoc/docs/troubleshooting.md +++ b/webdoc/docs/troubleshooting.md @@ -59,7 +59,7 @@ In that case, the javascript library was probably not called. If you are using the superfences extension, but you see the source code, you probably forgot to declare the custom_fences, or declared the wrong one. -Se more explanations under [Declaring the superfences extension](superfences.md#specifying-the-mermaid-custom-fence) +See more explanations under [Declaring the superfences extension](superfences.md#specifying-the-mermaid-custom-fence) !!! Tip **Examine the HTML code produced in the page and see the next questions.** @@ -377,4 +377,4 @@ an identifier and not a string. The result will be: }, bar: true } -``` \ No newline at end of file +```