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:29:03 UTC

[incubator-uniffle-website] branch simplify-description created (now 7c1c5de)

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

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


      at 7c1c5de  Simplify descriptions

This branch includes the following new commits:

     new 7c1c5de  Simplify descriptions

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: Simplify descriptions

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

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

commit 7c1c5de57b3a54db90c76f92beeee109504b8710
Author: Kaijie Chen <ck...@apache.org>
AuthorDate: Sat Nov 12 17:28:39 2022 +0800

    Simplify descriptions
---
 docusaurus.config.js | 2 +-
 src/pages/index.tsx  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index bbf8c3d..7f224f1 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -7,7 +7,7 @@ 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 unified remote shuffle service for compute engines such as Apache Spark and MapReduce.',
+    tagline: 'Apache Uniffle is a unified remote shuffle service for compute engines.',
     url: 'https://uniffle.apache.org/',
     baseUrl: '/',
     onBrokenLinks: 'throw',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index fbbcc96..06ce91a 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 unified remote shuffle service for compute engines such as Apache Spark and MapReduce.">
+      description="Apache Uniffle is a unified remote shuffle service for compute engines.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />