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 39904201c fix: redesign live demo page
39904201c is described below
commit 39904201c43f86ac01889f89a6700741d54d76af
Author: Startrekzky <[email protected]>
AuthorDate: Mon Oct 24 23:30:30 2022 +0800
fix: redesign live demo page
---
docs/UserManuals/ConfigUI/GitHub.md | 2 +-
docusaurus.config.js | 2 +-
livedemo/AverageRequirementLeadTime.md | 19 -------------------
livedemo/CommitCountByAuthor.md | 19 -------------------
livedemo/{ => DataSources}/GitHub.md | 2 +-
livedemo/{ => DataSources}/GitLab.md | 2 +-
livedemo/{ => DataSources}/Jenkins.md | 0
livedemo/DataSources/_category_.json | 9 +++++++++
livedemo/{ => EngineeringLeads}/DORA.md | 1 +
.../{ => EngineeringLeads}/EngineeringOverview.md | 2 +-
.../EngineeringThroughputAndCycleTime.md | 6 +++---
.../EngineeringThroughputAndCycleTimeTeamView.md} | 6 +++---
.../GitextractorMetricsDashboard.md | 6 +++---
livedemo/EngineeringLeads/_category_.json | 9 +++++++++
livedemo/{ => OSSMaintainers}/CommunityExperience.md | 0
livedemo/{ => OSSMaintainers}/WeeklyCommunityRetro.md | 0
livedemo/OSSMaintainers/_category_.json | 9 +++++++++
.../GitHubReleaseQualityAndContributionAnalysis.md | 0
livedemo/{ => QAEngineers}/WeeklyBugRetro.md | 0
livedemo/QAEngineers/_category_.json | 9 +++++++++
src/components/Sections/HomepageHeader.tsx | 2 +-
src/components/Sections/UseCases.tsx | 2 +-
src/components/Sections/UserFlow.tsx | 2 +-
src/components/Sections/WhyDevlake.tsx | 2 +-
.../version-v0.12/UserManuals/ConfigUI/GitHub.md | 2 +-
.../version-v0.13/UserManuals/ConfigUI/GitHub.md | 2 +-
.../version-v0.14/UserManuals/ConfigUI/GitHub.md | 2 +-
27 files changed, 58 insertions(+), 59 deletions(-)
diff --git a/docs/UserManuals/ConfigUI/GitHub.md
b/docs/UserManuals/ConfigUI/GitHub.md
index 4bca1f7ea..dc9a2e948 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -47,7 +47,7 @@ Usually, you don't have to modify this part. However, if you
don't want to colle


-Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/GitHub)" 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/>
+Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/DataSources/GitHub)" dashboard. However, if you want to view
"[Weekly Bug Retro](/livedemo/QAEngineers/WeeklyBugRetro)", "[Weekly Community
Retro](/livedemo/OSSMaintainers/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 e85e18b86..fe2f33762 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -153,7 +153,7 @@ const versions = require('./versions.json');
label: 'Live Demo',
to: 'livedemo',
docsPluginId: 'livedemo',
- docId: 'AverageRequirementLeadTime',
+ docId: 'EngineeringLeads/DORA',
},
{
type: 'doc',
diff --git a/livedemo/AverageRequirementLeadTime.md
b/livedemo/AverageRequirementLeadTime.md
deleted file mode 100644
index df451a020..000000000
--- a/livedemo/AverageRequirementLeadTime.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "Average Requirement Lead Time by Assignee"
-description: >
- DevLake Live Demo
----
-
-# Average Requirement Lead Time by Assignee
-
-<div className="info">
- <h5>
- <img
-
src="https://user-images.githubusercontent.com/84442212/197146839-c2d116e6-e0b8-40a0-bb29-e51fb4805a81.png"
- alt=""
- width="3%"
- /> For best viewing experience, please view the dashboard on a desktop
- </h5>
-</div>
-
-<iframe
src="https://grafana-lake.demo.devlake.io/d/q27fk7cnk/demo-average-requirement-lead-time-by-assignee?orgId=1&from=now-6M&to=now"
width="135%" height="960px"></iframe>
diff --git a/livedemo/CommitCountByAuthor.md b/livedemo/CommitCountByAuthor.md
deleted file mode 100644
index 0a8dc7068..000000000
--- a/livedemo/CommitCountByAuthor.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "Commit Count by Author"
-description: >
- DevLake Live Demo
----
-
-# Commit Count by Author
-
-<div className="info">
- <h5>
- <img
-
src="https://user-images.githubusercontent.com/84442212/197146839-c2d116e6-e0b8-40a0-bb29-e51fb4805a81.png"
- alt=""
- width="3%"
- /> For best viewing experience, please view the dashboard on a desktop
- </h5>
-</div>
-
-<iframe
src="https://grafana-lake.demo.devlake.io/d/F0iYknc7z/demo-commit-count-by-author?orgId=1&from=now-6M&to=now"
width="135%" height="880px"></iframe>
diff --git a/livedemo/GitHub.md b/livedemo/DataSources/GitHub.md
similarity index 82%
rename from livedemo/GitHub.md
rename to livedemo/DataSources/GitHub.md
index a2991cc34..6626cbbaa 100644
--- a/livedemo/GitHub.md
+++ b/livedemo/DataSources/GitHub.md
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/d/KXWvOFQnz/github_basic_metrics?orgId=1&from=now-6M&to=now"
width="135%" height="3000px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/d/KXWvOFQnz/github?orgId=1&from=now-6M&to=now"
width="135%" height="3000px"></iframe>
diff --git a/livedemo/GitLab.md b/livedemo/DataSources/GitLab.md
similarity index 73%
rename from livedemo/GitLab.md
rename to livedemo/DataSources/GitLab.md
index 538353175..067031080 100644
--- a/livedemo/GitLab.md
+++ b/livedemo/DataSources/GitLab.md
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/grafana/goto/KcWhO_IVk?orgId=1"
width="135%" height="1800px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/grafana/d/msSjEq97z/gitlab?orgId=1"
width="135%" height="1800px"></iframe>
diff --git a/livedemo/Jenkins.md b/livedemo/DataSources/Jenkins.md
similarity index 100%
rename from livedemo/Jenkins.md
rename to livedemo/DataSources/Jenkins.md
diff --git a/livedemo/DataSources/_category_.json
b/livedemo/DataSources/_category_.json
new file mode 100644
index 000000000..12a07008d
--- /dev/null
+++ b/livedemo/DataSources/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "By Data Sources",
+ "position": 5,
+ "collapsed": false,
+ "link":{
+ "type": "generated-index",
+ "slug": "DataSources"
+ }
+}
diff --git a/livedemo/DORA.md b/livedemo/EngineeringLeads/DORA.md
similarity index 96%
rename from livedemo/DORA.md
rename to livedemo/EngineeringLeads/DORA.md
index ee36da2a2..c7b8a63ab 100644
--- a/livedemo/DORA.md
+++ b/livedemo/EngineeringLeads/DORA.md
@@ -1,5 +1,6 @@
---
title: "DORA"
+sidebar_position: 1
description: >
DevLake Live Demo
---
diff --git a/livedemo/EngineeringOverview.md
b/livedemo/EngineeringLeads/EngineeringOverview.md
similarity index 72%
rename from livedemo/EngineeringOverview.md
rename to livedemo/EngineeringLeads/EngineeringOverview.md
index d12ea23f7..dd75b6502 100644
--- a/livedemo/EngineeringOverview.md
+++ b/livedemo/EngineeringLeads/EngineeringOverview.md
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/grafana/goto/w0AqclS4z?orgId=1"
width="135%" height="3080px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/grafana/d/ZF6abXX7z/engineering-overview?orgId=1"
width="135%" height="3080px"></iframe>
diff --git a/livedemo/EngineeringThroughputAndCycleTime.md
b/livedemo/EngineeringLeads/EngineeringThroughputAndCycleTime.md
similarity index 56%
rename from livedemo/EngineeringThroughputAndCycleTime.md
rename to livedemo/EngineeringLeads/EngineeringThroughputAndCycleTime.md
index 138f7cc7c..2b76b99b8 100644
--- a/livedemo/EngineeringThroughputAndCycleTime.md
+++ b/livedemo/EngineeringLeads/EngineeringThroughputAndCycleTime.md
@@ -1,10 +1,10 @@
---
-title: "Engineering Throughput and Cycyle Time"
+title: "Engineering Throughput and Cycle Time"
description: >
DevLake Live Demo
---
-# Engineering Throughput and Cycyle Time
+# Engineering Throughput and Cycle Time
<div className="info">
<h5>
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/grafana/goto/tJEGp_S4z?orgId=1"
width="135%" height="1740px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/grafana/d/Jaaimc67k/engineering-throughput-and-cycle-time?orgId=1"
width="135%" height="1740px"></iframe>
diff --git a/livedemo/DetailedBugInfo.md
b/livedemo/EngineeringLeads/EngineeringThroughputAndCycleTimeTeamView.md
similarity index 53%
rename from livedemo/DetailedBugInfo.md
rename to livedemo/EngineeringLeads/EngineeringThroughputAndCycleTimeTeamView.md
index 3906783a9..65b706ed0 100644
--- a/livedemo/DetailedBugInfo.md
+++ b/livedemo/EngineeringLeads/EngineeringThroughputAndCycleTimeTeamView.md
@@ -1,10 +1,10 @@
---
-title: "Detailed Bug Info"
+title: "Engineering Throughput and Cycle Time - Team View"
description: >
DevLake Live Demo
---
-# Detailed Bug Info
+# Engineering Throughput and Cycle Time - Team View
<div className="info">
<h5>
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/d/s48Lzn5nz/demo-detailed-bug-info?orgId=1&from=now-6M&to=now"
width="135%" height="800px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/grafana/d/nJ1ijje7k/engineering-throughput-and-cycle-time-team-view?orgId=1"
width="135%" height="1740px"></iframe>
diff --git a/livedemo/GitextractorMetricsDashboard.md
b/livedemo/EngineeringLeads/GitextractorMetricsDashboard.md
similarity index 56%
rename from livedemo/GitextractorMetricsDashboard.md
rename to livedemo/EngineeringLeads/GitextractorMetricsDashboard.md
index cfac3b351..e2719acf7 100644
--- a/livedemo/GitextractorMetricsDashboard.md
+++ b/livedemo/EngineeringLeads/GitextractorMetricsDashboard.md
@@ -1,10 +1,10 @@
---
-title: "Gitextractor Metrics Dashboard"
+title: "Component and File-level Git Metrics"
description: >
DevLake Live Demo
---
-# Gitextractor Metrics Dashboard
+# Component and File-level Git Metrics Dashboard
<div className="info">
<h5>
@@ -16,4 +16,4 @@ description: >
</h5>
</div>
-<iframe
src="https://grafana-lake.demo.devlake.io/grafana/goto/x1lKtlSVz?orgId=1"
width="135%" height="1500px"></iframe>
+<iframe
src="https://grafana-lake.demo.devlake.io/grafana/d/L4dp9mn4z/gitextractor-metrics-dashboard?orgId=1"
width="135%" height="1500px"></iframe>
diff --git a/livedemo/EngineeringLeads/_category_.json
b/livedemo/EngineeringLeads/_category_.json
new file mode 100644
index 000000000..29c239c59
--- /dev/null
+++ b/livedemo/EngineeringLeads/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "For Engineering Leads",
+ "position": 2,
+ "collapsed": false,
+ "link":{
+ "type": "generated-index",
+ "slug": "EngineeringLeads"
+ }
+}
diff --git a/livedemo/CommunityExperience.md
b/livedemo/OSSMaintainers/CommunityExperience.md
similarity index 100%
rename from livedemo/CommunityExperience.md
rename to livedemo/OSSMaintainers/CommunityExperience.md
diff --git a/livedemo/WeeklyCommunityRetro.md
b/livedemo/OSSMaintainers/WeeklyCommunityRetro.md
similarity index 100%
rename from livedemo/WeeklyCommunityRetro.md
rename to livedemo/OSSMaintainers/WeeklyCommunityRetro.md
diff --git a/livedemo/OSSMaintainers/_category_.json
b/livedemo/OSSMaintainers/_category_.json
new file mode 100644
index 000000000..836f30fba
--- /dev/null
+++ b/livedemo/OSSMaintainers/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "For OSS Maintainers",
+ "position": 3,
+ "collapsed": false,
+ "link":{
+ "type": "generated-index",
+ "slug": "OSSMaintainers"
+ }
+}
diff --git a/livedemo/GitHubReleaseQualityAndContributionAnalysis.md
b/livedemo/QAEngineers/GitHubReleaseQualityAndContributionAnalysis.md
similarity index 100%
rename from livedemo/GitHubReleaseQualityAndContributionAnalysis.md
rename to livedemo/QAEngineers/GitHubReleaseQualityAndContributionAnalysis.md
diff --git a/livedemo/WeeklyBugRetro.md b/livedemo/QAEngineers/WeeklyBugRetro.md
similarity index 100%
rename from livedemo/WeeklyBugRetro.md
rename to livedemo/QAEngineers/WeeklyBugRetro.md
diff --git a/livedemo/QAEngineers/_category_.json
b/livedemo/QAEngineers/_category_.json
new file mode 100644
index 000000000..42fe6c9cb
--- /dev/null
+++ b/livedemo/QAEngineers/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "For QA Engineers",
+ "position": 4,
+ "collapsed": false,
+ "link":{
+ "type": "generated-index",
+ "slug": "QAEngineers"
+ }
+}
diff --git a/src/components/Sections/HomepageHeader.tsx
b/src/components/Sections/HomepageHeader.tsx
index 9570e26ce..01e855547 100644
--- a/src/components/Sections/HomepageHeader.tsx
+++ b/src/components/Sections/HomepageHeader.tsx
@@ -85,7 +85,7 @@ export function HomepageHeader() {
rounded-[8px] sm:rounded-[5px] mobile:rounded-[5px]
w-[200px] sm:w-[140px] mobile:w-[140px]
h-[48px] sm:h-[32px] mobile:h-[32px]"
- to="https://devlake.apache.org/livedemo/DORA"
+ to="https://devlake.apache.org/livedemo/EngineeringLeads/DORA"
>
See it Live
</Link>
diff --git a/src/components/Sections/UseCases.tsx
b/src/components/Sections/UseCases.tsx
index d6ccccca1..2958e003b 100644
--- a/src/components/Sections/UseCases.tsx
+++ b/src/components/Sections/UseCases.tsx
@@ -58,7 +58,7 @@ export function UseCases() {
lead="Engineering Leads"
title="Implement DORA Fast"
desc="Implement DORA metrics in minutes to enable and manage
delivery processes your developers and users will love."
-
demoURL="https://grafana-lake.demo.devlake.io/grafana/goto/qBPPBS44k?orgId=1"
+
demoURL="https://grafana-lake.demo.devlake.io/grafana/d/qNo8_0M4z/dora?orgId=1"
>
<UCIcon src={UC3} />
</UCCard>
diff --git a/src/components/Sections/UserFlow.tsx
b/src/components/Sections/UserFlow.tsx
index d2d176e83..79d118112 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/livedemo/AverageRequirementLeadTime">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/DORA">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 98c500aa0..10b2590e9 100644
--- a/src/components/Sections/WhyDevlake.tsx
+++ b/src/components/Sections/WhyDevlake.tsx
@@ -85,7 +85,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/livedemo/AverageRequirementLeadTime">See Live
Demo</C.TextLink>
+ <C.TextLink
link="https://devlake.apache.org/livedemo/EngineeringLeads/DORA">See Live
Demo</C.TextLink>
</C.TextDescription>
</C.TextSection>
<C.SectionImg src={WAD2} />
diff --git a/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md
b/versioned_docs/version-v0.12/UserManuals/ConfigUI/GitHub.md
index 5e8fee944..15b5eb7ad 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


-Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/GitHub)" 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/>
+Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/DataSources/GitHub)" dashboard. However, if you want to view
"[Weekly Bug Retro](/livedemo/QAEngineers/WeeklyBugRetro)", "[Weekly Community
Retro](/livedemo/OSSMaintainers/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/UserManuals/ConfigUI/GitHub.md
b/versioned_docs/version-v0.13/UserManuals/ConfigUI/GitHub.md
index 228f9536e..09b2c8c8f 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


-Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/GitHub)" 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/>
+Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/DataSources/GitHub)" dashboard. However, if you want to view
"[Weekly Bug Retro](/livedemo/QAEngineers/WeeklyBugRetro)", "[Weekly Community
Retro](/livedemo/OSSMaintainers/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.14/UserManuals/ConfigUI/GitHub.md
b/versioned_docs/version-v0.14/UserManuals/ConfigUI/GitHub.md
index 4bca1f7ea..dc9a2e948 100644
--- a/versioned_docs/version-v0.14/UserManuals/ConfigUI/GitHub.md
+++ b/versioned_docs/version-v0.14/UserManuals/ConfigUI/GitHub.md
@@ -47,7 +47,7 @@ Usually, you don't have to modify this part. However, if you
don't want to colle


-Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/GitHub)" 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/>
+Without adding transformation rules, you can still view the "[GitHub
Metrics](/livedemo/DataSources/GitHub)" dashboard. However, if you want to view
"[Weekly Bug Retro](/livedemo/QAEngineers/WeeklyBugRetro)", "[Weekly Community
Retro](/livedemo/OSSMaintainers/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.