Add images
BIN
docs/.vuepress/public/icons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
docs/.vuepress/public/icons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
docs/.vuepress/public/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
docs/.vuepress/public/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 651 B |
BIN
docs/.vuepress/public/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
docs/.vuepress/public/icons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
docs/.vuepress/public/images/guide/ChunkStatus.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
docs/.vuepress/public/images/guide/PlayerInventory.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
docs/.vuepress/public/images/guide/VPS_ConfigureStorage.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
docs/.vuepress/public/images/guide/VPS_InstanceType.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
docs/.vuepress/public/images/guide/VPS_Name.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
docs/.vuepress/public/images/guide/VPS_NetworkSettings.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
docs/.vuepress/public/images/guide/VPS_SelectOS.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
20
docs/.vuepress/public/manifest.webmanifest
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "MCC Documentation",
|
||||
"short_name": "MCC Doc",
|
||||
"description": "Documentation website for Minecraft Console Client (MCC)",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#3eaf7c",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||