From 579302b2e3f9500ecdc7ffc809128c94fe7042eb Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:29:05 +0800 Subject: [PATCH] Disable mermaid diagram so build can go --- src/content/docs/components/mermaidwrapper.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/content/docs/components/mermaidwrapper.mdx b/src/content/docs/components/mermaidwrapper.mdx index 1c27c3a..d2507e8 100644 --- a/src/content/docs/components/mermaidwrapper.mdx +++ b/src/content/docs/components/mermaidwrapper.mdx @@ -57,8 +57,13 @@ If you happen to be using some sort of format on save functionality in your code ## Working example +:::caution +Live example is temporarily disabled because of a known yet unresolvable issue with the [remark-mermaidjs]() plugin's Playwright dependency causing a build failure in with our deployment pipeline. This issue always occurs when Playwright releases a new version, but our build runners keep looking for browser executables installed in an older folder version. Possibly because of caching? We have yet to find a way to manually clear the Github Actions cache, nor the Netlify cache. +::: + {/* prettier-ignore */} - +{/* + ```mermaid sequenceDiagram Alice->>John: Hello John, how are you? @@ -70,4 +75,5 @@ sequenceDiagram John->>Bob: How about you? Bob-->>John: Jolly good! ``` - + + */}