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