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>.
|
<a href="https://twitter.com/srlMilk" target="_blank" rel="noopener">Milk</a>.
|
||||||
</p>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,7 +33,6 @@ module.exports = {
|
||||||
repo: 'BitPatty/gctGenerator',
|
repo: 'BitPatty/gctGenerator',
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
docsDir: 'site',
|
docsDir: 'site',
|
||||||
editLinkText: 'Edit this page on GitHub',
|
|
||||||
lastUpdated: false,
|
lastUpdated: false,
|
||||||
locales,
|
locales,
|
||||||
plugins: themePlugins,
|
plugins: themePlugins,
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"selectText": "Language",
|
"selectText": "Language",
|
||||||
"label": "English",
|
"label": "English",
|
||||||
"ariaLabel": "Language",
|
"ariaLabel": "Language",
|
||||||
|
"editLinkText": "Edit this page on GitHub",
|
||||||
"nav": [
|
"nav": [
|
||||||
{
|
{
|
||||||
"text": "Cookbook",
|
"text": "Cookbook",
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
"selectText": "Sprache",
|
"selectText": "Sprache",
|
||||||
"label": "Deutsch",
|
"label": "Deutsch",
|
||||||
"ariaLabel": "Sprache",
|
"ariaLabel": "Sprache",
|
||||||
|
"editLinkText": "Bearbeite diese Seite auf GitHub",
|
||||||
"nav": [
|
"nav": [
|
||||||
{
|
{
|
||||||
"text": "Cookbook",
|
"text": "Cookbook",
|
||||||
|
|
Loading…
Reference in a new issue