You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/07/07 03:47:36 UTC

[pulsar-site] branch main updated: Update docusaurus.config.js (#140)

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 <da...@comcast.net>
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",