Move supervisor & os docs (#521)

This commit is contained in:
Franck Nijhof
2020-05-12 20:35:01 +02:00
committed by GitHub
parent 81e13e39b6
commit c802bbef97
8 changed files with 64 additions and 47 deletions

View File

@@ -69,12 +69,14 @@ module.exports = {
"internationalization/custom_integration",
"translations",
],
OperatingSystem: ["operating-system", "operating-system/debugging"],
Supervisor: ["supervisor", "supervisor/developing", "supervisor/debugging"],
// Old structure, still to move/migrate
Architecture: {
Architecture: [
"architecture_index",
"architecture_components",
"architecture_entities",
"architecture_hassio",
],
Entities: [
"entity_index",
@@ -170,7 +172,6 @@ module.exports = {
"asyncio_categorizing_functions",
"asyncio_working_with_async",
],
"Hass.io": ["hassio_debugging", "hassio_hass"],
"Maintainer docs": ["maintenance"],
},
};