From 208d4484f11c787c71f7f6d38041894c12ab5bb9 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 28 Feb 2022 00:16:23 -0600 Subject: [PATCH] Change repo --- docusaurus.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index de7e00b..866a8c4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', } ], },