2
0
Fork 1

Wechsel zu Docusaurus | Moving to docusaurus for writing the documentation #34

Zusammengeführt
nickslowinski hat 13 Commits von docusaurus nach main 2023-09-09 15:38:46 +02:00 zusammengeführt
Nur Änderungen aus Commit 816c441d15 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -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: '#',
}, },
], ],
}, },