This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0217ab4 Simplify descriptions (#20)
0217ab4 is described below
commit 0217ab460c1e29f43ddaa5519937097877f97742
Author: Kaijie Chen <[email protected]>
AuthorDate: Sat Nov 12 17:29:53 2022 +0800
Simplify descriptions (#20)
---
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 />