diff --git a/docs/organisation-tasks/publish_destination.mdx b/docs/organisation-tasks/publish_destination.mdx index 7d1970a4691e7caf822938b5a7b5bda5653916e8..e33ced93826db2a729ac5ed7940338225b3e7ea1 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 556983fddcd621c7787c84b295cb49043f6cc398..0dc8a5c40aba7005d54ced90725bb33a55d7bdaa 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',