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.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
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,
|
blog: false,
|
||||||
theme: {
|
theme: {
|
||||||
|
@ -110,36 +110,19 @@ const config = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Community',
|
title: 'Diverses',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Link 1',
|
label: 'Status',
|
||||||
to: '#',
|
to: 'https://status.nick-slowinski.de',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Link 2',
|
label: 'Forum',
|
||||||
to: '#',
|
to: 'https://community.nick-slowinski.de',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Link 3',
|
label: 'Fehler melden',
|
||||||
to: '#',
|
to: 'https://forge.nick-slowinski.de/nick-slowinski.de/docs/issues',
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Blah',
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: 'Link 1',
|
|
||||||
to: '#',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Link 2',
|
|
||||||
to: '#',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Link 3',
|
|
||||||
to: '#',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Laden …
In neuem Issue referenzieren