You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ti...@apache.org on 2022/03/17 09:51:11 UTC

[dolphinscheduler-website] branch master updated: change the official website introduction (#739)

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

tianqiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 14d2eae  change the official website introduction (#739)
14d2eae is described below

commit 14d2eaebc33159ef99291aee39ea484a90367256
Author: Tq <ti...@gmail.com>
AuthorDate: Thu Mar 17 17:46:35 2022 +0800

    change the official website introduction (#739)
    
    * change the official website introduction
    
    * fix changes the official website introduction
    
    * fix changes the official website introduction
---
 site_config/home.jsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index 0da92c2..b38977b 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -300,7 +300,7 @@ export default {
   'en-us': {
     brand: {
       brandName: 'Apache DolphinScheduler',
-      briefIntroduction: 'A distributed and easy-to-extend visual workflow scheduler system',
+      briefIntroduction: 'A distributed and extensible workflow scheduler platform with powerful DAG visual interfaces',
       buttons: [
         {
           text: 'Quick Start',
@@ -320,8 +320,8 @@ export default {
       releaseDate: 'Released on Aug 05, 2019',
     },
     introduction: {
-      title: 'A distributed and easy-to-extend visual workflow scheduler system',
-      desc: 'Dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing. Its main objectives are as follows:',
+      title: 'A distributed and extensible workflow scheduler platform with powerful DAG visual interfaces',
+      desc: 'Apache DolphinScheduler is dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of box.',
       img: '/img/archdiagram_es.svg',
     },
     features: {