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
parent
ead0542917
commit
75401504d3
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue