From 4dffda6150b68f806affd8150c35e8c4f454c840 Mon Sep 17 00:00:00 2001 From: Kumaraguru <19eucs071@skcet.ac.in> Date: Wed, 22 Mar 2023 11:15:36 +0530 Subject: [PATCH] Highlighting 'waku is not production ready' Added an announcement bar that reflects the fact that existing waku network can't be used for production apps nor mission critical systems (involving economical value) --- docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d374cc..a1b7f43 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -59,6 +59,14 @@ const config = { label: 'JavaScript (Browser)', }, ], + }, + announcementBar: { + id: "support_us", + content: + "Waku is not production ready yet. Join our discord community to stay updated.", + backgroundColor: "#EBEDF0", + textColor: "#1B1B1D", + isCloseable: true, }, footer: { links: [