This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch update-description-1 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
commit d51f1b730ef1026dd5e1233c9cbcca909e31ad00 Author: Kaijie Chen <[email protected]> AuthorDate: Sat Nov 12 16:28:58 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..fbbcc96 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 such as Apache Spark and MapReduce."> <HomepageHeader /> <main> <HomepageFeatures />
