From 6e7fe081ec61a7e39dfa192a6ef11046a4b14992 Mon Sep 17 00:00:00 2001 From: Arnoud de Boer Date: Fri, 17 May 2024 10:26:55 +0200 Subject: [PATCH] Update config.js --- js/config.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/js/config.js b/js/config.js index 98feca5..fea51d5 100644 --- a/js/config.js +++ b/js/config.js @@ -1,8 +1,9 @@ let respecConfig = { useLogo: true, useLabel: true, + maxTocLevel: 4, // title is verplicht! Neem hier de titel van het document op ---------------------- - title: "IMROI: Repressieve Object Informatie", + title: "Repressieve Object Informatie", //-- specStatus is verplicht! (activeer 1 van de volgende) -------------------------- //specStatus: "wv", // Werkversie specStatus: "cv", // Consultatieversie @@ -83,10 +84,7 @@ let respecConfig = { name: "Sjoerd Harmsen", company: "NIPV", }, - ], - - - + ], // TODO: Vul de github URL in. //neem hier de URL van de github repository op waar het respec document in staat github: "https://github.com/Geonovum/IMROI",