Skip to content

Commit

Permalink
docs: Update slogan to include Spark and Flink explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Feb 29, 2024
1 parent eb77b66 commit 2115b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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>
`,
}
Expand Down

0 comments on commit 2115b22

Please sign in to comment.