We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3e5bb commit 92e91ddCopy full SHA for 92e91dd
1 file changed
js/config.js
@@ -104,10 +104,6 @@ function processRuleBlocks(config, document) {
104
}
105
106
globalThis.respecConfig = {
107
- alternateFormats: [ {
108
- "label" : "pdf",
109
- "uri" : "API-Design-Rules.pdf"
110
- } ],
111
authors: [
112
{
113
"company" : "Het Kadaster",
@@ -157,7 +153,6 @@ globalThis.respecConfig = {
157
153
specStatus: "DEF",
158
154
specType: "ST",
159
155
pluralize: true,
160
- thisVersion: [],
161
156
162
preProcess: [initializeHighlightJSYaml, fetchSpectralConfiguration],
163
postProcess: [highlightSpectralCode, processRuleBlocks],
0 commit comments