From f577ffe7a3555038b206eb7025230f115b3ea502 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 29 Sep 2025 16:38:47 +1000 Subject: [PATCH] index.md for homepages --- docs/landing.md | 4 ++-- docs/learn/{waku-network.md => index.md} | 0 docusaurus.config.js | 4 ++-- sidebars.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename docs/learn/{waku-network.md => index.md} (100%) diff --git a/docs/landing.md b/docs/landing.md index c2a0f32..998fa00 100644 --- a/docs/landing.md +++ b/docs/landing.md @@ -10,8 +10,8 @@ Waku is a family of robust, censorship-resistant, peer-to-peer communication pro
Start Building Run a Node - Learn More - Explore Research + Learn More + Explore Research
diff --git a/docs/learn/waku-network.md b/docs/learn/index.md similarity index 100% rename from docs/learn/waku-network.md rename to docs/learn/index.md diff --git a/docusaurus.config.js b/docusaurus.config.js index a0faa5d..50f0320 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -82,13 +82,13 @@ const config = { { position: "left", label: "Learn", - to: "/learn/waku-network", + to: "/learn/", activeBaseRegex: "^/learn/", }, { position: "left", label: "Research", - to: "/research", + to: "/research/", activeBaseRegex: "^/research/", }, { diff --git a/sidebars.js b/sidebars.js index 45f47e6..6a7ee8c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -80,7 +80,7 @@ const sidebars = { label: "Home", href: "/", }, - "learn/waku-network", + "learn/index", { type: "category", label: "Concepts",