This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 93ba5b80de7 Update docusaurus.config.js (#140)
93ba5b80de7 is described below
commit 93ba5b80de7956dd9a89223db52011ac5b272f79
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jul 6 20:47:33 2022 -0700
Update docusaurus.config.js (#140)
Apache Pulsar is a distributed, open source pub-sub messaging and streaming
platform for real-time workloads, managing hundreds of billions of events per
day.
---
site2/website-next/docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 57bc584ffd0..a01aa3fbd2b 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -122,7 +122,7 @@ const injectLinkParseForEndpoint = ([, info]) => {
module.exports = {
title: "Apache Pulsar",
tagline:
- "Apache Pulsar is a cloud-native, distributed messaging and streaming
platform originally created at Yahoo! and now a top-level Apache Software
Foundation project",
+ "Apache Pulsar is a distributed, open source pub-sub messaging and
streaming platform for real-time workloads, managing hundreds of billions of
events per day.",
url: "https://pulsar.apache.org",
baseUrl: baseUrl,
onBrokenLinks: "ignore",