Setting edit url
Dieser Commit ist enthalten in:
Ursprung
aa6153b46a
Commit
816c441d15
1 geänderte Dateien mit 8 neuen und 25 gelöschten Zeilen
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Laden …
In neuem Issue referenzieren