From e4f92f69a341f5894af4c34e3e69c991c00fc6ee Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Mon, 23 Jan 2023 10:40:57 +0000 Subject: [PATCH] updated mkdocs config, build --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a23ecac..85a61ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Computer Resources @ IMGW # default is ./site/ # could change this to /var/www/html/docs site_url: "https://wolke.img.univie.ac.at/documentation/general/" -site_dir: "/tmp/cr-site/" +site_dir: "./site/" # site_dir: "/var/www/html/documentation/general/" docs_dir: "." repo_url: https://gitlab.phaidra.org/imgw/computer-resources @@ -36,6 +36,7 @@ plugins: - exclude: glob: - testing/* + - site/* extra: social: -- GitLab