From 5cce41a3dfb25a40061acfede396b864f83e62fa Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Wed, 22 Apr 2026 05:45:28 +0000 Subject: [PATCH] updated mkdocs config plugin: new tab for ext. links extra-css --- mkdocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 175065a..9b77f9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,14 @@ plugins: - search - git-authors - git-revision-date-localized + - mkdocs-plugin-open-external-links-in-new-tab: + external_extensions: + - ".pdf" + - ".zip" markdown_extensions: - pymdownx.superfences - - pymdownx.highlight \ No newline at end of file + - pymdownx.highlight + +extra_css: + - stylesheets/extra.css \ No newline at end of file