You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zh...@apache.org on 2022/07/05 01:12:18 UTC

[incubator-seatunnel-website] branch main updated: Add announcementBar (#136)

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

zhongjiajie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b5689363 Add announcementBar (#136)
8b5689363 is described below

commit 8b568936376016bd9670bb0826cd0ee7909ad0a1
Author: ChunFu Wu <31...@qq.com>
AuthorDate: Tue Jul 5 09:12:13 2022 +0800

    Add announcementBar (#136)
---
 docusaurus.config.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9a16e0d8a..68592e344 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -61,6 +61,14 @@ const config = {
         ],
     ],
     themeConfig: ({
+        announcementBar: {
+            id: 'announcementBar', // Increment on change
+            content: `🤔 Have queries regarding Apache SeaTunnel, Join Slack channel to discuss them join <a target="_blank" rel="noopener noreferrer" href="https://join.slack.com/t/apacheseatunnel/shared_invite/zt-123jmewxe-RjB_DW3M3gV~xL91pZ0oVQ">#SeaTunnel</a> channel! 🌟`,
+            backgroundColor: "rgb(70, 125, 175, 0.8)",
+            isCloseable: false,
+        },
+        hideOnScroll: false, // Whether to hide the sidebar on scroll
+        hideableSidebar: true, // Whether to hide the sidebar in mobile
         colorMode: {
             defaultMode: 'light',
             disableSwitch: true