mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
98 lines
2.1 KiB
JSON
98 lines
2.1 KiB
JSON
{
|
|
"name": "Rallly",
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#4f46e5",
|
|
"light": "#6366f1",
|
|
"dark": "#1f2937",
|
|
"anchors": { "from": "#878AFA", "to": "#4347F1" }
|
|
},
|
|
"topbarCtaButton": {
|
|
"name": "Go to App",
|
|
"url": "https://app.rallly.co"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Home",
|
|
"url": "https://rallly.co"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Self-Hosting",
|
|
"icon": "server",
|
|
"url": "self-hosting"
|
|
},
|
|
{
|
|
"name": "Contributing Guide",
|
|
"icon": "hand-holding-heart",
|
|
"url": "contribute"
|
|
},
|
|
{
|
|
"name": "Contact",
|
|
"icon": "messages",
|
|
"url": "contact"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Documentation",
|
|
"pages": ["introduction", "faq"]
|
|
},
|
|
{
|
|
"group": "Guides for Administrators",
|
|
"pages": [
|
|
"administrators/creating-a-meeting-poll",
|
|
"administrators/sharing-a-meeting-poll",
|
|
"administrators/editing-a-meeting-poll",
|
|
"administrators/deleting-a-meeting-poll"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides for Participants",
|
|
"pages": [
|
|
"participants/submitting-a-response",
|
|
"participants/editing-a-response"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self-Hosting",
|
|
"pages": [
|
|
"self-hosting/introduction",
|
|
"self-hosting/pricing",
|
|
"self-hosting/managed-hosting",
|
|
"self-hosting/configuration-options"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contributing Guide",
|
|
"pages": ["contribute/introduction"]
|
|
},
|
|
{
|
|
"group": "How to Contribute",
|
|
"pages": [
|
|
"contribute/donations",
|
|
"contribute/translations",
|
|
"contribute/documentation"
|
|
]
|
|
},
|
|
{
|
|
"group": "Contact",
|
|
"pages": ["contact/support"]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/ralllyco",
|
|
"github": "https://github.com/lukevella/rallly",
|
|
"discord": "https://discord.com/invite/uzg4ZcHbuM",
|
|
"website": "https://rallly.co/"
|
|
},
|
|
"feedback": {
|
|
"suggestEdit": true,
|
|
"raiseIssue": true
|
|
}
|
|
}
|