This is an automated email from the ASF dual-hosted git repository.
aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/main by this push:
new ed441b68 Add announcement bar => GitHub star (#35)
ed441b68 is described below
commit ed441b68942c1b080f42357edca0238407be2d65
Author: Alexander Alten <[email protected]>
AuthorDate: Mon Feb 26 10:56:15 2024 +0100
Add announcement bar => GitHub star (#35)
* add H1 for examples
* add H1 for examples
* add H1 for examples
* add top banner
---
docusaurus.config.ts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index a791e0cc..ea5b35b4 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -45,6 +45,14 @@ const config: Config = {
plugins: [require.resolve('docusaurus-lunr-search')],
themeConfig: {
// Replace with your project's social card
+ announcementBar: {
+ id: 'support_us',
+ content:
+ '⭐️ If you like Apache Wayang, give it a star on <a target="_blank"
href="https://github.com/apache/incubator-wayang">GitHub</a>! ⭐ ',
+ backgroundColor: '#fafbfc',
+ textColor: '#091E42',
+ isCloseable: true,
+ },
navbar: {
title: '',
logo: {