forked from Logius-standaarden/API-Design-Rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.84 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<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"/>
<meta name="color-scheme" content="light dark">
<title>
NLGov REST API Design Rules
</title>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-style.css" rel="stylesheet" type="text/css"/>
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/nlgov/adr-dark.css" rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)">
<link href="https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/logius.ico" rel="shortcut icon" type="image/x-icon"/>
<script class="remove" type="module" src="js/config.mjs"></script>
</head>
<body>
<section data-include="sections/abstract.md" data-include-format="markdown" id="abstract">
</section>
<section class="notoc" id="conformance">
</section>
<section id="sotd">
</section>
<div data-include="sections/sotd.md" data-include-format="markdown">
</div>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ======================== -->
<!-- Secties komen in de inhoudsopgave div"s niet ========================================== -->
<!-- Secties hebben verplicht <h2> tags, div"s niet ======================================== -->
<section class="informative" data-include="sections/introduction.md" data-include-format="markdown">
</section>
<section data-include="sections/designRules.md" data-include-format="markdown">
</section>
<section data-include="sections/glossary.md" data-include-format="markdown">
</section>
<section class="appendix informative">
<h2>Spectral linter configuration</h2>
<details class="spectral-yaml">
<pre><code></code></pre>
</details>
</section>
</body>
</html>