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

[incubator-uniffle-website] branch title-and-tagline created (now e2e3c3b)

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

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


      at e2e3c3b  Update title and tagline

This branch includes the following new commits:

     new e2e3c3b  Update title and tagline

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ck...@apache.org.
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',