From 26490cbcd87979b231cf30628e6afaba82d354ec Mon Sep 17 00:00:00 2001 From: Marco Holz <marco.holz@fitko.de> Date: Wed, 19 Oct 2022 20:46:49 +0000 Subject: [PATCH] Add organisation-tasks/routing to sidebar --- sidebar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidebar.js b/sidebar.js index b3a8d1a09..02cd7712f 100644 --- a/sidebar.js +++ b/sidebar.js @@ -31,7 +31,8 @@ module.exports = { items: [ 'organisation-tasks/leitfaden-fachverfahren-ueberblick', 'organisation-tasks/subscriber', - 'organisation-tasks/certificates', + 'organisation-tasks/certificates', + 'organisation-tasks/routing', ], } ], -- GitLab