Add headers to support pages

This commit is contained in:
Dhinak G
2024-09-15 14:25:14 -04:00
parent f394bee0f5
commit a1dc492cc9
5 changed files with 12 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ module.exports = {
collapsable: false,
sidebarDepth: 1,
children: [
['SEQUOIA-DROP', 'macOS Sequoia Support'],
['SEQUOIA-DROP'],
]
},
{
@@ -105,7 +105,7 @@ module.exports = {
collapsable: false,
sidebarDepth: 1,
children: [
['SONOMA-DROP', 'macOS Sonoma Support'],
['SONOMA-DROP'],
]
},
@@ -114,7 +114,7 @@ module.exports = {
collapsable: false,
sidebarDepth: 1,
children: [
['VENTURA-DROP', 'macOS Ventura Support'],
['VENTURA-DROP'],
]
},
@@ -123,7 +123,7 @@ module.exports = {
collapsable: false,
sidebarDepth: 1,
children: [
['MONTEREY-DROP', 'macOS Monterey Support'],
['MONTEREY-DROP'],
]
},
{