Added docs redirect
Updated docs theme
This commit is contained in:
parent
c27e8fe2f1
commit
81f76f09ce
2 changed files with 5 additions and 1 deletions
|
@ -14,4 +14,8 @@ server {
|
|||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
location /docs/contact {
|
||||
return 301 $scheme://vikunja.io/en/contact;
|
||||
}
|
||||
}
|
||||
|
|
2
docs/themes/vikunja
vendored
2
docs/themes/vikunja
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 5d78681cd9ecc4df36fd0fa52717f3bf4e4b843a
|
||||
Subproject commit 611b91ba5df3c88e9262e040eb1e6fa772919fc8
|
Loading…
Reference in a new issue