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 08:25:46 UTC

[incubator-uniffle-website] branch update-description created (now ef8aae3)

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

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


      at ef8aae3  Update project description in homepage

This branch includes the following new commits:

     new ef8aae3  Update project description in homepage

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 project description in homepage

Posted by ck...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef8aae3d2d102bbba7927b3de4b3ceab4b320878
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Sat Nov 12 16:25:42 2022 +0800

    Update project description in homepage
---
 src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 3ca8641..8c0f5c5 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -36,7 +36,7 @@ export default function Home(): JSX.Element {
   return (
     <Layout
       title={`${siteConfig.title}`}
-      description="Apache Uniffle(Incubating) is a Remote Shuffle Service.">
+      description="Apache Uniffle (Incubating) is a unified remote shuffle service for compute engines. It provides the ability to aggregate and store shuffle data on remote servers, thus improving the performance and reliability of large jobs.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />