From af5230b28e14d6055ffd04b154cebf75b22c5d8f Mon Sep 17 00:00:00 2001 From: haidner1 <haidner@live.de> Date: Wed, 21 Sep 2022 15:00:01 +0200 Subject: [PATCH] =?UTF-8?q?Men=C3=BCpunkte=20kleiner,=20sodass=20die=20Men?= =?UTF-8?q?=C3=BCpunkte=20auch=20auf=20kleinen=20Bildschirmen=20gut=20sich?= =?UTF-8?q?tbar=20sind.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2414df8f9..b8490042f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,6 +41,7 @@ module.exports = { src: '/images/FIT-Connect-logo.svg', srcDark: '/images/FIT-Connect-logo.svg', href: 'https://www.fitko.de/projektmanagement/fit-connect', + /* href: 'https://docs.fitko.de/fit-connect/docs/', */ target: '_self', width: 250, height: 30, @@ -52,19 +53,19 @@ module.exports = { position: 'left', className: 'fitko-navbar-icon--back', }, - {to: '/docs/changelog', label: 'Dokumentation', position: 'left'}, + /* {to: '/docs/changelog', label: 'Dokumentation', position: 'left'}, */ { type: 'dropdown', - label: 'API-Specs', + label: 'API', items: [ { type: 'doc', - label: 'Submission API', + label: 'Submission-API', docId: 'apis/submission-api' }, { type: 'doc', - label: 'Routing API', + label: 'Routing-API', docId: 'apis/routing-api' } ] @@ -98,7 +99,7 @@ module.exports = { ] }, */ - {to: '/contact', label: 'Kontakt / Hilfe'}, + {to: '/contact', label: 'Kontakt'}, { type: 'dropdown', position: 'right', -- GitLab