generated from VNG-Realisatie/VNG-R-Respec-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
67 lines (61 loc) · 2.01 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
67
let respecConfig = {
// useLogo: true,
// useLabel: true,
// license: "eupl",
shortName: "Respec-template",
pubDomain: "hl",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane specificatie-types
specType: "HL",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane specificatie-statussen
specStatus: "IO",
publishDate: "2024-05-16",
publishVersion: "0.2.0",
// Zie de globale property 'localizationStrings/nl' voor de lijst met toegestane maturities
//previousMaturity: "IO",
//previousPublishDate: "2022-06-24",
//previousPublishVersion: "0.0.4",
title: "Respec documentatie generatie",
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: "Robert Melskens",
company: "VNG Realisatie",
companyURL: "https://vng.nl/artikelen/vng-realisatie",
}
],
github: "https://github.com/VNG-Realisatie/VNG-R-Respec-Template",
// 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: "hl-Respec-template-0.2.0.pdf",
// uri: "Respec-bij-VNG-R.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"
},
},
}