Merge pull request #44 from waku-org/guru-patch-2
Highlighting 'waku is not production ready'
This commit is contained in:
commit
85d4c5cf37
|
@ -66,6 +66,14 @@ const config = {
|
|||
label: 'JavaScript (Browser)',
|
||||
},
|
||||
],
|
||||
},
|
||||
announcementBar: {
|
||||
id: "support_us",
|
||||
content:
|
||||
"Waku is not production ready yet. Join our <a href='https://discord.gg/Nrac59MfSX'>discord community</a> to stay updated.",
|
||||
backgroundColor: "#EBEDF0",
|
||||
textColor: "#1B1B1D",
|
||||
isCloseable: true,
|
||||
},
|
||||
footer: {
|
||||
links: [
|
||||
|
|
Loading…
Reference in New Issue