From fd6ce89933429ff26d0190dd868f9bc2db0621f6 Mon Sep 17 00:00:00 2001 From: Billiam Date: Tue, 21 Feb 2023 20:56:26 -0600 Subject: [PATCH 1/3] Add Deepdwn to native integrations list --- packages/mermaid/src/docs/ecosystem/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mermaid/src/docs/ecosystem/integrations.md b/packages/mermaid/src/docs/ecosystem/integrations.md index 87593d649..727580664 100644 --- a/packages/mermaid/src/docs/ecosystem/integrations.md +++ b/packages/mermaid/src/docs/ecosystem/integrations.md @@ -14,6 +14,7 @@ They also serve as proof of concept, for the variety of things that can be built - [Gitea](https://gitea.io) (**Native support**) - [Azure Devops](https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops#add-mermaid-diagrams-to-a-wiki-page) (**Native support**) - [Tuleap](https://docs.tuleap.org/user-guide/writing-in-tuleap.html#graphs) (**Native support**) +- [Deepdwn](https://billiam.itch.io/deepdwn) (**Native support**) - [Joplin](https://joplinapp.org) (**Native support**) - [Swimm](https://swimm.io) (**Native support**) - [Notion](https://notion.so) (**Native support**) From 7d4692f7b2b160f3bf64749e918f21bcf9414411 Mon Sep 17 00:00:00 2001 From: Billiam Date: Tue, 21 Feb 2023 21:24:39 -0600 Subject: [PATCH 2/3] Add deepdwn to cspell --- cSpell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cSpell.json b/cSpell.json index 6f93af103..1d3eec1b2 100644 --- a/cSpell.json +++ b/cSpell.json @@ -27,6 +27,7 @@ "cuzon", "cytoscape", "dagre", + "deepdwn", "descr", "docsify", "docsy", From 15231924cd6da1d2210dbff51df8e37fb069becb Mon Sep 17 00:00:00 2001 From: Billiam Date: Tue, 21 Feb 2023 21:50:02 -0600 Subject: [PATCH 3/3] Regenerate mermaid docs --- docs/ecosystem/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem/integrations.md b/docs/ecosystem/integrations.md index 7ed989f7a..3db4a17bc 100644 --- a/docs/ecosystem/integrations.md +++ b/docs/ecosystem/integrations.md @@ -20,6 +20,7 @@ They also serve as proof of concept, for the variety of things that can be built - [Gitea](https://gitea.io) (**Native support**) - [Azure Devops](https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops#add-mermaid-diagrams-to-a-wiki-page) (**Native support**) - [Tuleap](https://docs.tuleap.org/user-guide/writing-in-tuleap.html#graphs) (**Native support**) +- [Deepdwn](https://billiam.itch.io/deepdwn) (**Native support**) - [Joplin](https://joplinapp.org) (**Native support**) - [Swimm](https://swimm.io) (**Native support**) - [Notion](https://notion.so) (**Native support**)