Files
meshbook/os_categories.json
Daan Selen b7b9fdaea7 Added minor changes (documentation) and indentation for readability.
Readme correct referencing to new docs directory its file.
    couple comments and indentations to improve readability.
    Added a dummy Ubuntu 22 and MacOS categories as an example.
2025-02-13 12:29:06 +01:00

19 lines
356 B
JSON

{
"Linux": {
"Debian": [
"Debian GNU/Linux 12 (bookworm)",
"Debian GNU/Linux 11 (bullseye)"
],
"Ubuntu": [
"Ubuntu 24.04.1 LTS"
],
"Ubuntu 22": [
"Ubuntu 22.04.1 LTS"
]
},
"MacOS": {
"Sequoia": [
"macOS 15.0.1"
]
}
}