mirror of
https://github.com/acid-info/waku.guide.git
synced 2025-02-23 07:18:19 +00:00
move announcement message
This commit is contained in:
parent
f06b84a4f2
commit
e09bc136a2
@ -3,6 +3,10 @@ title: What is Waku?
|
||||
slug: /
|
||||
---
|
||||
|
||||
:::caution
|
||||
While Waku comes with risks and limitations, as it is still in development and preparing for extensive adoption, it is already demonstrating its capabilities by [powering various applications](/powered-by-waku). Join our [Discord Community](https://discord.gg/Nrac59MfSX) to stay updated on our progress.
|
||||
:::
|
||||
|
||||
Waku is a family of peer-to-peer protocols that offer secure and private communication in a decentralized environment, making it suitable for various decentralized applications (dApps). It is designed to operate in resource-limited environments but can also be used as a node or desktop application.
|
||||
|
||||
Waku protocols ensure that users communication remains censorship-resistant and privacy-preserving, giving them complete control over their data. By incorporating Waku into your dApp, you can add decentralized communication features to your application without compromising security or privacy.
|
||||
|
@ -84,12 +84,6 @@ const config = {
|
||||
}
|
||||
]
|
||||
},
|
||||
announcementBar: {
|
||||
content: "While Waku is still in development and needs to prepare for extensive adoption, it is already <a href='/powered-by-waku'>powering various applications</a>. Join our <a href='https://discord.gg/Nrac59MfSX'>Discord Community</a> to stay updated on our progress.",
|
||||
backgroundColor: "#EBEDF0",
|
||||
textColor: "#1B1B1D",
|
||||
isCloseable: true
|
||||
},
|
||||
footer: {
|
||||
links: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user