From c64e2106cf4e79e86b53370544614d28621ab03d Mon Sep 17 00:00:00 2001
From: Sidharth Vinod
Date: Fri, 15 Sep 2023 13:53:07 +0530
Subject: [PATCH] docs: Add LiveEditor Beta
---
.github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++-
.github/ISSUE_TEMPLATE/config.yml | 5 ++++-
README.md | 3 +++
README.zh-CN.md | 4 ++++
4 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 2f87cd60c..3ae9a4724 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -17,6 +17,9 @@ body:
- Use a clear and concise title
- Fill out the text fields with as much detail as possible.
- Never be shy to give us screenshots and/or code samples. It will help!
+
+ There is a chance that the bug is already fixed in the latest version, but not released yet.
+ So please check in [Live Editor - Beta](https://beta.mermaid.live) before raising an issue.
- type: textarea
attributes:
label: Description
@@ -43,7 +46,7 @@ body:
attributes:
label: Code Sample
description: |-
- If applicable, add the code sample or a link to the [Live Editor](https://mermaid.live).
+ If applicable, add the code sample or a link to the [Live Editor - Beta](https://beta.mermaid.live).
Any text pasted here will be rendered as a Code block.
render: text
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 44b16532c..bea20c828 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -7,8 +7,11 @@ contact_links:
url: https://join.slack.com/t/mermaid-talk/shared_invite/enQtNzc4NDIyNzk4OTAyLWVhYjQxOTI2OTg4YmE1ZmJkY2Y4MTU3ODliYmIwOTY3NDJlYjA0YjIyZTdkMDMyZTUwOGI0NjEzYmEwODcwOTE
about: Join our Community on Slack for Help and a casual chat.
- name: Documentation
- url: https://mermaid-js.github.io
+ url: https://mermaid.js.org
about: Read our documentation for all that Mermaid.js can offer.
- name: Live Editor
url: https://mermaid.live
about: Try the live editor to preview graphs in no time.
+ - name: Live Editor - Beta
+ url: https://beta.mermaid.live
+ about: Try unreleased changes in the develop branch.
diff --git a/README.md b/README.md
index f844e2cb9..bbae0b8e4 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@ Generate diagrams from markdown-like text.
简体中文
+
+Live Editor Beta
+
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 80e715509..b6f24cee8 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -21,6 +21,10 @@ Mermaid
English
+
+Live Editor Beta
+
+