Docs Code
0
static/.nojekyll
Normal file
1
static/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
docs.papermc.io
|
||||
BIN
static/img/Dino-512x-transparent.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
static/img/diskcraft2.png
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
static/img/diskcraft3.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
static/img/example01.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
static/img/example02.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
static/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
static/img/icons/icon-128x128.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/img/icons/icon-144x144.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/img/icons/icon-152x152.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img/icons/icon-192x192.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
static/img/icons/icon-384x384.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
static/img/icons/icon-512x512.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
static/img/icons/icon-72x72.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
static/img/icons/icon-96x96.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
static/img/og-image.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
static/img/paper.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
57
static/manifest.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "PaperMC Docs",
|
||||
"short_name": "Docs",
|
||||
"theme_color": "#004ee9",
|
||||
"background_color": "#424242",
|
||||
"display": "standalone",
|
||||
"scope": "./",
|
||||
"start_url": "./index.html",
|
||||
"related_applications": [
|
||||
{
|
||||
"platform": "webapp",
|
||||
"url": "https://docs.papermc.io/manifest.json"
|
||||
}
|
||||
],
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icons/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||