mirror of
https://github.com/plexusorg/Website.git
synced 2025-01-09 18:07:38 +00:00
Change repo
This commit is contained in:
parent
0f7406825f
commit
208d4484f1
@ -13,8 +13,8 @@ const config = {
|
|||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
organizationName: 'PlexDevelopment', // Usually your GitHub org/user name.
|
organizationName: 'PlexDevelopment',
|
||||||
projectName: 'docs', // Usually your repo name.
|
projectName: 'Website',
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
@ -23,7 +23,6 @@ const config = {
|
|||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
// Please change this to your repo.
|
|
||||||
editUrl: 'https://github.com/PlexDevelopment/docs/tree/master',
|
editUrl: 'https://github.com/PlexDevelopment/docs/tree/master',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
@ -122,7 +121,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
href: 'https://github.com/PlexDevelopment/docs',
|
href: 'https://github.com/PlexDevelopment/Website',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user