From a95a5c028e2be246ba7964fda257e37204269a89 Mon Sep 17 00:00:00 2001 From: LordGhostX <47832826+LordGhostX@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:37:52 +0100 Subject: [PATCH] update presentations (#88) --- docs/guides/nwaku/build-source.md | 2 +- docs/presentations.md | 4 ++++ docusaurus.config.js | 19 ++++++++++--------- sidebars.js | 4 ---- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/guides/nwaku/build-source.md b/docs/guides/nwaku/build-source.md index effb5f0..69afd38 100644 --- a/docs/guides/nwaku/build-source.md +++ b/docs/guides/nwaku/build-source.md @@ -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'; diff --git a/docs/presentations.md b/docs/presentations.md index 52af9f6..398c785 100644 --- a/docs/presentations.md +++ b/docs/presentations.md @@ -2,6 +2,10 @@ title: Watch Our Presentations --- +## Hashing it Out: Decentralized Messaging + + + ## Using ZKP for Better p2p Messaging with Waku diff --git a/docusaurus.config.js b/docusaurus.config.js index f780e89..46d97eb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", diff --git a/sidebars.js b/sidebars.js index 9dabc63..c686725 100644 --- a/sidebars.js +++ b/sidebars.js @@ -11,10 +11,6 @@ const sidebars = { type: 'html', value: 'Nodes and SDKs', }, - { - type: 'html', - value: 'Presentations', - }, { type: "category", label: "Concepts",