diff --git a/mkdocs.yml b/mkdocs.yml index 4ff5805..185f597 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ repo_url: https://github.com/tylernguyen/x1c6-hackintosh edit_uri: "" nav: - - Home: Index.md + - Home: index.md - Summary: Summary.md - Hardware: Hardware.md - BIOS: BIOS.md @@ -18,10 +18,18 @@ nav: - Patches: Patches.md - Post Installation: Post-Installation.md - Issues: Issues.md + theme: name: material -markdown_extensions: - - admonition + features: + - header.autohide + - search.highlight + - search.suggest + plugins: - minify: - minify_html: true \ No newline at end of file + minify_html: true + +markdown_extensions: + - admonition + - search