From ed0c6ca9507cf9c118e62721c0f6882581ec5e22 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 2 Jan 2023 03:00:44 +0200 Subject: [PATCH] Disable some of the mkdocs features --- mkdocs.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4ef7f2c..e62c00d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,9 +14,7 @@ theme: name: material language: en locale: en - font: - text: Roboto Slab - code: Source Code Pro + font: false palette: primary: black accent: blue @@ -25,12 +23,13 @@ theme: features: - search.suggest - search.highlight - - content.code.annotate - - content.tooltips - - toc.follow # Extra extra: + # Font + font: + text: Roboto Slab + code: Source Code Pro feature: tabs: true social: @@ -64,7 +63,7 @@ nav: # Extensions markdown_extensions: - admonition + - footnotes + - meta - toc: permalink: true - - codehilite: - guess_lang: false