Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add all the community links #197

Merged
merged 4 commits into from
Jun 5, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ const config = {
{
title: "Guides",
items: [
{
to: "/",
label: "Getting Started",
},
{
to: "/guides/nwaku/run-docker-compose",
label: "Run a Nwaku Node",
Expand All @@ -120,35 +116,39 @@ const config = {
{
title: "Community",
items: [
{
href: "https://twitter.com/waku_org/",
label: "X",
},
{
href: "https://discord.waku.org/",
label: "Discord",
},
{
href: "https://twitter.com/waku_org/",
label: "X",
href: "https://github.com/waku-org/",
label: "GitHub",
},
{
href: "https://t.me/waku_org/",
label: "Telegram",
href: "https://www.youtube.com/@wakuorg",
label: "YouTube",
},
{
href: "https://forum.vac.dev/",
label: "Vac Forum",
href: "https://www.linkedin.com/company/waku-org",
label: "LinkedIn",
},
{
href: "https://github.com/waku-org/bounties/",
label: "Bounties",
href: "https://warpcast.com/waku",
label: "Farcaster",
},
{
href: "https://t.me/waku_org/",
label: "Telegram",
},
],
},
{
title: "Resources",
items: [
{
href: "https://github.com/waku-org/",
label: "GitHub",
},
{
href: "https://blog.waku.org/",
label: "Blog",
Expand All @@ -157,6 +157,10 @@ const config = {
href: "https://rfc.vac.dev/waku",
label: "Waku RFCs",
},
{
href: "https://github.com/waku-org/bounties/",
label: "Bounties",
},
{
href: "https://github.com/waku-org/awesome-waku/",
label: "Awesome Waku",
Expand Down
Loading