generated from VNG-Realisatie/VNG-R-Respec-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
66 lines (60 loc) · 1.93 KB
/
config.js
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
let respecConfig = {
// useLogo: true,
// useLabel: true,
// license: "eupl",
shortName: "OntInkInkms",
pubDomain: "cim",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane specificatie-types
specType: "im",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane specificatie-statussen
specStatus: "IO",
publishDate: "2024-09-12",
publishVersion: "0.0.1",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane maturities
//previousMaturity: "IO",
//previousPublishDate: "2022-06-24",
//previousPublishVersion: "0.0.4",
title: "Inkomsten",
// subtitle: "Tevens een voorbeeld van een gegenereerd Respec document",
// content: {"mermaid": "", "ch01": "informative", "ch02": ""},
// authors:
// [
// {
// name: "Robert Melskens",
// company: "VNG Realisatie",
// companyURL: "https://vng.nl/artikelen/vng-realisatie",
// }
// ],
editors:
[
{
name: "Jan Brinkkemper",
company: "VNG Realisatie",
companyURL: "https://vng.nl/artikelen/vng-realisatie",
}
],
github: "https://vng-gbi.github.io/Normafwijking",
// maxTocLevel: 2,
// Creëer PDF en link deze aan de file in de header van het html document (optioneel). Het is (nog) niet mogelijk hier een globale property van te maken:
alternateFormats: [
{
label: "pdf",
uri: "Inkomsten.pdf",
},
],
localBiblio: {
"MIM": {
"href": "https://docs.geostandaarden.nl/mim/mim/",
"publisher": "Geonovum",
"title": "MIM - Metamodel Informatie Modellering",
"date": "Oktober 2023",
"rawDate": "2023"
},
"SemVer": {
"href": "https://semver.org/lang/nl/",
"title": "Semantisch Versioneren 2.0.0",
"date": "December 19, 2023",
"rawDate": "2023"
},
},
}