mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +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">
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
@ -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/",
|
||||
},
|
||||
{
|
||||
|
||||
@ -80,7 +80,7 @@ const sidebars = {
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
"learn/waku-network",
|
||||
"learn/index",
|
||||
{
|
||||
type: "category",
|
||||
label: "Concepts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user