From 2e34b0e56d51232afa9e648b1d824169d2de765e Mon Sep 17 00:00:00 2001 From: haidner1 <haidner@live.de> Date: Thu, 25 Aug 2022 11:02:56 +0200 Subject: [PATCH] =?UTF-8?q?Die=20Seite=20'Zertifikate=20beantragen'=20unte?= =?UTF-8?q?r=20den=20Men=C3=BCpunkt=20'Fachverfahren=20anbinden'=20geschob?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/organisation-tasks/publish_destination.mdx | 2 +- sidebar.js | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/organisation-tasks/publish_destination.mdx b/docs/organisation-tasks/publish_destination.mdx index 7d1970a46..e33ced938 100644 --- a/docs/organisation-tasks/publish_destination.mdx +++ b/docs/organisation-tasks/publish_destination.mdx @@ -1,5 +1,5 @@ --- -title: Fachverfahren anbinden +title: Fachverfahren anmelden --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Tabs from '@theme/Tabs' diff --git a/sidebar.js b/sidebar.js index 556983fdd..0dc8a5c40 100644 --- a/sidebar.js +++ b/sidebar.js @@ -13,10 +13,18 @@ module.exports = { { type: 'category', label: 'Infos für Verantwortliche', + collapsed: true, items: [ - 'organisation-tasks/publish_destination', - 'organisation-tasks/register_onlineservice', - 'organisation-tasks/apply-for-certificates', + { + type: 'category', + label: 'Fachverfahren anbinden', + collapsed: true, + items: [ + 'organisation-tasks/publish_destination', + 'organisation-tasks/apply-for-certificates', + ], + }, + 'organisation-tasks/register_onlineservice', ], }, 'changelog', -- GitLab