Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From 79d50ebc760e05c6c54b9196d65f9ea8ca53db64 Mon Sep 17 00:00:00 2001 #5757

Closed
ShineZaw123 opened this issue Aug 24, 2024 · 0 comments
Closed
Labels
Status: Triage Needs to be verified, categorized, etc

Comments

@ShineZaw123
Copy link

          From 79d50ebc760e05c6c54b9196d65f9ea8ca53db64 Mon Sep 17 00:00:00 2001

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

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)

@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

No branches or pull requests

2 participants