From ca5b0224f4f1f3872143255398a9e4a9a41f74bd Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Wed, 20 Apr 2022 02:11:21 -0500 Subject: [PATCH] mkdocs change --- README.md | 13 +++++-------- docs/CHANGELOG.md | 9 +++++++++ mkdocs.yml | 14 +++++++------- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 970f43d..7d275da 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@

- + - + @@ -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) -### 2022-2-21 +### 2022-4-20 #### Added #### Changed -- OC to 0.7.8 -- macOS to Monterey 12.2.1 +- OC to 0.8.0 +- macOS to Monterey 12.3.1 - Upgraded various Acidanthera kexts -#### Deleted -- `RTCMemoryFixup.kext` - # Other Respositories - x1c6-hackintosh repositories: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 32cd333..4d0d1ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,15 @@ 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/). +### 2022-4-20 + +#### Added + +#### Changed +- OC to 0.8.0 +- macOS to Monterey 12.3.1 +- Upgraded various Acidanthera kexts + ### 2022-2-21 #### Added diff --git a/mkdocs.yml b/mkdocs.yml index bbf27e1..b6fdd13 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,10 +8,11 @@ site_description: >- # ANCHOR Repository repo_name: tylernguyen/x1c6-hackintosh repo_url: https://github.com/tylernguyen/x1c6-hackintosh -edit_uri: "" +edit_uri: "edit/main/docs/" theme: name: material + custom_dir: overrides icon: repo: fontawesome/brands/git logo: material/laptop @@ -19,15 +20,13 @@ theme: palette: - media: "(prefers-color-scheme: light)" scheme: default - primary: red - accent: yellow + accent: deep orange toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode - media: "(prefers-color-scheme: dark)" scheme: slate - primary: red - accent: yellow + accent: amber toggle: icon: material/toggle-switch name: Switch to light mode @@ -47,8 +46,7 @@ extra: - icon: fontawesome/brands/github link: https://github.com/tylernguyen # NOTE Hide "Made with Material for MkDocs" - extra: - generator: false + generator: false extra_css: - stylesheets/extra.css @@ -83,6 +81,8 @@ markdown_extensions: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format + - pymdownx.tabbed: + alternate_style: true # !SECTION # ANCHOR Page tree