Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/frontend/default/mermaid.js')
-rw-r--r--content/frontend/default/mermaid.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/frontend/default/mermaid.js b/content/frontend/default/mermaid.js
new file mode 100644
index 00000000..21065895
--- /dev/null
+++ b/content/frontend/default/mermaid.js
@@ -0,0 +1,3 @@
+import mermaid from 'mermaid';
+
+mermaid.initialize();