Skip to content

Commit

Permalink
Restructure sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaDoX1994 authored Oct 9, 2024
1 parent 80e2aa9 commit 7c89ab6
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,50 +94,41 @@ module.exports = {

},
{
title: 'macOS Sequoia',
title: 'macOS support',
collapsable: false,
sidebarDepth: 1,
children: [
'SEQUOIA-DROP',
'SONOMA-DROP',
'VENTURA-DROP',
'MONTEREY-DROP',
]
},
{
title: 'macOS Sonoma',
{
title: 'Application',
collapsable: false,
sidebarDepth: 1,
children: [
'SONOMA-DROP',
'UPDATE',
'UNINSTALL',
'PROCESS',
]
},

{
title: 'macOS Ventura',
{
title: 'Troubleshooting',
collapsable: false,
sidebarDepth: 1,
children: [
'VENTURA-DROP',
]
},

{
title: 'macOS Monterey',
collapsable: false,
sidebarDepth: 1,
children: [
'MONTEREY-DROP',
'ACCEL',
'TROUBLESHOOTING',
]
},
},
{
title: 'Misc',
collapsable: false,
sidebarDepth: 1,
children: [
'ACCEL',
'TROUBLESHOOTING',
'TIMEMACHINE',
'UPDATE',
'UNINSTALL',
'PROCESS',
'DEBUG',
'ICNS',
'WINDOWS',
Expand Down

0 comments on commit 7c89ab6

Please sign in to comment.