Rainnny7
e9f30885b0
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 3m15s
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"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",
|
|
"url": "/media/logo.png"
|
|
}
|
|
]
|
|
},
|
|
"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",
|
|
"href": "/server"
|
|
}
|
|
],
|
|
"footerLinks": {
|
|
"Utilities": {
|
|
"Player Query": "/player",
|
|
"Server Query": "/server",
|
|
"Mojang Status": "/mojang"
|
|
},
|
|
"Resources": {
|
|
"Documentation": "/docs",
|
|
"Source Code": "https://github.com/Rainnny7/RESTfulMC",
|
|
"Wiki": "https://git.rainnny.club/Rainnny/RESTfulMC/wiki",
|
|
"SwaggerUI": "https://api.restfulmc.cc/swagger-ui.html"
|
|
}
|
|
}
|
|
}
|