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:52 UTC

[incubator-uniffle-website] branch master updated: Update title and tagline (#19)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e4224c7  Update title and tagline (#19)
e4224c7 is described below

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

    Update title and tagline (#19)
---
 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',