Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: Uncaught ReferenceError #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 36 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
<!DOCTYPE html>
<html lang="nl">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="https://publicatie.centrumvoorstandaarden.nl/respec/style/logos/logius.ico" />
<title>Digikoppeling Koppelvlakstandaard REST-API</title>
<script src="js/config.js" class="remove"></script>
<!-- <script src="https://publicatie.centrumvoorstandaarden.nl/respec-tools/builds/respec-build.js" class="remove" async></script> -->
<script src="https://publicatie.centrumvoorstandaarden.nl/respec/builds/respec-logius.js" class="remove" async></script>
</head>
<body>
<!-- <section id='abstract' data-include="abstract.html"></section> -->
<section id='sotd'>
<p>
Status van het document - verplicht onderdeel. Een deel van de tekst wordt hierin gegenereerd door ReSpec op basis van de configuratieparameter specStatus.
</p>
</section>
<section id="conformance">
<!-- <p>Informatie over conformiteit.</p> -->
</section>
<section data-include-format="markdown" data-include="ch01_Context voor ontwikkeling van het Digikoppeling REST API profiel.md"></section>
<section data-include-format="markdown" data-include="ch02_Toelichting bij de scope van het Digikoppeling REST API profiel.md"></section>
<section data-include-format="markdown" data-include="ch03_Digikoppeling Restful API profiel.md"></section>
<section data-include-format="markdown" data-include="ch04_BIJLAGE Gebruik van Signing & Encryptie in de context van HTTP Rest API.md"></section>
</body>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon" type="image/x-icon"/>
<title>
Digikoppeling Koppelvlakstandaard REST-API
</title>
<script class="remove" src="https://gitdocumentatie.logius.nl/publicatie/respec/organisation-config.js">
</script>
<script class="remove" src="js/config.js">
</script>
<script class="remove">
respecConfig = {...organisationConfig, ...respecConfig};
</script>
<script async="" class="remove" src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js">
</script>
</head>
<body>
<section data-include="abstract.md" data-include-format="markdown" id="abstract">
</section>
<section id="sotd">
<p>
Status van het document - verplicht onderdeel. Een deel van de tekst wordt hierin gegenereerd door ReSpec op basis van de configuratieparameter specStatus.
</p>
</section>
<section id="conformance">
<!-- <p>Informatie over conformiteit.</p> -->
</section>
<section data-include="ch01_Context voor ontwikkeling van het Digikoppeling REST API profiel.md" data-include-format="markdown">
</section>
<section data-include="ch02_Toelichting bij de scope van het Digikoppeling REST API profiel.md" data-include-format="markdown">
</section>
<section data-include="ch03_Digikoppeling Restful API profiel.md" data-include-format="markdown">
</section>
<!-- <section class="appendix" data-include="Signing-Encryptie.md" data-include-format="markdown"> -->
</body>
</html>
Loading