RESTfulMC/Frontend/config.json

67 lines
1.9 KiB
JSON
Raw Normal View History

2024-04-15 15:00:47 -07:00
{
2024-04-17 20:34:13 -07:00
"siteName": "RESTfulMC",
"siteUrl": "http://localhost:3000",
"apiEndpoint": "https://api.restfulmc.cc",
"analyticsDomain": "restfulmc.cc",
"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",
2024-04-20 10:43:14 -07:00
"url": "/media/logo.png"
2024-04-17 20:34:13 -07:00
}
]
},
"viewport": {
"themeColor": "#3C8627"
},
"navbarLinks": {
"Player": "/player",
"Server": "/server",
"Mojang": "/mojang",
"Docs": "/docs"
},
"featuredItems": [
{
"name": "Player Lookup",
"description": "Wanna find a player? You can locate them here by their username or UUID.",
"image": "/media/featured/server.jpg",
"href": "/player"
},
{
"name": "Server Lookup",
"description": "Fugiat culpa est consequat nostrud exercitation ut id ex in.",
"image": "/media/featured/server.jpg",
2024-04-17 22:04:56 -07:00
"href": "/server"
2024-04-17 20:34:13 -07:00
}
2024-04-18 17:12:25 -07:00
],
"footerLinks": {
"Utilities": {
"Player Query": "/player",
"Server Query": "/server",
"Mojang Status": "/mojang"
},
"Resources": {
2024-04-20 22:01:52 -07:00
"Documentation": "/docs",
2024-04-18 17:12:25 -07:00
"Source Code": "https://github.com/Rainnny7/RESTfulMC",
"Wiki": "https://git.rainnny.club/Rainnny/RESTfulMC/wiki",
"SwaggerUI": "https://api.restfulmc.cc/swagger-ui.html"
}
}
2024-04-15 15:00:47 -07:00
}