From 3d38784b8dda0c2c4065faa78e1347c883c51210 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 2 Sep 2025 14:21:39 +0200 Subject: [PATCH] Beheer: fix configuratie met this version Dit was enkel nodig tijdens de versie-ter-vaststelling, maar moet in de publicatie versie wel goed staan. --- js/config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/config.js b/js/config.js index a5ec504..1f7b84d 100644 --- a/js/config.js +++ b/js/config.js @@ -104,10 +104,6 @@ function processRuleBlocks(config, document) { } globalThis.respecConfig = { - alternateFormats: [ { - "label" : "pdf", - "uri" : "API-Design-Rules.pdf" - } ], authors: [ { "company" : "Het Kadaster", @@ -157,7 +153,6 @@ globalThis.respecConfig = { specStatus: "DEF", specType: "ST", pluralize: true, - thisVersion: [], preProcess: [initializeHighlightJSYaml, fetchSpectralConfiguration], postProcess: [highlightSpectralCode, processRuleBlocks],