2022-05-20 11:27:22 +00:00
{
"theme" : {
"palettes" : {
"dark" : {
"background" : "#000000" ,
"text" : "#FFFFFF" ,
2022-05-26 16:49:35 +00:00
"accentActive" : "#7187ff" ,
"accentMute" : "#30363d"
2022-05-20 11:27:22 +00:00
} ,
"light" : {
"background" : "#FFFFFF" ,
"text" : "#000000" ,
2022-05-26 16:49:35 +00:00
"accentActive" : "#7187ff" ,
2022-05-26 16:51:20 +00:00
"accentMute" : "#dedede"
2022-05-20 11:27:22 +00:00
}
} ,
2022-05-23 16:15:38 +00:00
"fontFamily" : "monospace" ,
2022-05-31 15:50:06 +00:00
"codeTheme" : "prism/cb"
2022-05-20 11:27:22 +00:00
} ,
2022-05-23 15:24:33 +00:00
"template" : "default" ,
2022-05-25 12:42:09 +00:00
"static_assets_folder" : "static-assets" ,
2022-05-20 11:27:22 +00:00
"navigation" : {
2022-05-23 15:24:33 +00:00
"home" : "main.md" ,
"fileOrdersInSidenav" : [
"main.md" ,
2022-05-27 10:37:42 +00:00
"what.md" ,
2022-05-24 10:52:51 +00:00
"why.md" ,
2022-05-27 10:37:42 +00:00
"ecosystem.md" ,
2022-05-27 10:45:43 +00:00
"territory.md" ,
"technology/overview" ,
"technology/blockchain" ,
"technology/waku" ,
"technology/codex"
2022-05-23 15:24:33 +00:00
] ,
2022-05-25 10:59:23 +00:00
"folderOrdersInSidenav" : [
"technology" ,
2022-05-27 10:37:42 +00:00
"learn" ,
"about"
2022-05-25 10:59:23 +00:00
]
2022-05-25 12:42:09 +00:00
} ,
"ds_id" : "logos" ,
"seo" : {
"title" : "Logos" ,
"description" : "Logos is the world’ s first Network State designed to enable new types of applications and institutions that uphold basic human rights." ,
2022-05-25 13:09:21 +00:00
"image" : "logos-site-preview-image.png" ,
2022-05-25 12:47:04 +00:00
"url" : "https://logos-co-v0.vercel.app" ,
2022-05-25 12:42:09 +00:00
"social_media" : [
{
"provider" : "twitter" ,
"handler" : "ethstatus"
}
]
2022-05-20 11:27:22 +00:00
}
2022-05-26 16:49:35 +00:00
}