From 56fc66a1d578b74b5710674e22a5c0020815da52 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Tue, 25 Jan 2022 13:12:23 +0100 Subject: [PATCH] Add plugins for tabbed and collapsible content --- mkdocs.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index ce6657f..23842e6 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -32,10 +32,15 @@ extra_css: markdown_extensions: - smarty - admonition + - pymdownx.details + - pymdownx.superfences - codehilite: guess_lang: true - toc: permalink: true + - pymdownx.tabbed: + alternate_style: true + copyright: '© 2009 - 2022 Icinga GmbH' google_analytics: - 'UA-280659-15'