diff --git a/kusama-guide/docusaurus.config.js b/kusama-guide/docusaurus.config.js
index 71e8739e8c4d..93b167b1c156 100644
--- a/kusama-guide/docusaurus.config.js
+++ b/kusama-guide/docusaurus.config.js
@@ -203,13 +203,13 @@ module.exports = {
contextualSearch: true,
},
/* Banner / Announcement bar */
- announcementBar: {
- id: "banner",
- content:
- 'The Web3 Summit is coming to Berlin this August! Get your ticket 👉',
- backgroundColor: '#e6007a',
- textColor: 'white',
- isCloseable: true,
- },
+ // announcementBar: {
+ // id: "banner",
+ // content:
+ // 'The Web3 Summit is coming to Berlin this August! Get your ticket 👉',
+ // backgroundColor: '#e6007a',
+ // textColor: 'white',
+ // isCloseable: true,
+ // },
},
};
diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js
index a6f90ea19fe7..7b5ce5595cd6 100644
--- a/polkadot-wiki/docusaurus.config.js
+++ b/polkadot-wiki/docusaurus.config.js
@@ -296,14 +296,14 @@ module.exports = {
},
docsSideNavCollapsible: true,
/* Banner / Announcement bar */
- announcementBar: {
- id: "banner",
- content:
- 'The Web3 Summit is coming to Berlin this August! Get your ticket 👉',
- backgroundColor: '#e6007a',
- textColor: 'white',
- isCloseable: true,
- },
+ // announcementBar: {
+ // id: "banner",
+ // content:
+ // 'The Web3 Summit is coming to Berlin this August! Get your ticket 👉',
+ // backgroundColor: '#e6007a',
+ // textColor: 'white',
+ // isCloseable: true,
+ // },
image: 'img/og-polkadot-wiki.png'
},
};
\ No newline at end of file