From a8af6a7a0fad1d51956630db241f1753238df571 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 13 Dec 2025 11:59:19 +0000 Subject: [PATCH] Enable a few theme features --- mkdocs.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f075efc97..1e1875250 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,7 +30,19 @@ theme: icon: material/brightness-4 name: "Switch to system preference" features: - - content.code.copy + - content.tabs.link + - content.code.annotate + - content.code.copy + - navigation.tabs + - navigation.instant + - navigation.instant.prefetch + - navigation.instant.progress + - navigation.path + - navigation.sections + - navigation.top + - navigation.tracking + - search.suggest + - toc.follow extra_css: - theme/stylesheets/extra.css @@ -38,7 +50,7 @@ extra_css: markdown_extensions: - admonition - toc: - anchorlink: True + permalink: true nav: - Home: 'index.md'