mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-14 16:43:33 +00:00
Update repos
This commit is contained in:
parent
430d2074f3
commit
df4875154a
@ -13,7 +13,7 @@ const config = {
|
|||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
organizationName: 'PlexDevelopment',
|
organizationName: 'plexusorg',
|
||||||
projectName: 'Website',
|
projectName: 'Website',
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
@ -23,7 +23,7 @@ const config = {
|
|||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
editUrl: 'https://github.com/PlexDevelopment/docs/tree/master',
|
editUrl: 'https://github.com/plexusorg/docs/tree/master',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve('./src/css/custom.css'),
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
@ -67,7 +67,7 @@ const config = {
|
|||||||
{
|
{
|
||||||
position: 'right',
|
position: 'right',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/PlexDevelopment',
|
href: 'https://github.com/plexusorg',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -113,15 +113,15 @@ const config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Plex',
|
label: 'Plex',
|
||||||
href: 'https://github.com/PlexDevelopment/Plex',
|
href: 'https://github.com/plexusorg/Plex',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Blackout',
|
label: 'Blackout',
|
||||||
href: 'https://github.com/PlexDevelopment/Blackout',
|
href: 'https://github.com/plexusorg/Blackout',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
href: 'https://github.com/PlexDevelopment/Website',
|
href: 'https://github.com/plexusorg/Website',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^2.0.0-beta.17",
|
"@docusaurus/core": "^2.0.0-beta.18",
|
||||||
"@docusaurus/preset-classic": "^2.0.0-beta.17",
|
"@docusaurus/preset-classic": "^2.0.0-beta.18",
|
||||||
"@mdx-js/react": "^1.6.21",
|
"@mdx-js/react": "^1.6.21",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prism-react-renderer": "^1.2.1",
|
"prism-react-renderer": "^1.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user