We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197cf99 commit e6796f6Copy full SHA for e6796f6
2 files changed
index.html
@@ -15,7 +15,7 @@
15
<script class="remove" src="js/config.js">
16
</script>
17
<script class="remove">
18
- respecConfig = {...organisationConfig, ...respecConfig};
+ respecConfig = {...organisationConfig, ...globalThis.respecConfig};
19
20
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon" type="image/x-icon"/>
21
<script async="" class="remove" src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js">
js/config.js
@@ -1,4 +1,4 @@
1
-var respecConfig = {
+globalThis.respecConfig = {
2
alternateFormats: [ {
3
"label" : "pdf",
4
"uri" : "API-Design-Rules.pdf"
0 commit comments