You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ck...@apache.org on 2022/11/12 09:02:34 UTC

[incubator-uniffle-website] 01/01: Update title and tagline

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

ckj pushed a commit to branch title-and-tagline
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git

commit e2e3c3ba9cc29caa8c6569276e5dc1436cd29fd6
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Sat Nov 12 17:02:29 2022 +0800

    Update title and tagline
---
 docusaurus.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index a486c0e..bbf8c3d 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
 
 /** @type {import('@docusaurus/types').Config} */
 const config = {
-    title: 'Apache Uniffle(Incubating)',
-    tagline: 'Apache Uniffle(Incubating) is a Remote Shuffle Service',
+    title: 'Apache Uniffle (Incubating)',
+    tagline: 'Apache Uniffle (Incubating) is a unified remote shuffle service for compute engines such as Apache Spark and MapReduce.',
     url: 'https://uniffle.apache.org/',
     baseUrl: '/',
     onBrokenLinks: 'throw',