Add proper sidebar for openHABian (#2434)

* Add proper sidebar for openHABian

Depends openhab/openhabian#1936

Signed-off-by: Ethan Dye <mrtops03@gmail.com>

* Fix typo

Signed-off-by: Ethan Dye <mrtops03@gmail.com>

---------

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
pull/2491/head
Ethan Dye 2025-04-24 12:12:30 -06:00 committed by GitHub
parent ead0542917
commit 75401504d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -50,7 +50,14 @@ module.exports = [
['installation/linux', 'Linux'], ['installation/linux', 'Linux'],
['installation/windows', 'Windows'], ['installation/windows', 'Windows'],
['installation/macos', 'macOS'], ['installation/macos', 'macOS'],
{ title: 'openHABian',
children: [
'installation/openhabian', 'installation/openhabian',
'installation/openhabian-troubleshooting',
'installation/openhabian-backup',
'installation/openhabian-exim',
]
},
'installation/armbian', 'installation/armbian',
'installation/docker', 'installation/docker',
'installation/synology', 'installation/synology',