mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 12:00:15 +10:00
Restructure sidebar
This commit is contained in:
@@ -94,37 +94,33 @@ module.exports = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'macOS Sequoia',
|
title: 'macOS support',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 1,
|
sidebarDepth: 1,
|
||||||
children: [
|
children: [
|
||||||
'SEQUOIA-DROP',
|
'SEQUOIA-DROP',
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'macOS Sonoma',
|
|
||||||
collapsable: false,
|
|
||||||
sidebarDepth: 1,
|
|
||||||
children: [
|
|
||||||
'SONOMA-DROP',
|
'SONOMA-DROP',
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
title: 'macOS Ventura',
|
|
||||||
collapsable: false,
|
|
||||||
sidebarDepth: 1,
|
|
||||||
children: [
|
|
||||||
'VENTURA-DROP',
|
'VENTURA-DROP',
|
||||||
|
'MONTEREY-DROP',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title: 'macOS Monterey',
|
title: 'Application',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 1,
|
sidebarDepth: 1,
|
||||||
children: [
|
children: [
|
||||||
'MONTEREY-DROP',
|
'UPDATE',
|
||||||
|
'UNINSTALL',
|
||||||
|
'PROCESS',
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Troubleshooting',
|
||||||
|
collapsable: false,
|
||||||
|
sidebarDepth: 1,
|
||||||
|
children: [
|
||||||
|
'ACCEL',
|
||||||
|
'TROUBLESHOOTING',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -132,12 +128,7 @@ module.exports = {
|
|||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 1,
|
sidebarDepth: 1,
|
||||||
children: [
|
children: [
|
||||||
'ACCEL',
|
|
||||||
'TROUBLESHOOTING',
|
|
||||||
'TIMEMACHINE',
|
'TIMEMACHINE',
|
||||||
'UPDATE',
|
|
||||||
'UNINSTALL',
|
|
||||||
'PROCESS',
|
|
||||||
'DEBUG',
|
'DEBUG',
|
||||||
'ICNS',
|
'ICNS',
|
||||||
'WINDOWS',
|
'WINDOWS',
|
||||||
|
|||||||
Reference in New Issue
Block a user