You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/docs/ecosystem/integrations-community.md b/docs/ecosystem/integrations-community.md
index 6b9190a9d9..25be52fd6e 100644
--- a/docs/ecosystem/integrations-community.md
+++ b/docs/ecosystem/integrations-community.md
@@ -56,6 +56,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
Tuleap ✅
diff --git a/packages/mermaid/src/docs/ecosystem/integrations-community.md b/packages/mermaid/src/docs/ecosystem/integrations-community.md
index d77a82b448..2d5972f208 100644
--- a/packages/mermaid/src/docs/ecosystem/integrations-community.md
+++ b/packages/mermaid/src/docs/ecosystem/integrations-community.md
@@ -51,6 +51,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
From: Oliver Wolf [email protected]
Date: Sat, 17 Aug 2024 16:45:52 +0200
Subject: [PATCH 1/2] add MonsterWriter to list of community integrations
docs/ecosystem/integrations-community.md | 1 +
packages/mermaid/src/docs/ecosystem/integrations-community.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/ecosystem/integrations-community.md b/docs/ecosystem/integrations-community.md
index 6b9190a9d9..25be52fd6e 100644
--- a/docs/ecosystem/integrations-community.md
+++ b/docs/ecosystem/integrations-community.md
@@ -56,6 +56,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
+- MonsterWriter ✅
diff --git a/packages/mermaid/src/docs/ecosystem/integrations-community.md b/packages/mermaid/src/docs/ecosystem/integrations-community.md
index d77a82b448..2d5972f208 100644
--- a/packages/mermaid/src/docs/ecosystem/integrations-community.md
+++ b/packages/mermaid/src/docs/ecosystem/integrations-community.md
@@ -51,6 +51,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
+- MonsterWriter ✅
From bd02373 Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Sat, 17 Aug 2024 14:56:05 +0000
Subject: [PATCH 2/2] [autofix.ci] apply automated fixes
docs/config/setup/interfaces/mermaid.Mermaid.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config/setup/interfaces/mermaid.Mermaid.md b/docs/config/setup/interfaces/mermaid.Mermaid.md
index a340c7a970..86bdbe8fab 100644
--- a/docs/config/setup/interfaces/mermaid.Mermaid.md
+++ b/docs/config/setup/interfaces/mermaid.Mermaid.md
@@ -147,7 +147,7 @@ Internal helpers for mermaid
|
common.sanitizeTextOrArray
| (a
:string
|string
[] |string
[][],config
:MermaidConfig
) =>string
|string
[] ||
common.splitBreaks
| (text
:string
) =>string
[] ||
getConfig
| () =>MermaidConfig
|-|
insertCluster
| (elem
:any
,node
:any
) =>any
|+|
insertCluster
| (elem
:any
,node
:any
) =>Promise
<any
> ||
insertEdge
| (elem
:any
,edge
:any
,clusterDb
:any
,diagramType
:any
,startNode
:any
,endNode
:any
,id
:any
) => {originalPath
:any
;updatedPath
:any
} ||
insertEdgeLabel
| (elem
:any
,edge
:any
) =>Promise
<any
> ||
insertMarkers
| (elem
:any
,markerArray
:any
,type
:any
,id
:any
) =>void
|Originally posted by @ShineZaw123 in #5719 (comment)
The text was updated successfully, but these errors were encountered: