remove changelog from site and redirect to github since it's missing i18n
This commit is contained in:
parent
5571e19a6d
commit
cc7a6b7b2a
3 changed files with 11 additions and 8 deletions
|
@ -33,6 +33,7 @@ module.exports = {
|
||||||
repo: 'BitPatty/gctGenerator',
|
repo: 'BitPatty/gctGenerator',
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
docsDir: 'site',
|
docsDir: 'site',
|
||||||
|
docsBranch: 'master',
|
||||||
lastUpdated: false,
|
lastUpdated: false,
|
||||||
locales,
|
locales,
|
||||||
plugins: themePlugins,
|
plugins: themePlugins,
|
||||||
|
|
|
@ -15,10 +15,6 @@
|
||||||
"text": "Code Reference",
|
"text": "Code Reference",
|
||||||
"link": "/code-reference/index.html"
|
"link": "/code-reference/index.html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"text": "Changelog",
|
|
||||||
"link": "/changelog.html"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"text": "Installing IOS58",
|
"text": "Installing IOS58",
|
||||||
"link": "/ios58.html"
|
"link": "/ios58.html"
|
||||||
|
@ -26,6 +22,10 @@
|
||||||
{
|
{
|
||||||
"text": "Sunshine Discord",
|
"text": "Sunshine Discord",
|
||||||
"link": "https://discord.gg/9dGJWEc"
|
"link": "https://discord.gg/9dGJWEc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Changelog",
|
||||||
|
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -36,6 +36,7 @@
|
||||||
"label": "Deutsch",
|
"label": "Deutsch",
|
||||||
"ariaLabel": "Sprache",
|
"ariaLabel": "Sprache",
|
||||||
"editLinkText": "Bearbeite diese Seite auf GitHub",
|
"editLinkText": "Bearbeite diese Seite auf GitHub",
|
||||||
|
"activeHeaderLinks": false,
|
||||||
"nav": [
|
"nav": [
|
||||||
{
|
{
|
||||||
"text": "Cookbook",
|
"text": "Cookbook",
|
||||||
|
@ -45,10 +46,7 @@
|
||||||
"text": "Code Referenz",
|
"text": "Code Referenz",
|
||||||
"link": "/de/code-reference/index.html"
|
"link": "/de/code-reference/index.html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"text": "Changelog (Englisch)",
|
|
||||||
"link": "/changelog.html"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"text": "IOS58 Installation",
|
"text": "IOS58 Installation",
|
||||||
"link": "/de/ios58.html"
|
"link": "/de/ios58.html"
|
||||||
|
@ -56,6 +54,10 @@
|
||||||
{
|
{
|
||||||
"text": "Sunshine Discord",
|
"text": "Sunshine Discord",
|
||||||
"link": "https://discord.gg/9dGJWEc"
|
"link": "https://discord.gg/9dGJWEc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Changelog",
|
||||||
|
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue