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

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f7a22e8e0 (feat) add summit banner (#317)
66f7a22e8e0 is described below

commit 66f7a22e8e0bd140c82c8553094c1a8def8478a0
Author: Jeffrey <[email protected]>
AuthorDate: Wed Oct 11 17:54:41 2023 +0800

    (feat) add summit banner (#317)
---
 docusaurus.config.js | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index b615aef60b1..f3154271bd0 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -186,12 +186,14 @@ const config = {
         ({
             announcementBar: {
                 id: 'support_us',
-                content: `<a href="https://github.com/apache/doris"; 
target="_blank" style="display: flex; width: 100%; align-items: center; 
justify-content: center; margin-left: 4px; text-decoration: none; color: 
white">Do you like Apache Doris?Give us a 🌟 on GitHub 
-                        <img style="width: 1.2rem; height: 1.2rem; 
margin-left: 0.4rem;" src="/images/github-white-icon.svg">
-                    </a>`,
+                content: `<a href="https://github.com/apache/doris"; 
target="_blank" style="display: flex; width: 100%; align-items: center; 
justify-content: center; margin-left: 4px; text-decoration: none; color: 
white">Doris Summit Asia 2023 is Coming and Warmly Invite You to Join ! Click 
Now
+                </a>`,
+                // content: `<a href="https://github.com/apache/doris"; 
target="_blank" style="display: flex; width: 100%; align-items: center; 
justify-content: center; margin-left: 4px; text-decoration: none; color: 
white">Do you like Apache Doris?Give us a 🌟 on GitHub 
+                //         <img style="width: 1.2rem; height: 1.2rem; 
margin-left: 0.4rem;" src="/images/github-white-icon.svg">
+                //     </a>`,
                 backgroundColor: '#3C2FD4',
                 textColor: '#FFFFFF',
-                isCloseable: true,
+                isCloseable: false,
             },
             navbar: {
                 title: '',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to