waku.guide/config.json

98 lines
2.2 KiB
JSON
Raw Normal View History

2022-07-29 05:46:00 +00:00
{
"theme": {
"palettes": {
"dark": {
"background": "#1F1E42",
"text": "#F3DDC3",
"accentActive": "#7187FF",
"accentMute": "#49445C"
},
"light": {
"background": "#F3DDC3",
"text": "#1F1E42",
"accentActive": "#7187FF",
"accentMute": "#C9B7A9"
}
},
"fontFamily": "monospace",
"codeTheme": "prism/duotone-dark"
},
"template": "default",
"static_assets_folder": "static-assets",
"navigation": {
2022-07-29 06:27:21 +00:00
"home": "index.md",
2022-07-29 05:46:00 +00:00
"fileOrdersInSidenav": [
2022-07-29 06:27:21 +00:00
"index.md"
],
"folderOrdersInSidenav": [
"docs"
2022-07-29 05:46:00 +00:00
],
"external_links": [
2022-07-29 06:27:21 +00:00
{
"text": "Waku",
"url": "https://waku.org/",
"category": "Links"
},
2022-07-29 05:46:00 +00:00
{
"text": "Blog",
"url": "https://vac.dev/research",
"category": "Links"
2022-07-29 06:27:21 +00:00
},
{
"text": "Vac",
"url": "https://vac.dev/",
"category": "Links"
},
{
"text": "Waku RFCs",
"url": "https://rfc.vac.dev/spec/10//",
"category": "Links"
},
{
"text": "Careers",
"url": "https://status.im/our_team/jobs.html",
"category": "Links"
},
{
"text": "Discord",
"url": "https://discord.gg/j5pGbn7MHZ",
"category": "Connect"
},
{
"text": "Twitter",
"url": "https://twitter.com/waku_org",
"category": "Connect"
2022-07-29 05:46:00 +00:00
}
]
},
"ds_id": "waku",
"seo": {
2022-07-29 06:27:21 +00:00
"title": "Waku Guide",
"description": "Waku is the communication layer for Web3. Decentralized communication that scales. Private, secure, and it runs anywhere.",
"image": "waku-site-preview-image.png",
"url": "https://waku.guide",
2022-07-29 05:46:00 +00:00
"social_media": [
{
"provider": "twitter",
2022-07-29 06:27:21 +00:00
"handler": "waku_org"
2022-07-29 05:46:00 +00:00
},
{
"provider": "discord",
2022-07-29 06:27:21 +00:00
"handler": "j5pGbn7MHZ"
2022-07-29 05:46:00 +00:00
},
{
"provider": "github",
2022-07-29 06:27:21 +00:00
"handler": "status-im/?q=waku&type=&language=&sort="
2022-07-29 05:46:00 +00:00
},
{
"provider": "telegram",
"handler": "waku_org"
},
{
"provider": "discourse",
2022-07-29 06:27:21 +00:00
"handler": "forum.vac.dev"
2022-07-29 05:46:00 +00:00
}
]
}
}