Skip to content

Commit 8889159

Browse files
committed
index.md for homepages
1 parent 299a5c5 commit 8889159

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/landing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Waku is a family of robust, censorship-resistant, peer-to-peer communication pro
1010
<div class="cta-buttons">
1111
<a href="/build/javascript/" class="button button--primary">Start Building</a>
1212
<a href="/run-node/" class="button button--primary">Run a Node</a>
13-
<a href="/learn/waku-network" class="button button--primary">Learn More</a>
14-
<a href="/research" class="button button--primary">Explore Research</a>
13+
<a href="/learn/" class="button button--primary">Learn More</a>
14+
<a href="/research/" class="button button--primary">Explore Research</a>
1515
</div>
1616

1717

File renamed without changes.

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ const config = {
8282
{
8383
position: "left",
8484
label: "Learn",
85-
to: "/learn/waku-network",
85+
to: "/learn/",
8686
activeBaseRegex: "^/learn/",
8787
},
8888
{
8989
position: "left",
9090
label: "Research",
91-
to: "/research",
91+
to: "/research/",
9292
activeBaseRegex: "^/research/",
9393
},
9494
{

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const sidebars = {
8080
label: "Home",
8181
href: "/",
8282
},
83-
"learn/waku-network",
83+
"learn/index",
8484
{
8585
type: "category",
8686
label: "Concepts",

0 commit comments

Comments
 (0)