Skip to content

Commit

Permalink
Repaired connections between Pages and Images.
Browse files Browse the repository at this point in the history
  • Loading branch information
royalgraphx committed Aug 27, 2024
1 parent 820b14c commit ab9d929
Show file tree
Hide file tree
Showing 72 changed files with 134 additions and 138 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Temporary Items

# Jekyll Related Stuff
.jekyll-cache/
.jekyll-metadata
.bundle/
_site/

Expand Down
44 changes: 24 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.27.2-arm64-darwin)
google-protobuf (4.27.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
google-protobuf (4.27.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.27.3-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -55,26 +57,28 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
rake (13.1.0)
public_suffix (6.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
rexml (3.3.6)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.5-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.5-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.8-arm64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-linux-gnu)
google-protobuf (~> 4.26)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions _configfolders/02-ACPI/01-SSDTTime/01-Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-UsingWindows.png">
<img width="650" height="200" src="../../../../assets/Header-UsingWindows.png">
</p>

<h2 align="center">Placeholder Information</h2>

<h2 align="center">
<br>
<div class="next-button-container">
<a class="next-button" href="../../../../03-Drivers">Next Page &rarr;</a>
<a class="next-button" href="../../../03-Drivers/index">Next Page &rarr;</a>
</div>
<br>
</h2>
4 changes: 2 additions & 2 deletions _configfolders/02-ACPI/01-SSDTTime/02-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-UsingLinux.png">
<img width="650" height="200" src="../../../../assets/Header-UsingLinux.png">
</p>

<h2 align="center">Placeholder Information</h2>

<h2 align="center">
<br>
<div class="next-button-container">
<a class="next-button" href="../../../../03-Drivers">Next Page &rarr;</a>
<a class="next-button" href="../../../03-Drivers/index">Next Page &rarr;</a>
</div>
<br>
</h2>
4 changes: 2 additions & 2 deletions _configfolders/02-ACPI/01-SSDTTime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ has_toc: false
<h2 align="center">
<br>
<div class="windows-next-button-container">
<a class="windows-next-button" href="../01-Windows/index/">Windows &rarr;</a>
<a class="windows-next-button" href="../01-Windows/">Windows &rarr;</a>
</div>
<div class="navigation-container">
<a class="nav-button" href="../../index/">&larr; Back Page</a>
<a class="nav-button" href="../02-Linux/index/">Linux &rarr;</a>
<a class="nav-button" href="../02-Linux/">Linux &rarr;</a>
</div>
<br>
</h2>
6 changes: 3 additions & 3 deletions _configfolders/02-ACPI/02-Manual/01-SSDT-TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-Placeholder.png">
<img width="650" height="200" src="../../../../assets/Header-Placeholder.png">
</p>

<h2 align="center">SSDT-TEST</h2>
Expand All @@ -37,8 +37,8 @@ has_toc: false
<h2 align="center">
<br>
<div class="navigation-container">
<a class="nav-button" href="../../index/">&larr; Back Page</a>
<a class="nav-button" href="../../../../03-Drivers/">Next Page &rarr;</a>
<a class="nav-button" href="../index/">&larr; Back Page</a>
<a class="nav-button" href="../../../03-Drivers/index">Next Page &rarr;</a>
</div>
<br>
</h2>
2 changes: 1 addition & 1 deletion _configfolders/02-ACPI/02-Manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ has_toc: false
<br>
<div class="navigation-container">
<a class="nav-button" href="../../index/">&larr; Back Page</a>
<a class="nav-button" href="../01-SSDT-TEST/">SSDT-TEST &rarr;</a>
<a class="nav-button" href="../01-SSDT-TEST">SSDT-TEST &rarr;</a>
</div>
<br>
</h2>
2 changes: 1 addition & 1 deletion _configfolders/03-Drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-OpenCore-Drivers.png">
<img width="650" height="200" src="../../../assets/Header-OpenCore-Drivers.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _configfolders/04-Kexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-OpenCore-Kexts.png">
<img width="650" height="200" src="../../../assets/Header-OpenCore-Kexts.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _configfolders/06-Tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-OpenCore-Tools.png">
<img width="650" height="200" src="../../../assets/Header-OpenCore-Tools.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _configplist/01-Intel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: true
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-Placeholder.png">
<img width="650" height="200" src="../../../assets/Header-Placeholder.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _osinstall/01-PlanningInstallDisk.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../assets/Header-PlanningInstallation.png">
<img width="650" height="200" src="../../assets/Header-PlanningInstallation.png">
</p>

<h4 align="center">This page is a stub, but this page should:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _osinstall/02-AttemptingFirstBoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../assets/Header-FirstBootAttempt.png">
<img width="650" height="200" src="../../assets/Header-FirstBootAttempt.png">
</p>

<h4 align="center">This page is a stub, but this page should:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _osinstall/03-DiskUtility.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../assets/Header-UsingDiskUtility.png">
<img width="650" height="200" src="../../assets/Header-UsingDiskUtility.png">
</p>

<h4 align="center">This page is a stub, but this page should:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _osinstall/04-Troubleshooting/01-RecoveryServerHTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ has_toc: false
---

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-HSHTTPFix.png">
<img width="650" height="200" src="../../../assets/Header-HSHTTPFix.png">
</p>
<br>

Expand Down
2 changes: 1 addition & 1 deletion _osinstall/05-OOBE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../assets/Header-OOBE.png">
<img width="650" height="200" src="../../assets/Header-OOBE.png">
</p>

<h4 align="center">This page is a stub, but this page should:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _osinstall/06-Inspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../assets/Header-InitialInspection.png">
<img width="650" height="200" src="../../assets/Header-InitialInspection.png">
</p>

<h4 align="center">This page is a stub, but this page should:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/01-iGPUPatching/01-Skylake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ has_toc: true
---

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-Hardware-SkylakeiGPU.png">
<img width="650" height="200" src="../../../../assets/Header-Hardware-SkylakeiGPU.png">
</p>
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/01-Windows/01-USBMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-Tools-USBMap.png">
<img width="650" height="200" src="../../../../assets/Header-Tools-USBMap.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/01-Windows/02-USBToolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-Tools-USBToolBox.png">
<img width="650" height="200" src="../../../../assets/Header-Tools-USBToolBox.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/01-Windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: true
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-UsingWindows.png">
<img width="650" height="200" src="../../../../assets/Header-UsingWindows.png">
</p>

<h2 align="center">Placeholder Information</h2>
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/02-Linux/01-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-ManualMethod.png">
<img width="650" height="200" src="../../../../assets/Header-ManualMethod.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/02-Linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: true
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-UsingLinux.png">
<img width="650" height="200" src="../../../../assets/Header-UsingLinux.png">
</p>

<h2 align="center">Placeholder Information</h2>
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/03-Darwin/01-USBMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-Tools-USBMap.png">
<img width="650" height="200" src="../../../../assets/Header-Tools-USBMap.png">
</p>

<h2 align="center">Placeholder Information</h2>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/03-Darwin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: true
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-UsingDarwin.png">
<img width="650" height="200" src="../../../../assets/Header-UsingDarwin.png">
</p>

<h2 align="center">Placeholder Information</h2>
2 changes: 1 addition & 1 deletion _postinstall/06-USBMapping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../../assets/Header-USBMapping.png">
<img width="650" height="200" src="../../../assets/Header-USBMapping.png">
</p>

<h2 align="center">To begin, select the operating system of choice:</h2>
Expand Down
2 changes: 1 addition & 1 deletion _postinstall/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ has_toc: false
---

<p align="center">
<img width="650" height="200" src="../../../assets/Header-PostInstallation.png">
<img width="650" height="200" src="../../assets/Header-PostInstallation.png">
</p>
4 changes: 2 additions & 2 deletions _supportcharts/03-GPUSupport/01-Intel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-InteliGPUSupport.png">
<img width="650" height="200" src="../../../assets/Header-InteliGPUSupport.png">
</p>

{: .warning }
Expand Down Expand Up @@ -195,7 +195,7 @@ Ventura (13) dropped support for Skylake iGPUs. However, since Skylake and Kaby
<h2 align="center">
<br>
<div class="next-button-container">
<a class="next-button" href="../../../04-ChipsetSupport/index/">Next Page &rarr;</a>
<a class="next-button" href="../../04-StorageSupport/index/">Next Page &rarr;</a>
</div>
<br>
</h2>
4 changes: 2 additions & 2 deletions _supportcharts/03-GPUSupport/02-AMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-AMDGPUSupport.png">
<img width="650" height="200" src="../../../assets/Header-AMDGPUSupport.png">
</p>

# Navi 23
Expand Down Expand Up @@ -204,7 +204,7 @@ While Navi 21, 22 and Navi 23 are supported, Navi 24 and Navi 3X based graphic c
<h2 align="center">
<br>
<div class="next-button-container">
<a class="next-button" href="../../../04-ChipsetSupport/index/">Next Page &rarr;</a>
<a class="next-button" href="../../04-StorageSupport/index/">Next Page &rarr;</a>
</div>
<br>
</h2>
4 changes: 2 additions & 2 deletions _supportcharts/03-GPUSupport/03-NVIDIA.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_toc: false
</style>

<p align="center">
<img width="650" height="200" src="../../../../assets/Header-NVGPUSupport.png">
<img width="650" height="200" src="../../../assets/Header-NVGPUSupport.png">
</p>

{: .warning }
Expand Down Expand Up @@ -148,7 +148,7 @@ On a more serious note, these GPUs break NVIDIA's naming scheme. Good job NVIDIA
<h2 align="center">
<br>
<div class="next-button-container">
<a class="next-button" href="../../../04-ChipsetSupport/index/">Next Page &rarr;</a>
<a class="next-button" href="../../04-StorageSupport/index/">Next Page &rarr;</a>
</div>
<br>
</h2>
Loading

0 comments on commit ab9d929

Please sign in to comment.