update presentations (#88)
This commit is contained in:
parent
635f394dfa
commit
a95a5c028e
|
@ -11,7 +11,7 @@ This guide provides detailed steps to build a `nwaku` node from the source code
|
|||
|
||||
## Prerequisites
|
||||
|
||||
To build `nwaku`, you need the standard developer tools, including a C compiler, Make, Bash, Git, and PostgreSQL client library.
|
||||
To build `nwaku`, you need the standard developer tools, including a C compiler, GNU Make, Bash, Git, and PostgreSQL client library.
|
||||
|
||||
```mdx-code-block
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
title: Watch Our Presentations
|
||||
---
|
||||
|
||||
## Hashing it Out: Decentralized Messaging
|
||||
|
||||
<iframe class="yt-video" src="https://www.youtube.com/embed/vmx_oOb2On0" title="Hashing it Out: Decentralized Messaging by Franck Royer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
## Using ZKP for Better p2p Messaging with Waku
|
||||
|
||||
<iframe class="yt-video" src="https://www.youtube.com/embed/eJwX1JpcKQk" title="Using ZKP for better p2p messaging with Waku by Oskar Thorén" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
|
|
@ -68,6 +68,16 @@ const config = {
|
|||
sidebarId: "main",
|
||||
label: "About Waku",
|
||||
},
|
||||
{
|
||||
to: "/powered-by-waku",
|
||||
label: "Powered by Waku",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
to: "/presentations",
|
||||
label: "Presentations",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "dropdown",
|
||||
label: "Guides",
|
||||
|
@ -87,11 +97,6 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
to: "/powered-by-waku",
|
||||
label: "Powered by Waku",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "dropdown",
|
||||
label: "Community",
|
||||
|
@ -105,10 +110,6 @@ const config = {
|
|||
label: "Contribute to Waku",
|
||||
to: "/contribute",
|
||||
},
|
||||
{
|
||||
label: "Watch Our Presentations",
|
||||
to: "/presentations",
|
||||
},
|
||||
{
|
||||
label: "Waku Bounties",
|
||||
to: "https://github.com/waku-org/bounties",
|
||||
|
|
|
@ -11,10 +11,6 @@ const sidebars = {
|
|||
type: 'html',
|
||||
value: '<a href="/guides/nodes-and-sdks" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Nodes and SDKs<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>',
|
||||
},
|
||||
{
|
||||
type: 'html',
|
||||
value: '<a href="/presentations" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Presentations<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>',
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Concepts",
|
||||
|
|
Loading…
Reference in New Issue