mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
mkdocs: Change navigation style
This commit is contained in:
parent
c13f46c234
commit
e242cf0860
5 changed files with 2 additions and 22 deletions
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
## FAQ
|
||||
|
||||
#### Does everything work?
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
## Creating the macOS Installer
|
||||
|
||||
Start by creating a vanilla macOS installer, refer to [Dortania's Creating the USB](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/).
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
## FAQ
|
||||
|
||||
!!! Warning
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
---
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
## Internal Technical Details on the X1C6
|
||||
|
||||
!!! note
|
||||
|
|
|
@ -47,9 +47,9 @@ theme:
|
|||
- search.suggest
|
||||
- navigation.instant # NOTE Instant Loading on Internal Links with XMLHttpRequest (XHR)
|
||||
- navigation.top # NOTE Back-to-top button
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- navigation.tracking # NOTE Update URL with Active Anchor
|
||||
- navigation.sections
|
||||
- navigation.expand
|
||||
- toc.follow # NOTE Anchor following in TOC
|
||||
|
||||
extra:
|
||||
|
|
Loading…
Reference in a new issue