Change repo

This commit is contained in:
Telesphoreo 2022-02-28 00:16:23 -06:00
parent 0f7406825f
commit 208d4484f1

View File

@ -13,8 +13,8 @@ const config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'PlexDevelopment', // Usually your GitHub org/user name.
projectName: 'docs', // Usually your repo name.
organizationName: 'PlexDevelopment',
projectName: 'Website',
presets: [
[
@ -23,7 +23,6 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/PlexDevelopment/docs/tree/master',
},
theme: {
@ -122,7 +121,7 @@ const config = {
},
{
label: 'Docs',
href: 'https://github.com/PlexDevelopment/docs',
href: 'https://github.com/PlexDevelopment/Website',
}
],
},