You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/10/17 13:38:11 UTC

[incubator-devlake-website] branch main updated: added live demo page in nav bar

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 06c1d9a9a added live demo page in nav bar
06c1d9a9a is described below

commit 06c1d9a9a17763ff5aa669649f563809cd0102af
Author: bivas-biswas <bi...@gmail.com>
AuthorDate: Sat Oct 15 04:52:52 2022 +0530

    added live demo page in nav bar
---
 docs/LiveDemo/_category_.json                      |  8 ------
 docs/UserManuals/ConfigUI/GitHub.md                |  2 +-
 docusaurus.config.js                               | 23 +++++++++++++----
 .../2022-05-18-apache-welcomes-devLake/index.md    |  2 +-
 .../AverageRequirementLeadTime.md                  |  0
 {docs/LiveDemo => livedemo}/CommitCountByAuthor.md |  0
 {docs/LiveDemo => livedemo}/CommunityExperience.md |  0
 {docs/LiveDemo => livedemo}/DORA.md                |  0
 {docs/LiveDemo => livedemo}/DetailedBugInfo.md     |  0
 {docs/LiveDemo => livedemo}/GitHubBasic.md         |  0
 .../GitHubReleaseQualityAndContributionAnalysis.md |  0
 {docs/LiveDemo => livedemo}/Jenkins.md             |  0
 {docs/LiveDemo => livedemo}/WeeklyBugRetro.md      |  0
 .../LiveDemo => livedemo}/WeeklyCommunityRetro.md  |  0
 sidebarsLivedemo.js                                | 29 ++++++++++++++++++++++
 src/components/Sections/UserFlow.tsx               |  2 +-
 src/components/Sections/WhyDevlake.tsx             |  2 +-
 .../Dashboards/AverageRequirementLeadTime.md       |  9 -------
 .../Dashboards/CommitCountByAuthor.md              |  9 -------
 .../version-v0.11/Dashboards/DetailedBugInfo.md    |  9 -------
 .../version-v0.11/Dashboards/GitHubBasic.md        |  9 -------
 .../GitHubReleaseQualityAndContributionAnalysis.md |  9 -------
 versioned_docs/version-v0.11/Dashboards/Jenkins.md |  9 -------
 .../version-v0.11/Dashboards/WeeklyBugRetro.md     |  9 -------
 .../version-v0.11/Dashboards/_category_.json       |  4 ---
 .../LiveDemo/AverageRequirementLeadTime.md         |  9 -------
 .../version-v0.12/LiveDemo/CommitCountByAuthor.md  |  9 -------
 .../version-v0.12/LiveDemo/DetailedBugInfo.md      |  9 -------
 .../version-v0.12/LiveDemo/GitHubBasic.md          |  9 -------
 .../GitHubReleaseQualityAndContributionAnalysis.md |  9 -------
 versioned_docs/version-v0.12/LiveDemo/Jenkins.md   |  9 -------
 .../version-v0.12/LiveDemo/WeeklyBugRetro.md       |  9 -------
 .../version-v0.12/LiveDemo/_category_.json         |  4 ---
 .../version-v0.12/UserManuals/ConfigUI/GitHub.md   |  2 +-
 .../LiveDemo/AverageRequirementLeadTime.md         |  9 -------
 .../version-v0.13/LiveDemo/CommitCountByAuthor.md  |  9 -------
 .../version-v0.13/LiveDemo/DetailedBugInfo.md      |  9 -------
 .../version-v0.13/LiveDemo/GitHubBasic.md          |  9 -------
 .../GitHubReleaseQualityAndContributionAnalysis.md |  9 -------
 versioned_docs/version-v0.13/LiveDemo/Jenkins.md   |  9 -------
 .../version-v0.13/LiveDemo/WeeklyBugRetro.md       |  9 -------
 .../version-v0.13/LiveDemo/_category_.json         |  8 ------
 .../version-v0.13/UserManuals/ConfigUI/GitHub.md   |  2 +-
 43 files changed, 53 insertions(+), 224 deletions(-)

diff --git a/docs/LiveDemo/_category_.json b/docs/LiveDemo/_category_.json
deleted file mode 100644
index b6dd7fd62..000000000
--- a/docs/LiveDemo/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "label": "Live Demo",
-  "position": 11,
-  "link":{
-    "type": "generated-index",
-    "slug": "LiveDemo"
-  }
-}
diff --git a/docs/UserManuals/ConfigUI/GitHub.md b/docs/UserManuals/ConfigUI/GitHub.md
index cfa302204..fa7d47b90 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -49,7 +49,7 @@ Usually, you don't have to modify this part. However, if you don't want to colle
 ![github-add-transformation-rules-list](/img/ConfigUI/github-add-transformation-rules-list.png)
 ![github-add-transformation-rules](/img/ConfigUI/github-add-transformation-rules.png)
  
-Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/LiveDemo/GitHubBasic.md)" dashboard. However, if you want to view "[Weekly Bug Retro](/LiveDemo/WeeklyBugRetro.md)", "Weekly Community Retro" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
+Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/livedemo/GitHubBasic)" dashboard. However, if you want to view "[Weekly Bug Retro](/livedemo/WeeklyBugRetro)", "[Weekly Community Retro](/livedemo/WeeklyCommunityRetro)" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
 
 Each GitHub repo has at most ONE set of transformation rules.
 
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 247aebfec..3f912d94f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -79,6 +79,15 @@ const versions = require('./versions.json');
         sidebarPath: require.resolve('./sidebarsCommunity.js'),
       },
     ],
+    [
+      '@docusaurus/plugin-content-docs',
+      {
+        id: 'livedemo',
+        path: 'livedemo',
+        routeBasePath: 'livedemo',
+        sidebarPath: require.resolve('./sidebarsLivedemo.js'),
+      },
+    ],
     function tailwindcss() {
       return {
         name: 'docusaurus-tailwindcss',
@@ -135,6 +144,14 @@ const versions = require('./versions.json');
               }))
             ]
           },
+          {
+            type: 'doc',
+            position: 'right',
+            label: 'Live Demo',
+            to: 'livedemo',
+            docsPluginId: 'livedemo',
+            docId: 'WeeklyBugRetro',
+          },
           {
             type: 'doc',
             docId: 'index',
@@ -210,11 +227,7 @@ const versions = require('./versions.json');
               {
                 label: 'Engineering Metrics',
                 to: 'docs/Metrics',
-              },
-              {
-                label: 'Dashboards (Live Demo)',
-                to: 'docs/LiveDemo',
-              },
+              }
             ],
           },
           {
diff --git a/i18n/zh/docusaurus-plugin-content-blog/2022-05-18-apache-welcomes-devLake/index.md b/i18n/zh/docusaurus-plugin-content-blog/2022-05-18-apache-welcomes-devLake/index.md
index 872cd44e4..f5c72c709 100644
--- a/i18n/zh/docusaurus-plugin-content-blog/2022-05-18-apache-welcomes-devLake/index.md
+++ b/i18n/zh/docusaurus-plugin-content-blog/2022-05-18-apache-welcomes-devLake/index.md
@@ -39,7 +39,7 @@ Apache DevLake 提供了便捷的数据转化能力,将收集来的数据清
 
 目前 Apache DevLake 已支持 20+常见研发效能指标,可应用于交付效率、质量、成本、能力等不同认知域。
 
-结合用户使用研发数据的具体场景,Apache DevLake 基于 Grafana 搭建数据看板,支持趋势分析、按照成员/阶段下钻等分析能力,帮助用户快速定位研发效能提升的关键环节。您可以查看[预设数据看板](https://devlake.apache.org/docs/LiveDemo),后续我们将在 blog 中介绍每一个数据看板及其背后的真实用户场景。
+结合用户使用研发数据的具体场景,Apache DevLake 基于 Grafana 搭建数据看板,支持趋势分析、按照成员/阶段下钻等分析能力,帮助用户快速定位研发效能提升的关键环节。您可以查看[预设数据看板](https://devlake.apache.org/livedemo),后续我们将在 blog 中介绍每一个数据看板及其背后的真实用户场景。
 
 ![面向开源产品的版本/模块质量分析](Dashboard-1.jpg)
 
diff --git a/docs/LiveDemo/AverageRequirementLeadTime.md b/livedemo/AverageRequirementLeadTime.md
similarity index 100%
rename from docs/LiveDemo/AverageRequirementLeadTime.md
rename to livedemo/AverageRequirementLeadTime.md
diff --git a/docs/LiveDemo/CommitCountByAuthor.md b/livedemo/CommitCountByAuthor.md
similarity index 100%
rename from docs/LiveDemo/CommitCountByAuthor.md
rename to livedemo/CommitCountByAuthor.md
diff --git a/docs/LiveDemo/CommunityExperience.md b/livedemo/CommunityExperience.md
similarity index 100%
rename from docs/LiveDemo/CommunityExperience.md
rename to livedemo/CommunityExperience.md
diff --git a/docs/LiveDemo/DORA.md b/livedemo/DORA.md
similarity index 100%
rename from docs/LiveDemo/DORA.md
rename to livedemo/DORA.md
diff --git a/docs/LiveDemo/DetailedBugInfo.md b/livedemo/DetailedBugInfo.md
similarity index 100%
rename from docs/LiveDemo/DetailedBugInfo.md
rename to livedemo/DetailedBugInfo.md
diff --git a/docs/LiveDemo/GitHubBasic.md b/livedemo/GitHubBasic.md
similarity index 100%
rename from docs/LiveDemo/GitHubBasic.md
rename to livedemo/GitHubBasic.md
diff --git a/docs/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md b/livedemo/GitHubReleaseQualityAndContributionAnalysis.md
similarity index 100%
rename from docs/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md
rename to livedemo/GitHubReleaseQualityAndContributionAnalysis.md
diff --git a/docs/LiveDemo/Jenkins.md b/livedemo/Jenkins.md
similarity index 100%
rename from docs/LiveDemo/Jenkins.md
rename to livedemo/Jenkins.md
diff --git a/docs/LiveDemo/WeeklyBugRetro.md b/livedemo/WeeklyBugRetro.md
similarity index 100%
rename from docs/LiveDemo/WeeklyBugRetro.md
rename to livedemo/WeeklyBugRetro.md
diff --git a/docs/LiveDemo/WeeklyCommunityRetro.md b/livedemo/WeeklyCommunityRetro.md
similarity index 100%
rename from docs/LiveDemo/WeeklyCommunityRetro.md
rename to livedemo/WeeklyCommunityRetro.md
diff --git a/sidebarsLivedemo.js b/sidebarsLivedemo.js
new file mode 100644
index 000000000..e33a4f4af
--- /dev/null
+++ b/sidebarsLivedemo.js
@@ -0,0 +1,29 @@
+/**
+ * Creating a sidebar enables you to:
+ - create an ordered group of docs
+ - render a sidebar for each doc of that group
+ - provide next/previous navigation
+ The sidebars can be generated from the filesystem, or explicitly defined here.
+ Create as many sidebars as you want.
+ */
+
+// @ts-check
+
+/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
+const sidebars = {
+  // By default, Docusaurus generates a sidebar from the docs folder structure
+  livedemoSidebar: [{type: 'autogenerated', dirName: '.'}],
+
+  // But you can create a sidebar manually
+  /*
+  tutorialSidebar: [
+    {
+      type: 'category',
+      label: 'Tutorial',
+      items: ['hello'],
+    },
+  ],
+   */
+};
+
+module.exports = sidebars;
diff --git a/src/components/Sections/UserFlow.tsx b/src/components/Sections/UserFlow.tsx
index a4d4c67ed..681709d6f 100644
--- a/src/components/Sections/UserFlow.tsx
+++ b/src/components/Sections/UserFlow.tsx
@@ -50,7 +50,7 @@ export function UserFlow() {
           icon={<UF3 width={40} height={40} />}
           text="View Dashboards"
         >
-          <InlineLink link="https://devlake.apache.org/docs/LiveDemo">View pre-built dashboards</InlineLink> of a variety of use cases and learn engineering insights from the <InlineLink link="https://devlake.apache.org/docs/Metrics">metrics</InlineLink>.
+          <InlineLink link="https://devlake.apache.org/livedemo">View pre-built dashboards</InlineLink> of a variety of use cases and learn engineering insights from the <InlineLink link="https://devlake.apache.org/docs/Metrics">metrics</InlineLink>.
         </Card>
         <Arrow />
         <Card
diff --git a/src/components/Sections/WhyDevlake.tsx b/src/components/Sections/WhyDevlake.tsx
index 8af47e53b..cca879cc5 100644
--- a/src/components/Sections/WhyDevlake.tsx
+++ b/src/components/Sections/WhyDevlake.tsx
@@ -83,7 +83,7 @@ export function WhyDevlake() {
           <C.TextDescription>
           From DORA to scrum retros, DevLake implements metrics effortlessly with prebuilt dashboards supporting common frameworks and goals.
             <br />
-            <C.TextLink link="https://devlake.apache.org/docs/LiveDemo">See Live Demo</C.TextLink>
+            <C.TextLink link="https://devlake.apache.org/livedemo">See Live Demo</C.TextLink>
           </C.TextDescription>
         </C.TextSection>
         <C.SectionImg src={WAD2} />
diff --git a/versioned_docs/version-v0.11/Dashboards/AverageRequirementLeadTime.md b/versioned_docs/version-v0.11/Dashboards/AverageRequirementLeadTime.md
deleted file mode 100644
index 0710335c6..000000000
--- a/versioned_docs/version-v0.11/Dashboards/AverageRequirementLeadTime.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 6
-title: "Average Requirement Lead Time by Assignee"
-description: >
-  DevLake Live Demo
----
-
-# Average Requirement Lead Time by Assignee
-<iframe src="https://grafana-lake.demo.devlake.io/d/q27fk7cnk/demo-average-requirement-lead-time-by-assignee?orgId=1&from=1635945684845&to=1651584084846" width="100%" height="940px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.11/Dashboards/CommitCountByAuthor.md b/versioned_docs/version-v0.11/Dashboards/CommitCountByAuthor.md
deleted file mode 100644
index 04e029cf7..000000000
--- a/versioned_docs/version-v0.11/Dashboards/CommitCountByAuthor.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 2
-title: "Commit Count by Author"
-description: >
-  DevLake Live Demo
----
-
-# Commit Count by Author
-<iframe src="https://grafana-lake.demo.devlake.io/d/F0iYknc7z/demo-commit-count-by-author?orgId=1&from=1634911190615&to=1650635990615" width="100%" height="820px"></iframe>
diff --git a/versioned_docs/version-v0.11/Dashboards/DetailedBugInfo.md b/versioned_docs/version-v0.11/Dashboards/DetailedBugInfo.md
deleted file mode 100644
index b77761702..000000000
--- a/versioned_docs/version-v0.11/Dashboards/DetailedBugInfo.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 4
-title: "Detailed Bug Info"
-description: >
-  DevLake Live Demo
----
-
-# Detailed Bug Info
-<iframe src="https://grafana-lake.demo.devlake.io/d/s48Lzn5nz/demo-detailed-bug-info?orgId=1&from=1635945709579&to=1651584109579" width="100%" height="800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.11/Dashboards/GitHubBasic.md b/versioned_docs/version-v0.11/Dashboards/GitHubBasic.md
deleted file mode 100644
index 7ea28cdfe..000000000
--- a/versioned_docs/version-v0.11/Dashboards/GitHubBasic.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 1
-title: "GitHub Basic Metrics"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Basic Metrics
-<iframe src="https://grafana-lake.demo.devlake.io/d/KXWvOFQnz/github_basic_metrics?orgId=1&from=1635945132339&to=1651583532339" width="100%" height="3080px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.11/Dashboards/GitHubReleaseQualityAndContributionAnalysis.md b/versioned_docs/version-v0.11/Dashboards/GitHubReleaseQualityAndContributionAnalysis.md
deleted file mode 100644
index 61db78f9f..000000000
--- a/versioned_docs/version-v0.11/Dashboards/GitHubReleaseQualityAndContributionAnalysis.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 5
-title: "GitHub Release Quality and Contribution Analysis"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Release Quality and Contribution Analysis
-<iframe src="https://grafana-lake.demo.devlake.io/d/2xuOaQUnk1/github_release_quality_and_contribution_analysis?orgId=1&from=1635945847658&to=1651584247658" width="100%" height="2800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.11/Dashboards/Jenkins.md b/versioned_docs/version-v0.11/Dashboards/Jenkins.md
deleted file mode 100644
index 506a3c971..000000000
--- a/versioned_docs/version-v0.11/Dashboards/Jenkins.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 7
-title: "Jenkins"
-description: >
-  DevLake Live Demo
----
-
-# Jenkins
-<iframe src="https://grafana-lake.demo.devlake.io/d/W8AiDFQnk/jenkins?orgId=1&from=1635945337632&to=1651583737632" width="100%" height="1060px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.11/Dashboards/WeeklyBugRetro.md b/versioned_docs/version-v0.11/Dashboards/WeeklyBugRetro.md
deleted file mode 100644
index adbc4e804..000000000
--- a/versioned_docs/version-v0.11/Dashboards/WeeklyBugRetro.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 3
-title: "Weekly Bug Retro"
-description: >
-  DevLake Live Demo
----
-
-# Weekly Bug Retro
-<iframe src="https://grafana-lake.demo.devlake.io/d/-5EKA5w7k/weekly-bug-retro?orgId=1&from=1635945873174&to=1651584273174" width="100%" height="2240px"></iframe>
diff --git a/versioned_docs/version-v0.11/Dashboards/_category_.json b/versioned_docs/version-v0.11/Dashboards/_category_.json
deleted file mode 100644
index b27df4446..000000000
--- a/versioned_docs/version-v0.11/Dashboards/_category_.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "label": "Dashboards (Live Demo)",
-  "position": 9
-}
diff --git a/versioned_docs/version-v0.12/LiveDemo/AverageRequirementLeadTime.md b/versioned_docs/version-v0.12/LiveDemo/AverageRequirementLeadTime.md
deleted file mode 100644
index 0710335c6..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/AverageRequirementLeadTime.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 6
-title: "Average Requirement Lead Time by Assignee"
-description: >
-  DevLake Live Demo
----
-
-# Average Requirement Lead Time by Assignee
-<iframe src="https://grafana-lake.demo.devlake.io/d/q27fk7cnk/demo-average-requirement-lead-time-by-assignee?orgId=1&from=1635945684845&to=1651584084846" width="100%" height="940px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.12/LiveDemo/CommitCountByAuthor.md b/versioned_docs/version-v0.12/LiveDemo/CommitCountByAuthor.md
deleted file mode 100644
index 04e029cf7..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/CommitCountByAuthor.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 2
-title: "Commit Count by Author"
-description: >
-  DevLake Live Demo
----
-
-# Commit Count by Author
-<iframe src="https://grafana-lake.demo.devlake.io/d/F0iYknc7z/demo-commit-count-by-author?orgId=1&from=1634911190615&to=1650635990615" width="100%" height="820px"></iframe>
diff --git a/versioned_docs/version-v0.12/LiveDemo/DetailedBugInfo.md b/versioned_docs/version-v0.12/LiveDemo/DetailedBugInfo.md
deleted file mode 100644
index b77761702..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/DetailedBugInfo.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 4
-title: "Detailed Bug Info"
-description: >
-  DevLake Live Demo
----
-
-# Detailed Bug Info
-<iframe src="https://grafana-lake.demo.devlake.io/d/s48Lzn5nz/demo-detailed-bug-info?orgId=1&from=1635945709579&to=1651584109579" width="100%" height="800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.12/LiveDemo/GitHubBasic.md b/versioned_docs/version-v0.12/LiveDemo/GitHubBasic.md
deleted file mode 100644
index 7ea28cdfe..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/GitHubBasic.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 1
-title: "GitHub Basic Metrics"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Basic Metrics
-<iframe src="https://grafana-lake.demo.devlake.io/d/KXWvOFQnz/github_basic_metrics?orgId=1&from=1635945132339&to=1651583532339" width="100%" height="3080px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.12/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md b/versioned_docs/version-v0.12/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md
deleted file mode 100644
index 61db78f9f..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 5
-title: "GitHub Release Quality and Contribution Analysis"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Release Quality and Contribution Analysis
-<iframe src="https://grafana-lake.demo.devlake.io/d/2xuOaQUnk1/github_release_quality_and_contribution_analysis?orgId=1&from=1635945847658&to=1651584247658" width="100%" height="2800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.12/LiveDemo/Jenkins.md b/versioned_docs/version-v0.12/LiveDemo/Jenkins.md
deleted file mode 100644
index 506a3c971..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/Jenkins.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 7
-title: "Jenkins"
-description: >
-  DevLake Live Demo
----
-
-# Jenkins
-<iframe src="https://grafana-lake.demo.devlake.io/d/W8AiDFQnk/jenkins?orgId=1&from=1635945337632&to=1651583737632" width="100%" height="1060px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.12/LiveDemo/WeeklyBugRetro.md b/versioned_docs/version-v0.12/LiveDemo/WeeklyBugRetro.md
deleted file mode 100644
index adbc4e804..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/WeeklyBugRetro.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 3
-title: "Weekly Bug Retro"
-description: >
-  DevLake Live Demo
----
-
-# Weekly Bug Retro
-<iframe src="https://grafana-lake.demo.devlake.io/d/-5EKA5w7k/weekly-bug-retro?orgId=1&from=1635945873174&to=1651584273174" width="100%" height="2240px"></iframe>
diff --git a/versioned_docs/version-v0.12/LiveDemo/_category_.json b/versioned_docs/version-v0.12/LiveDemo/_category_.json
deleted file mode 100644
index 65d519fa5..000000000
--- a/versioned_docs/version-v0.12/LiveDemo/_category_.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "label": "Live Demo",
-  "position": 11
-}
diff --git a/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md b/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md
index d775f7b15..432303827 100644
--- a/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md
+++ b/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md
@@ -43,7 +43,7 @@ Usually, you don't have to modify this part. However, if you don't want to colle
 ![github-add-transformation-rules-list](/img/ConfigUI/github-add-transformation-rules-list.png)
 ![github-add-transformation-rules](/img/ConfigUI/github-add-transformation-rules.png)
  
-Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/LiveDemo/GitHubBasic.md)" dashboard. However, if you want to view "[Weekly Bug Retro](/LiveDemo/WeeklyBugRetro.md)", "Weekly Community Retro" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
+Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/livedemo/GitHubBasic)" dashboard. However, if you want to view "[Weekly Bug Retro](/livedemo/WeeklyBugRetro)", "[Weekly Community Retro](/livedemo/WeeklyCommunityRetro)" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
 
 Each GitHub repo has at most ONE set of transformation rules.
 
diff --git a/versioned_docs/version-v0.13/LiveDemo/AverageRequirementLeadTime.md b/versioned_docs/version-v0.13/LiveDemo/AverageRequirementLeadTime.md
deleted file mode 100644
index 0710335c6..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/AverageRequirementLeadTime.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 6
-title: "Average Requirement Lead Time by Assignee"
-description: >
-  DevLake Live Demo
----
-
-# Average Requirement Lead Time by Assignee
-<iframe src="https://grafana-lake.demo.devlake.io/d/q27fk7cnk/demo-average-requirement-lead-time-by-assignee?orgId=1&from=1635945684845&to=1651584084846" width="100%" height="940px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.13/LiveDemo/CommitCountByAuthor.md b/versioned_docs/version-v0.13/LiveDemo/CommitCountByAuthor.md
deleted file mode 100644
index 04e029cf7..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/CommitCountByAuthor.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 2
-title: "Commit Count by Author"
-description: >
-  DevLake Live Demo
----
-
-# Commit Count by Author
-<iframe src="https://grafana-lake.demo.devlake.io/d/F0iYknc7z/demo-commit-count-by-author?orgId=1&from=1634911190615&to=1650635990615" width="100%" height="820px"></iframe>
diff --git a/versioned_docs/version-v0.13/LiveDemo/DetailedBugInfo.md b/versioned_docs/version-v0.13/LiveDemo/DetailedBugInfo.md
deleted file mode 100644
index b77761702..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/DetailedBugInfo.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 4
-title: "Detailed Bug Info"
-description: >
-  DevLake Live Demo
----
-
-# Detailed Bug Info
-<iframe src="https://grafana-lake.demo.devlake.io/d/s48Lzn5nz/demo-detailed-bug-info?orgId=1&from=1635945709579&to=1651584109579" width="100%" height="800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.13/LiveDemo/GitHubBasic.md b/versioned_docs/version-v0.13/LiveDemo/GitHubBasic.md
deleted file mode 100644
index 7ea28cdfe..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/GitHubBasic.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 1
-title: "GitHub Basic Metrics"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Basic Metrics
-<iframe src="https://grafana-lake.demo.devlake.io/d/KXWvOFQnz/github_basic_metrics?orgId=1&from=1635945132339&to=1651583532339" width="100%" height="3080px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.13/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md b/versioned_docs/version-v0.13/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md
deleted file mode 100644
index 61db78f9f..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/GitHubReleaseQualityAndContributionAnalysis.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 5
-title: "GitHub Release Quality and Contribution Analysis"
-description: >
-  DevLake Live Demo
----
-
-# GitHub Release Quality and Contribution Analysis
-<iframe src="https://grafana-lake.demo.devlake.io/d/2xuOaQUnk1/github_release_quality_and_contribution_analysis?orgId=1&from=1635945847658&to=1651584247658" width="100%" height="2800px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.13/LiveDemo/Jenkins.md b/versioned_docs/version-v0.13/LiveDemo/Jenkins.md
deleted file mode 100644
index 506a3c971..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/Jenkins.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 7
-title: "Jenkins"
-description: >
-  DevLake Live Demo
----
-
-# Jenkins
-<iframe src="https://grafana-lake.demo.devlake.io/d/W8AiDFQnk/jenkins?orgId=1&from=1635945337632&to=1651583737632" width="100%" height="1060px"></iframe>
\ No newline at end of file
diff --git a/versioned_docs/version-v0.13/LiveDemo/WeeklyBugRetro.md b/versioned_docs/version-v0.13/LiveDemo/WeeklyBugRetro.md
deleted file mode 100644
index adbc4e804..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/WeeklyBugRetro.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-sidebar_position: 3
-title: "Weekly Bug Retro"
-description: >
-  DevLake Live Demo
----
-
-# Weekly Bug Retro
-<iframe src="https://grafana-lake.demo.devlake.io/d/-5EKA5w7k/weekly-bug-retro?orgId=1&from=1635945873174&to=1651584273174" width="100%" height="2240px"></iframe>
diff --git a/versioned_docs/version-v0.13/LiveDemo/_category_.json b/versioned_docs/version-v0.13/LiveDemo/_category_.json
deleted file mode 100644
index b6dd7fd62..000000000
--- a/versioned_docs/version-v0.13/LiveDemo/_category_.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "label": "Live Demo",
-  "position": 11,
-  "link":{
-    "type": "generated-index",
-    "slug": "LiveDemo"
-  }
-}
diff --git a/versioned_docs/version-v0.13/UserManuals/ConfigUI/GitHub.md b/versioned_docs/version-v0.13/UserManuals/ConfigUI/GitHub.md
index aaae0da24..643b179a8 100644
--- a/versioned_docs/version-v0.13/UserManuals/ConfigUI/GitHub.md
+++ b/versioned_docs/version-v0.13/UserManuals/ConfigUI/GitHub.md
@@ -43,7 +43,7 @@ Usually, you don't have to modify this part. However, if you don't want to colle
 ![github-add-transformation-rules-list](/img/ConfigUI/github-add-transformation-rules-list.png)
 ![github-add-transformation-rules](/img/ConfigUI/github-add-transformation-rules.png)
  
-Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/LiveDemo/GitHubBasic.md)" dashboard. However, if you want to view "[Weekly Bug Retro](/LiveDemo/WeeklyBugRetro.md)", "Weekly Community Retro" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
+Without adding transformation rules, you can still view the "[GitHub Basic Metrics](/livedemo/GitHubBasic)" dashboard. However, if you want to view "[Weekly Bug Retro](/livedemo/WeeklyBugRetro)", "[Weekly Community Retro](/livedemo/WeeklyCommunityRetro)" or other pre-built dashboards, the following transformation rules, especially "Type/Bug", should be added.<br/>
 
 Each GitHub repo has at most ONE set of transformation rules.