Change GitHub links

This commit is contained in:
Telesphoreo 2022-02-01 00:12:12 -06:00
parent 85f867c364
commit 00bf300628

View File

@ -55,6 +55,11 @@ const config = {
position: 'left', position: 'left',
label: 'Compiling', label: 'Compiling',
}, },
{
position: 'right',
label: 'GitHub',
href: 'https://github.com/PlexDevelopment',
},
], ],
}, },
footer: { footer: {
@ -87,12 +92,16 @@ const config = {
], ],
}, },
{ {
title: 'More', title: 'GitHub',
items: [ items: [
{ {
label: 'GitHub', label: 'Plex',
href: 'https://github.com/PlexDevelopment', href: 'https://github.com/PlexDevelopment/Plex',
}, },
{
label: 'Docs',
href: 'https://github.com/PlexDevelopment/docs',
}
], ],
}, },
], ],