diff --git a/docusaurus.config.js b/docusaurus.config.js index 3c92796..af19310 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', }, ], },