Added docs redirect
Updated docs theme
This commit is contained in:
@ -14,4 +14,8 @@ server {
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
location /docs/contact {
|
||||
return 301 $scheme://vikunja.io/en/contact;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user