remove changelog from site and redirect to github since it's missing i18n

This commit is contained in:
Matteias Collet 2020-07-14 19:35:20 +02:00
parent 5571e19a6d
commit cc7a6b7b2a
3 changed files with 11 additions and 8 deletions

View file

@ -33,6 +33,7 @@ module.exports = {
repo: 'BitPatty/gctGenerator',
editLinks: true,
docsDir: 'site',
docsBranch: 'master',
lastUpdated: false,
locales,
plugins: themePlugins,

View file

@ -15,10 +15,6 @@
"text": "Code Reference",
"link": "/code-reference/index.html"
},
{
"text": "Changelog",
"link": "/changelog.html"
},
{
"text": "Installing IOS58",
"link": "/ios58.html"
@ -26,6 +22,10 @@
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
},
@ -36,6 +36,7 @@
"label": "Deutsch",
"ariaLabel": "Sprache",
"editLinkText": "Bearbeite diese Seite auf GitHub",
"activeHeaderLinks": false,
"nav": [
{
"text": "Cookbook",
@ -45,10 +46,7 @@
"text": "Code Referenz",
"link": "/de/code-reference/index.html"
},
{
"text": "Changelog (Englisch)",
"link": "/changelog.html"
},
{
"text": "IOS58 Installation",
"link": "/de/ios58.html"
@ -56,6 +54,10 @@
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
}
]
}