From abd78441ab644da9237d1d40148956109d9112f8 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Tue, 20 Aug 2024 15:35:16 +0200 Subject: [PATCH] Enable mkdocs includes and linked tabs --- mkdocs.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 504e553..2e56d26 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -9,6 +9,7 @@ theme: features: - navigation.instant - navigation.indexes + - content.tabs.link site_dir: 'html' extra: social: @@ -32,6 +33,7 @@ plugins: exclude: - library/* - vendor/* + - include-markdown extra_javascript: [] extra_css: - css/theme.css