This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 2115b22b docs: Update slogan to include Spark and Flink explicitly
2115b22b is described below
commit 2115b22b29537851cd6e5b90665476d0f9a84398
Author: tison <[email protected]>
AuthorDate: Thu Feb 29 18:56:43 2024 +0800
docs: Update slogan to include Spark and Flink explicitly
---
docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 2ebdb84d..e94bf8d3 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -23,7 +23,7 @@ const lightCodeTheme =
require('prism-react-renderer/themes/vsLight');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Apache StreamPark (incubating)',
- tagline: 'Apache StreamPark - Make stream processing easier! easy-to-use
streaming application development framework and operation platform',
+ tagline: 'Apache StreamPark - Make stream processing easier! Easy-to-use
streaming application development framework and operation platform, with Apache
Flink and Apache Spark supported.',
url: 'https://streampark.apache.org/',
baseUrl: '/',
onBrokenLinks: 'ignore',
@@ -244,7 +244,7 @@ const config = {
<div class="flex align-center footer-system">
<span class='system-title'>About StreamPark</span>
</div>
- <p>Make stream processing easier! easy-to-use streaming
application development framework and operation platform</p>
+ <p>Make stream processing easier! Easy-to-use streaming
application development framework and operation platform, with Apache Flink and
Apache Spark supported.</p>
</div>
`,
}