You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/20 01:55:52 UTC

[pulsar-site] branch main updated: Update the top banner and events page (#341)

This is an automated email from the ASF dual-hosted git repository.

tison 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 c4d7ac08942 Update the top banner and events page (#341)
c4d7ac08942 is described below

commit c4d7ac089426055ab7a13852e7d57b713e61db44
Author: Sherlock Xu <65...@users.noreply.github.com>
AuthorDate: Tue Dec 20 09:55:29 2022 +0800

    Update the top banner and events page (#341)
---
 site2/website-next/docusaurus.config.js | 2 +-
 site2/website-next/src/pages/events.js  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/website-next/docusaurus.config.js b/site2/website-next/docusaurus.config.js
index bb8e2cbc7c3..7df3561e472 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -142,7 +142,7 @@ module.exports = {
     announcementBar: {
       id: "summit",
       content:
-        '🚀 Pulsar Summit Asia 2022 will take place on November 19th and 20th, 2022. <a target="_blank" href="https://pulsar.apache.org/blog/2022/11/04/pulsar-summit-asia-2022-schedule-announced#how-to-participate">Register now for free</a>!',
+        '🚀 Check out <a target="_blank" href="https://www.youtube.com/playlist?list=PLqRma1oIkcWgeNb3kgzqFyg5sywH8S4yy">all the sessions</a> in Pulsar Summit Asia 2022 on YouTube!',
       backgroundColor: "#198fff",
       textColor: "#fff",
       isCloseable: true,
diff --git a/site2/website-next/src/pages/events.js b/site2/website-next/src/pages/events.js
index e4fd57cecb8..59b2a1a7f6b 100644
--- a/site2/website-next/src/pages/events.js
+++ b/site2/website-next/src/pages/events.js
@@ -52,10 +52,10 @@ export default function Events() {
                 <FeaturedEvent
                   hidden="false" // use true to hide and false to show the featured event card
                   title="Pulsar Summit Asia 2022"
-                  description="Pulsar Summit Asia 2022 will be hosted virtually on November 19th and 20th, 2022. Register now for free!"
+                  description="Pulsar Summit Asia 2022 was held on November 19th and 20th, 2022. All the sessions are available now!"
                   date=""
-                  link="https://pulsar.apache.org/blog/2022/11/04/pulsar-summit-asia-2022-schedule-announced/#how-to-participate"
-                  linkText="Register"
+                  link="https://www.youtube.com/playlist?list=PLqRma1oIkcWgeNb3kgzqFyg5sywH8S4yy"
+                  linkText="Watch on YouTube"
                 />
               </div>
             </div>