From 81f76f09ced1f05636c97c984a50a7ea07d3998d Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 24 Mar 2019 19:38:12 +0100 Subject: [PATCH] Added docs redirect Updated docs theme --- docs/nginx.conf | 4 ++++ docs/themes/vikunja | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/nginx.conf b/docs/nginx.conf index e59a2ee635..035f0fdd37 100644 --- a/docs/nginx.conf +++ b/docs/nginx.conf @@ -14,4 +14,8 @@ server { location = /50x.html { root /usr/share/nginx/html; } + + location /docs/contact { + return 301 $scheme://vikunja.io/en/contact; + } } diff --git a/docs/themes/vikunja b/docs/themes/vikunja index 5d78681cd9..611b91ba5d 160000 --- a/docs/themes/vikunja +++ b/docs/themes/vikunja @@ -1 +1 @@ -Subproject commit 5d78681cd9ecc4df36fd0fa52717f3bf4e4b843a +Subproject commit 611b91ba5df3c88e9262e040eb1e6fa772919fc8