mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
remove traefik 1.x documentation (#1283)
This commit is contained in:
@@ -37,6 +37,11 @@ const redirects: ClientRedirects.Options['redirects'] = [
|
||||
{
|
||||
from: '/docs/general/administration/building',
|
||||
to: '/docs/general/installation/source'
|
||||
},
|
||||
// "traefik2" moved
|
||||
{
|
||||
from: '/docs/general/networking/traefik2',
|
||||
to: '/docs/general/networking/traefik'
|
||||
}
|
||||
];
|
||||
export default redirects;
|
||||
|
||||
Reference in New Issue
Block a user