mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-05 22:33:06 +00:00
index.md for homepages
This commit is contained in:
parent
2fd4bb124b
commit
f577ffe7a3
@ -10,8 +10,8 @@ Waku is a family of robust, censorship-resistant, peer-to-peer communication pro
|
|||||||
<div class="cta-buttons">
|
<div class="cta-buttons">
|
||||||
<a href="/build/javascript/" class="button button--primary">Start Building</a>
|
<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="/run-node/" class="button button--primary">Run a Node</a>
|
||||||
<a href="/learn/waku-network" class="button button--primary">Learn More</a>
|
<a href="/learn/" class="button button--primary">Learn More</a>
|
||||||
<a href="/research" class="button button--primary">Explore Research</a>
|
<a href="/research/" class="button button--primary">Explore Research</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -82,13 +82,13 @@ const config = {
|
|||||||
{
|
{
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "Learn",
|
label: "Learn",
|
||||||
to: "/learn/waku-network",
|
to: "/learn/",
|
||||||
activeBaseRegex: "^/learn/",
|
activeBaseRegex: "^/learn/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
position: "left",
|
position: "left",
|
||||||
label: "Research",
|
label: "Research",
|
||||||
to: "/research",
|
to: "/research/",
|
||||||
activeBaseRegex: "^/research/",
|
activeBaseRegex: "^/research/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -80,7 +80,7 @@ const sidebars = {
|
|||||||
label: "Home",
|
label: "Home",
|
||||||
href: "/",
|
href: "/",
|
||||||
},
|
},
|
||||||
"learn/waku-network",
|
"learn/index",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Concepts",
|
label: "Concepts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user