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/09/29 16:06:34 UTC

[incubator-devlake-website] branch main updated: feat: udpated homepage text and data sources doc

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 823338f1c feat: udpated homepage text and data sources doc
823338f1c is described below

commit 823338f1c3b2a723c70f921ac2a1b7e5efadfdae
Author: yumengwang03 <yu...@merico.dev>
AuthorDate: Thu Sep 29 23:09:16 2022 +0800

    feat: udpated homepage text and data sources doc
---
 docs/LiveDemo/DORA.md                      |  8 ++++++++
 docs/Overview/Introduction.md              |  2 +-
 docs/SupportedDataSources.md               | 22 +++++++++++++---------
 src/components/Sections/Discover.tsx       |  4 ++--
 src/components/Sections/HomepageHeader.tsx |  4 ++--
 src/components/Sections/UseCases.tsx       |  6 +++---
 src/components/Sections/WhyDevlake.tsx     |  2 +-
 7 files changed, 30 insertions(+), 18 deletions(-)

diff --git a/docs/LiveDemo/DORA.md b/docs/LiveDemo/DORA.md
new file mode 100644
index 000000000..da740de69
--- /dev/null
+++ b/docs/LiveDemo/DORA.md
@@ -0,0 +1,8 @@
+---
+title: "DORA"
+description: >
+  DevLake Live Demo
+---
+
+# DORA
+<iframe src="https://grafana-lake.demo.devlake.io/grafana/goto/mofbBIV4k?orgId=1" width="100%" height="2300px"></iframe>
diff --git a/docs/Overview/Introduction.md b/docs/Overview/Introduction.md
index 4b692ff2b..6bb119494 100755
--- a/docs/Overview/Introduction.md
+++ b/docs/Overview/Introduction.md
@@ -5,7 +5,7 @@ sidebar_position: 1
 ---
 
 ## What is Apache DevLake?
-Apache DevLake is an open-source dev data platform that ingests, analyzes, and visualizes the fragmented data from DevOps tools to distill insights for engineering productivity.
+Apache DevLake (Incubating) is an open-source dev data platform that ingests, analyzes, and visualizes the fragmented data from DevOps tools to extract insights for engineering excellence, developer experience, and community growth.
 
 Apache DevLake is designed for developer teams looking to make better sense of their development process and to bring a more data-driven approach to their own practices. You can ask Apache DevLake many questions regarding your development process. Just connect and query.
 
diff --git a/docs/SupportedDataSources.md b/docs/SupportedDataSources.md
index 12bdc1a3d..90097ab6b 100644
--- a/docs/SupportedDataSources.md
+++ b/docs/SupportedDataSources.md
@@ -10,15 +10,19 @@ sidebar_position: 4
 DevLake supports the following data sources. The data from each data source is collected with one or more plugins. There are 9 data plugins in total: `ae`, `feishu`, `gitextractor`, `github`, `gitlab`, `jenkins`, `jira`, `refdiff` and `tapd`.
 
 
-| Data Source | Versions                             | Plugins |
-|-------------|--------------------------------------|-------- |
-| AE          |                                      | `ae`    |
-| Feishu      | Cloud                                |`feishu` |
-| GitHub      | Cloud                                |`github`, `gitextractor`, `refdiff` |
-| Gitlab      | Cloud, Community Edition 13.x+       |`gitlab`, `gitextractor`, `refdiff` |
-| Jenkins     | 2.263.x+                             |`jenkins` |
-| Jira        | Cloud, Server 8.x+, Data Center 8.x+ |`jira` |
-| TAPD        | Cloud                                | `tapd` |
+| Data Source  | Domain(s)                                             |Supoorted Versions                    | Plugins |
+|--------------|-----------------------------------------------------|--------------------------------------|-------- |
+| GitHub       | Source Code Management, Code Review, Issue Tracking | Cloud                                |`github`, `gitextractor`, `refdiff` |
+| GitLab       | Source Code Management, Code Review, Issue Tracking | Cloud, Community Edition 13.x+       |`gitlab`, `gitextractor`, `refdiff` |
+| BitBucket    | Source Code Management, Code Review, Issue Tracking | Cloud                                |`bitbucket`, `gitextractor`, `refdiff` |
+| Gitee        | Source Code Management, Code Review, Issue Tracking | Cloud                                |`gitee`, `gitextractor`, `refdiff` |
+| Jira         | Issue Tracking                                      | Cloud, Server 8.x+, Data Center 8.x+ |`jira` |
+| TAPD         | Issue Tracking                                      | Cloud                                | `tapd` |
+| Jenkins      | CI/CD                                               | 2.263.x+                             |`jenkins` |
+| GitHub Action| CI/CD                                               | Cloud                                |`github`|
+| GitLab CI    | CI/CD                                               | Cloud, Community Edition 13.x+       |`gitlab`|
+| Feishu       | Calendar                                            | Cloud                                |`feishu` |
+| AE           | Source Code Management                              |                                      | `ae`    |
 
 
 
diff --git a/src/components/Sections/Discover.tsx b/src/components/Sections/Discover.tsx
index 5f91301b4..e2c0b2191 100644
--- a/src/components/Sections/Discover.tsx
+++ b/src/components/Sections/Discover.tsx
@@ -9,7 +9,7 @@ export function Discover() {
     <img src={BG} alt='' className="absolute bottom-[0px] z-0" />
     <div className="font-medium text-primary-800 text-[32px] leading-[48px] mt-[72px]
       sm:mt-5 sm:text-center sm:text-heading3 sm:leading-[30px]
-      ">Get Started with DORA, Scrum Retros and More with <br className="hidden sm:block" /></div>
+      ">Get Started with DORA, Scrum Retros, and More with <br className="hidden sm:block" /></div>
     <div className="font-semibold text-primary-500 text-[40px] leading-[60px] mt-1 mb-3
       sm:text-label24 sm:leading-[30px] sm:text-center sm:whitespace-nowrap">Apache DevLake</div>
     <Link
@@ -17,7 +17,7 @@ export function Discover() {
       whitespace-nowrap sm:mx-auto sm:rounded-[5px] sm:mb-4"
       to="https://devlake.apache.org/docs/GettingStarted"
     >
-      Getting Started
+      Get Started
     </Link>
   </div>)
 }
\ No newline at end of file
diff --git a/src/components/Sections/HomepageHeader.tsx b/src/components/Sections/HomepageHeader.tsx
index 4c0ce5d19..4e8543573 100644
--- a/src/components/Sections/HomepageHeader.tsx
+++ b/src/components/Sections/HomepageHeader.tsx
@@ -46,7 +46,7 @@ export function HomepageHeader() {
             text-label24 font-inter font-normal mb-[48px]
             sm:text-label16 sm:text-start sm:mb-3
           ">
-            Apache DevLake (Incubating) ingests, analyzes, and visualizes the fragmented data from DevOps tools to extract insights and opportunities for engineering excellence.
+            Apache DevLake (Incubating) ingests, analyzes, and visualizes the fragmented data from DevOps tools to extract insights for engineering excellence, developer experience, and community growth.
           </div>
           <Link
             className="primary-button
@@ -54,7 +54,7 @@ export function HomepageHeader() {
               whitespace-nowrap sm:mx-auto sm:rounded-[5px] sm:mb-4"
             to="https://devlake.apache.org/docs/GettingStarted"
           >
-            Getting Started
+            Get Started
           </Link>
         </div>
         <HeaderSvg className="
diff --git a/src/components/Sections/UseCases.tsx b/src/components/Sections/UseCases.tsx
index be687530a..8696c0db1 100644
--- a/src/components/Sections/UseCases.tsx
+++ b/src/components/Sections/UseCases.tsx
@@ -58,7 +58,7 @@ export function UseCases() {
             lead="Open Source Maintainers"
             title="Fuel Community Growth with Analysis"
             desc="Grow your community strategically with insights on how developers participate, contribute, and collaborate."
-            demoURL="https://devlake.apache.org/docs/LiveDemo/WeeklyCommunityRetro"
+            demoURL="https://grafana-lake.demo.devlake.io/grafana/goto/7z1QfSV4z?orgId=1"
           >
             <UCIcon src={UC1} />
           </UCCard>
@@ -66,7 +66,7 @@ export function UseCases() {
             lead="Product Managers"
             title="Dev Workflow Improvement"
             desc="Align sprint planning with high-level goals and ensure the development progress is on track."
-            demoURL="https://devlake.apache.org/docs/LiveDemo/GitHubBasic"
+            demoURL="https://grafana-lake.demo.devlake.io/grafana/d/KXWvOFQnz/github?orgId=1"
           >
             <UCIcon src={UC2} />
           </UCCard>
@@ -74,7 +74,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://devlake.apache.org/docs/LiveDemo/WeeklyBugRetro"
+            demoURL="https://grafana-lake.demo.devlake.io/grafana/goto/qBPPBS44k?orgId=1"
           >
             <UCIcon src={UC3} />
           </UCCard>
diff --git a/src/components/Sections/WhyDevlake.tsx b/src/components/Sections/WhyDevlake.tsx
index 528d7cfa4..8af47e53b 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">Interact with pre-built dashboards</C.TextLink>
+            <C.TextLink link="https://devlake.apache.org/docs/LiveDemo">See Live Demo</C.TextLink>
           </C.TextDescription>
         </C.TextSection>
         <C.SectionImg src={WAD2} />