This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch description in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
commit 1c0f35aadadc7cf288360930d9e2239e61f7dfce Author: Kaijie Chen <[email protected]> AuthorDate: Wed Feb 22 22:09:15 2023 +0800 feat: update description --- 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..1f14a2a 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="A high performance, general purpose remote shuffle service for distributed compute engines."> <HomepageHeader /> <main> <HomepageFeatures />
