docs/config.json.example
Rainnny7 6e949539ab
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 33s
add metadata & viewport to the config
Took 11 minutes
2024-10-09 17:17:21 -04:00

49 lines
1.1 KiB
Plaintext

{
"siteName": "Pulse App",
"metadata": {
"title": {
"default": "Pulse Docs",
"template": "Pulse Docs"
},
"description": "A lightweight service monitoring solution for tracking the availability of whatever service your heart desires!",
"openGraph": {
"images": [
{
"url": "https://pulseapp.cc/media/logo.png",
"width": 128,
"height": 128
}
]
},
"twitter": {
"card": "summary"
}
},
"viewport": {
"themeColor": "#A855F7"
},
"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
}
]
}