index.md for homepages

This commit is contained in:
fryorcraken 2025-09-29 16:38:47 +10:00
parent 2fd4bb124b
commit f577ffe7a3
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
4 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@ Waku is a family of robust, censorship-resistant, peer-to-peer communication pro
<div class="cta-buttons">
<a href="/build/javascript/" class="button button--primary">Start Building</a>
<a href="/run-node/" class="button button--primary">Run a Node</a>
<a href="/learn/waku-network" class="button button--primary">Learn More</a>
<a href="/research" class="button button--primary">Explore Research</a>
<a href="/learn/" class="button button--primary">Learn More</a>
<a href="/research/" class="button button--primary">Explore Research</a>
</div>

View File

@ -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/",
},
{

View File

@ -80,7 +80,7 @@ const sidebars = {
label: "Home",
href: "/",
},
"learn/waku-network",
"learn/index",
{
type: "category",
label: "Concepts",