Switch sidebar ordering

This commit is contained in:
neon ball
2022-10-06 20:05:02 +03:00
committed by GitHub
parent 58af2fe8c9
commit ce6fca3485

View File

@@ -92,14 +92,6 @@ module.exports = {
] ]
}, },
{
title: 'macOS Monterey',
collapsable: false,
sidebarDepth: 1,
children: [
['MONTEREY-DROP', 'macOS Monterey Support'],
]
},
{ {
title: 'macOS Ventura', title: 'macOS Ventura',
collapsable: false, collapsable: false,
@@ -107,6 +99,15 @@ module.exports = {
children: [ children: [
['VENTURA-DROP', 'macOS Ventura Support'], ['VENTURA-DROP', 'macOS Ventura Support'],
] ]
},
{
title: 'macOS Monterey',
collapsable: false,
sidebarDepth: 1,
children: [
['MONTEREY-DROP', 'macOS Monterey Support'],
]
}, },
{ {
title: 'Misc', title: 'Misc',