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 <[email protected]> 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 />
