Move docker page to manage pages

This commit is contained in:
Manuel
2023-08-11 22:13:14 +02:00
parent 9ae2dc3037
commit caf74f9962
4 changed files with 76 additions and 16 deletions

View File

@@ -21,6 +21,12 @@
"discord": "Community Discord",
"contribute": "Contribute"
}
},
"tools": {
"title": "Tools",
"items": {
"docker": "Docker"
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"title": "Docker",
"alerts": {
"notConfigured": {
"text": "Your Homarr instance does not have Docker configured. Please check the documentation on how to set up the integration."
}
}
}