RESTfulMC/Frontend/config.json

39 lines
698 B
JSON
Raw Normal View History

2024-04-15 15:00:47 -07:00
{
"siteName": "RESTfulMC",
"siteUrl": "http://localhost:3000",
"analyticsDomain": "mc.rainnny.club",
"metadata": {
"title": {
"default": "RESTfulMC",
"template": "%s 🞄 RESTfulMC"
},
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
"keywords": [
"java",
"minecraft",
"json",
"rest-api",
"restful",
"bedrock",
"springboot"
],
"icons": [
{
"rel": "icon",
"type": "image/png",
"sizes": "32x32",
"url": "/media/logo.webp"
}
]
},
"viewport": {
"themeColor": "minecraft-green-1"
},
"navbarLinks": {
"Player": "/player",
"Server": "/player",
2024-04-16 06:59:20 -07:00
"Mojang": "/mojang",
"Docs": "/docs"
2024-04-15 15:00:47 -07:00
}
}