Skip to content

Commit 92e91dd

Browse files
authored
Beheer: fix configuratie met this version (#262)
Dit was enkel nodig tijdens de versie-ter-vaststelling, maar moet in de publicatie versie wel goed staan.
1 parent 4e3e5bb commit 92e91dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ function processRuleBlocks(config, document) {
104104
}
105105

106106
globalThis.respecConfig = {
107-
alternateFormats: [ {
108-
"label" : "pdf",
109-
"uri" : "API-Design-Rules.pdf"
110-
} ],
111107
authors: [
112108
{
113109
"company" : "Het Kadaster",
@@ -157,7 +153,6 @@ globalThis.respecConfig = {
157153
specStatus: "DEF",
158154
specType: "ST",
159155
pluralize: true,
160-
thisVersion: [],
161156

162157
preProcess: [initializeHighlightJSYaml, fetchSpectralConfiguration],
163158
postProcess: [highlightSpectralCode, processRuleBlocks],

0 commit comments

Comments
 (0)