docs(mkdocs): run docgen, depgen and jsonschema targets

This commit is contained in:
LGUG2Z
2025-09-09 08:56:23 -07:00
parent 86e0d40828
commit 78177af6b8
11 changed files with 346 additions and 257 deletions
+24
View File
@@ -1111,6 +1111,14 @@
]
}
]
},
"show_read_only_disks": {
"description": "Show disks that are read only. (default: false)",
"type": "boolean"
},
"show_removable_disks": {
"description": "Show removable disks. (default: true)",
"type": "boolean"
}
}
}
@@ -2755,6 +2763,14 @@
]
}
]
},
"show_read_only_disks": {
"description": "Show disks that are read only. (default: false)",
"type": "boolean"
},
"show_removable_disks": {
"description": "Show removable disks. (default: true)",
"type": "boolean"
}
}
}
@@ -59617,6 +59633,14 @@
]
}
]
},
"show_read_only_disks": {
"description": "Show disks that are read only. (default: false)",
"type": "boolean"
},
"show_removable_disks": {
"description": "Show removable disks. (default: true)",
"type": "boolean"
}
}
}