Disable some of the mkdocs features

This commit is contained in:
Marius Stanca 2023-01-02 03:00:44 +02:00
parent 792f3c2e0b
commit ed0c6ca950
No known key found for this signature in database
GPG Key ID: 3F18F3CF10AD6E8D

View File

@ -14,9 +14,7 @@ theme:
name: material name: material
language: en language: en
locale: en locale: en
font: font: false
text: Roboto Slab
code: Source Code Pro
palette: palette:
primary: black primary: black
accent: blue accent: blue
@ -25,12 +23,13 @@ theme:
features: features:
- search.suggest - search.suggest
- search.highlight - search.highlight
- content.code.annotate
- content.tooltips
- toc.follow
# Extra # Extra
extra: extra:
# Font
font:
text: Roboto Slab
code: Source Code Pro
feature: feature:
tabs: true tabs: true
social: social:
@ -64,7 +63,7 @@ nav:
# Extensions # Extensions
markdown_extensions: markdown_extensions:
- admonition - admonition
- footnotes
- meta
- toc: - toc:
permalink: true permalink: true
- codehilite:
guess_lang: false