1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

mkdocs change

This commit is contained in:
Tyler Nguyen 2022-04-20 02:11:21 -05:00
parent d76ee43891
commit ca5b0224f4
Signed by untrusted user who does not match committer: tylernguyen
GPG key ID: 171C766BBF5AD87E
3 changed files with 21 additions and 15 deletions

View file

@ -2,13 +2,13 @@
<p align="center"> <p align="center">
<a href="https://www.apple.com/macos/big-sur/"> <a href="https://www.apple.com/macos/big-sur/">
<img src="https://img.shields.io/badge/macOS-Monterey_v12.2.1-red.svg"/> </a> <img src="https://img.shields.io/badge/macOS-Monterey_v12.3.1-red.svg"/> </a>
<a href="https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x1-carbon-6th-gen-type-20kh-20kg/downloads/driver-list/component?name=BIOS%2FUEFI"> <a href="https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x1-carbon-6th-gen-type-20kh-20kg/downloads/driver-list/component?name=BIOS%2FUEFI">
<img src="https://img.shields.io/badge/BIOS-Modded_1.50-blue"/> </a> <img src="https://img.shields.io/badge/BIOS-Modded_1.50-blue"/> </a>
<a href="https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/references/x1c6-Platform_Specifications.pdf"> <a href="https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/references/x1c6-Platform_Specifications.pdf">
<img src="https://img.shields.io/badge/Model-20KH*-9cf"/> </a> <img src="https://img.shields.io/badge/Model-20KH*-9cf"/> </a>
<a href="https://github.com/acidanthera/OpenCorePkg"> <a href="https://github.com/acidanthera/OpenCorePkg">
<img src="https://img.shields.io/badge/OpenCore-0.7.8-12AED6"/> </a> <img src="https://img.shields.io/badge/OpenCore-0.8.0-12AED6"/> </a>
<a href="https://github.com/tylernguyen/x1c6-hackintosh/issues"> <a href="https://github.com/tylernguyen/x1c6-hackintosh/issues">
<img src="https://img.shields.io/github/issues/tylernguyen/x1c6-hackintosh"/> </a> <img src="https://img.shields.io/github/issues/tylernguyen/x1c6-hackintosh"/> </a>
<a href="https://github.com/tylernguyen/x1c6-hackintosh/commits/master"> <a href="https://github.com/tylernguyen/x1c6-hackintosh/commits/master">
@ -49,18 +49,15 @@ I consider the state of this project to be **very stable**. Everything works the
##### Recent | [Changelog Archive](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/CHANGELOG.md) ##### Recent | [Changelog Archive](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/CHANGELOG.md)
### 2022-2-21 ### 2022-4-20
#### Added #### Added
#### Changed #### Changed
- OC to 0.7.8 - OC to 0.8.0
- macOS to Monterey 12.2.1 - macOS to Monterey 12.3.1
- Upgraded various Acidanthera kexts - Upgraded various Acidanthera kexts
#### Deleted
- `RTCMemoryFixup.kext`
# Other Respositories # Other Respositories
- x1c6-hackintosh repositories: - x1c6-hackintosh repositories:

View file

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 2022-4-20
#### Added
#### Changed
- OC to 0.8.0
- macOS to Monterey 12.3.1
- Upgraded various Acidanthera kexts
### 2022-2-21 ### 2022-2-21
#### Added #### Added

View file

@ -8,10 +8,11 @@ site_description: >-
# ANCHOR Repository # ANCHOR Repository
repo_name: tylernguyen/x1c6-hackintosh repo_name: tylernguyen/x1c6-hackintosh
repo_url: https://github.com/tylernguyen/x1c6-hackintosh repo_url: https://github.com/tylernguyen/x1c6-hackintosh
edit_uri: "" edit_uri: "edit/main/docs/"
theme: theme:
name: material name: material
custom_dir: overrides
icon: icon:
repo: fontawesome/brands/git repo: fontawesome/brands/git
logo: material/laptop logo: material/laptop
@ -19,15 +20,13 @@ theme:
palette: palette:
- media: "(prefers-color-scheme: light)" - media: "(prefers-color-scheme: light)"
scheme: default scheme: default
primary: red accent: deep orange
accent: yellow
toggle: toggle:
icon: material/toggle-switch-off-outline icon: material/toggle-switch-off-outline
name: Switch to dark mode name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" - media: "(prefers-color-scheme: dark)"
scheme: slate scheme: slate
primary: red accent: amber
accent: yellow
toggle: toggle:
icon: material/toggle-switch icon: material/toggle-switch
name: Switch to light mode name: Switch to light mode
@ -47,8 +46,7 @@ extra:
- icon: fontawesome/brands/github - icon: fontawesome/brands/github
link: https://github.com/tylernguyen link: https://github.com/tylernguyen
# NOTE Hide "Made with Material for MkDocs" # NOTE Hide "Made with Material for MkDocs"
extra: generator: false
generator: false
extra_css: extra_css:
- stylesheets/extra.css - stylesheets/extra.css
@ -83,6 +81,8 @@ markdown_extensions:
- name: mermaid - name: mermaid
class: mermaid class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
# !SECTION # !SECTION
# ANCHOR Page tree # ANCHOR Page tree