Updated site software version
This commit is contained in:
parent
adf6a8c9ef
commit
05cd1565b7
3 changed files with 1936 additions and 716 deletions
|
@ -17,7 +17,7 @@ const config = {
|
|||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
organizationName: 'EmotionChild', // Usually your GitHub org/user name.
|
||||
organizationName: 'EllieBotDevs', // Usually your GitHub org/user name.
|
||||
projectName: 'Ellie-Patchnotes', // Usually your repo name.
|
||||
|
||||
// Even if you don't use internalization, you can use this field to set useful
|
||||
|
@ -42,7 +42,7 @@ const config = {
|
|||
// Please change this to your repo.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
'https://github.com/EmotionChild/Ellie-Patchnotes/tree/dev/blog',
|
||||
'https://github.com/EllieBotDevs/Ellie-Patchnotes/tree/dev/blog',
|
||||
blogTitle: 'Ellie patchnotes',
|
||||
blogDescription: 'Here you can find the patch notes for Ellie',
|
||||
postsPerPage: 'ALL',
|
||||
|
@ -69,7 +69,7 @@ const config = {
|
|||
},
|
||||
items: [
|
||||
{
|
||||
href: 'https://github.com/EmotionChild/Ellie-Patchnotes',
|
||||
href: 'https://github.com/EllieBotDevs/Ellie-Patchnotes',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
|
@ -109,7 +109,7 @@ const config = {
|
|||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/EmotionChild/Ellie-Patchnotes',
|
||||
href: 'https://github.com/EllieBotDevs/Ellie-Patchnotes',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-beta.20",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.20",
|
||||
"@docusaurus/types": "^2.0.0-beta.20",
|
||||
"@docusaurus/core": "2.2.0",
|
||||
"@docusaurus/preset-classic": "2.2.0",
|
||||
"@docusaurus/types": "^2.2.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"prism-react-renderer": "^1.3.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue