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

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


The following commit(s) were added to refs/heads/master by this push:
     new 741ec0b  [INLONG-1830] Add a star reminder (#199)
741ec0b is described below

commit 741ec0b8a93c8f4ee6975a49854616ff751ffc68
Author: lizhwang <[email protected]>
AuthorDate: Wed Nov 24 19:44:57 2021 +0800

    [INLONG-1830] Add a star reminder (#199)
---
 docusaurus.config.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5c0cfb1..df4d0b9 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -54,6 +54,11 @@ const darkCodeTheme = 
require('prism-react-renderer/themes/dracula');
   themeConfig:
     /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
     ({
+      announcementBar: {
+        id: 'announcementBar-2', // Increment on change
+        content: `⭐️ &nbsp; If you like Apache InLong , give it a star on <a 
target="_blank" rel="noopener noreferrer" 
href="https://github.com/apache/incubator-inlong";>GitHub</a>`,
+        backgroundColor: "#BBDFFF",
+      },
       navbar: {
         title: 'Apache InLong',
         logo: {

Reply via email to