Setting edit url

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 14:52:06 +02:00
Ursprung aa6153b46a
Commit 816c441d15
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -51,7 +51,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://forge.nick-slowinski.de/nick-slowinski.de/docs/_edit/main/',
},
blog: false,
theme: {
@ -110,36 +110,19 @@ const config = {
],
},
{
title: 'Community',
title: 'Diverses',
items: [
{
label: 'Link 1',
to: '#',
label: 'Status',
to: 'https://status.nick-slowinski.de',
},
{
label: 'Link 2',
to: '#',
label: 'Forum',
to: 'https://community.nick-slowinski.de',
},
{
label: 'Link 3',
to: '#',
},
],
},
{
title: 'Blah',
items: [
{
label: 'Link 1',
to: '#',
},
{
label: 'Link 2',
to: '#',
},
{
label: 'Link 3',
to: '#',
label: 'Fehler melden',
to: 'https://forge.nick-slowinski.de/nick-slowinski.de/docs/issues',
},
],
},