update github edit link text
This commit is contained in:
parent
e910ec1d68
commit
5571e19a6d
3 changed files with 2 additions and 8 deletions
|
@ -87,13 +87,6 @@
|
|||
&
|
||||
<a href="https://twitter.com/srlMilk" target="_blank" rel="noopener">Milk</a>.
|
||||
</p>
|
||||
<p>
|
||||
Found a bug? Post a message on the SMS Discord (#hacking) and tag psy#1363. During the
|
||||
transition the old site will still be available at
|
||||
<a href="https://old.gct.zint.ch" target="_blank" rel="noopener"
|
||||
>https://old.gct.zint.ch</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -33,7 +33,6 @@ module.exports = {
|
|||
repo: 'BitPatty/gctGenerator',
|
||||
editLinks: true,
|
||||
docsDir: 'site',
|
||||
editLinkText: 'Edit this page on GitHub',
|
||||
lastUpdated: false,
|
||||
locales,
|
||||
plugins: themePlugins,
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"selectText": "Language",
|
||||
"label": "English",
|
||||
"ariaLabel": "Language",
|
||||
"editLinkText": "Edit this page on GitHub",
|
||||
"nav": [
|
||||
{
|
||||
"text": "Cookbook",
|
||||
|
@ -34,6 +35,7 @@
|
|||
"selectText": "Sprache",
|
||||
"label": "Deutsch",
|
||||
"ariaLabel": "Sprache",
|
||||
"editLinkText": "Bearbeite diese Seite auf GitHub",
|
||||
"nav": [
|
||||
{
|
||||
"text": "Cookbook",
|
||||
|
|
Loading…
Reference in a new issue