From 93fdc817830284b7a53ee30522c121385144c14e Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sat, 20 Feb 2021 15:06:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Fix=20navigation=20and=20add=20high?= =?UTF-8?q?light?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a557fb9..f0af5d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,8 @@ markdown_extensions: custom_checkbox: true - abbr - pymdownx.snippets + - pymdownx.highlight + - pymdownx.superfences plugins: - git-revision-date @@ -65,7 +67,7 @@ nav: - Howtos: - Howto CentOS: Howtos/HowtoCentOS.md - Howto Crack WPA: Howtos/HowtoCrackWPA.md - - Howto Enconding: Howtos/HowtoEncoding.md + - Howto Encoding: Howtos/HowtoEncoding.md - Howto GPG: Howtos/HowtoGPG.md - Howto LXD: Howtos/HowtoLXD.md - Howto MacOS: Howtos/HowtoMacOS.md