From 32940749f59200480b53f507697bc048085fb8a0 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 24 Apr 2022 16:14:05 +0200 Subject: [PATCH] first commit --- mkdocs.yml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1c63333..f9ec148 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,7 @@ plugins: - search - minify: minify_html: true + - external-markdown markdown_extensions: - abbr diff --git a/requirements.txt b/requirements.txt index fc3a7d3..ee357ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ mkdocs-material-extensions==1.0.1 mkdocs-minify-plugin==0.4.0 mkdocs-git-revision-date-plugin==0.3.1 pymdown-extensions==8.2 +mkdocs-embed-external-markdown \ No newline at end of file