Restructure sidebar

This commit is contained in:
neon ball
2024-10-10 01:12:25 +03:00
committed by GitHub
parent 80e2aa9447
commit 7c89ab6ba3

View File

@@ -94,50 +94,41 @@ module.exports = {
}, },
{ {
title: 'macOS Sequoia', title: 'macOS support',
collapsable: false, collapsable: false,
sidebarDepth: 1, sidebarDepth: 1,
children: [ children: [
'SEQUOIA-DROP', 'SEQUOIA-DROP',
'SONOMA-DROP',
'VENTURA-DROP',
'MONTEREY-DROP',
] ]
}, },
{ {
title: 'macOS Sonoma', title: 'Application',
collapsable: false, collapsable: false,
sidebarDepth: 1, sidebarDepth: 1,
children: [ children: [
'SONOMA-DROP', 'UPDATE',
'UNINSTALL',
'PROCESS',
] ]
}, },
{
{ title: 'Troubleshooting',
title: 'macOS Ventura',
collapsable: false,
sidebarDepth: 1,
children: [
'VENTURA-DROP',
]
},
{
title: 'macOS Monterey',
collapsable: false,
sidebarDepth: 1,
children: [
'MONTEREY-DROP',
]
},
{
title: 'Misc',
collapsable: false, collapsable: false,
sidebarDepth: 1, sidebarDepth: 1,
children: [ children: [
'ACCEL', 'ACCEL',
'TROUBLESHOOTING', 'TROUBLESHOOTING',
]
},
{
title: 'Misc',
collapsable: false,
sidebarDepth: 1,
children: [
'TIMEMACHINE', 'TIMEMACHINE',
'UPDATE',
'UNINSTALL',
'PROCESS',
'DEBUG', 'DEBUG',
'ICNS', 'ICNS',
'WINDOWS', 'WINDOWS',