Skip to content

Commit a1dc492

Browse files
committed
Add headers to support pages
1 parent f394bee commit a1dc492

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

docs/.vuepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ module.exports = {
9797
collapsable: false,
9898
sidebarDepth: 1,
9999
children: [
100-
['SEQUOIA-DROP', 'macOS Sequoia Support'],
100+
['SEQUOIA-DROP'],
101101
]
102102
},
103103
{
104104
title: 'macOS Sonoma',
105105
collapsable: false,
106106
sidebarDepth: 1,
107107
children: [
108-
['SONOMA-DROP', 'macOS Sonoma Support'],
108+
['SONOMA-DROP'],
109109
]
110110
},
111111

@@ -114,7 +114,7 @@ module.exports = {
114114
collapsable: false,
115115
sidebarDepth: 1,
116116
children: [
117-
['VENTURA-DROP', 'macOS Ventura Support'],
117+
['VENTURA-DROP'],
118118
]
119119
},
120120

@@ -123,7 +123,7 @@ module.exports = {
123123
collapsable: false,
124124
sidebarDepth: 1,
125125
children: [
126-
['MONTEREY-DROP', 'macOS Monterey Support'],
126+
['MONTEREY-DROP'],
127127
]
128128
},
129129
{

docs/MONTEREY-DROP.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# macOS Monterey Support
2+
13
![](./images/macos-monterey.png)
24

35
With OpenCore Legacy Patcher v0.1.7 and newer, we've implemented beta macOS Monterey support for users. Please note that Apple has dropped a lot of hardware with this release as well as broken many of our previous patch sets. This page will be used to inform users regarding current issues and will be updated as new patch sets are developed and added to our patcher.

docs/SEQUOIA-DROP.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# macOS Sequoia Support
2+
13
![](./images/macos-sequoia.png)
24

35
Another year, another release.

docs/SONOMA-DROP.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# macOS Sonoma Support
2+
13
![](./images/sonoma.png)
24

35
*Well here we are again, it's always such a pleasure~*

docs/VENTURA-DROP.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# macOS Ventura Support
2+
13
![](./images/ventura.png)
24

35
With the release of OpenCore Legacy Patcher v0.5.0 and newer, early support for macOS Ventura has been implemented for most Metal-capable Macs. This page will be used to inform users regarding current issues and will be updated as new patch sets are developed and added to our patcher.

0 commit comments

Comments
 (0)