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 3f96fe2 docs: update description (#33)
3f96fe2 is described below
commit 3f96fe22eeb78397587a7feb3f5ad0bb4b7cd957
Author: Kaijie Chen <[email protected]>
AuthorDate: Wed Feb 22 22:18:33 2023 +0800
docs: update description (#33)
---
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 aef58b2..9cfa6d1 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 is a unified remote shuffle service for compute
engines.',
+ tagline: 'A high performance, general purpose remote shuffle service for
distributed compute engines.',
url: 'https://uniffle.apache.org/',
baseUrl: '/',
onBrokenLinks: 'throw',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 06ce91a..4286756 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 is a unified remote shuffle service for
compute engines.">
+ description={`${siteConfig.tagline}`}>
<HomepageHeader />
<main>
<HomepageFeatures />