From e5c9080dc623e489def423be29f74b4efe4ec04d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Nov 2023 22:26:17 +0100 Subject: [PATCH] add mkdocs-open-in-new-tab --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2de8992..7a97743 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ FROM squidfunk/mkdocs-material RUN pip install --no-cache-dir \ mkdocs-include-dir-to-nav \ mkdocs-git-revision-date-localized-plugin \ - mkdocs-git-authors-plugin + mkdocs-git-authors-plugin \ + mkdocs-open-in-new-tab