mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
Mostly done, just need to rewrite/reformat some Markdown
This commit is contained in:
parent
7c617b5464
commit
4ff1cd0484
1 changed files with 12 additions and 4 deletions
16
mkdocs.yml
16
mkdocs.yml
|
@ -9,7 +9,7 @@ repo_url: https://github.com/tylernguyen/x1c6-hackintosh
|
||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: Index.md
|
- Home: index.md
|
||||||
- Summary: Summary.md
|
- Summary: Summary.md
|
||||||
- Hardware: Hardware.md
|
- Hardware: Hardware.md
|
||||||
- BIOS: BIOS.md
|
- BIOS: BIOS.md
|
||||||
|
@ -18,10 +18,18 @@ nav:
|
||||||
- Patches: Patches.md
|
- Patches: Patches.md
|
||||||
- Post Installation: Post-Installation.md
|
- Post Installation: Post-Installation.md
|
||||||
- Issues: Issues.md
|
- Issues: Issues.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
markdown_extensions:
|
features:
|
||||||
- admonition
|
- header.autohide
|
||||||
|
- search.highlight
|
||||||
|
- search.suggest
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- minify:
|
- minify:
|
||||||
minify_html: true
|
minify_html: true
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- search
|
||||||
|
|
Loading…
Reference in a new issue