docs/config.json.example
Rainnny7 1614889a62
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 19s
add a config
Took 52 minutes
2024-10-09 16:30:22 -04:00

26 lines
558 B
Plaintext

{
"contentSource": "{process}/docs",
"socialLinks": [
{
"name": "GitHub",
"tooltip": "View our Github",
"logo": "./github.svg",
"href": "https://github.com/PulseAppCC",
"navbar": true
},
{
"name": "Discord",
"tooltip": "Join our Discord",
"logo": "./discord.svg",
"href": "https://discord.pulseapp.cc",
"navbar": true
},
{
"name": "Email",
"tooltip": "Email us",
"logo": "Mail",
"href": "mailto:support@pulseapp.cc",
"navbar": false
}
]
}