generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
47 lines (43 loc) · 1.11 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
let respecConfig = {
// Config parameters
useLogo: true,
useLabel: true,
license: "cc0",
specStatus: "wv",
specType: "HR",
pubDomain: "ronl",
// shortName = Repository name
shortName: "levensgebeurtenissen-SIVI-AFS ",
publishDate: "2024-07-09",
publishVersion: "1.0.1",
previousPublishVersion: "",
previousPublishDate: "",
previousMaturity: "",
title: "Levensgebeurtenissen SIVI AFS ",
subtitle:
"Bevat de standaardisatie van levensgebeurtenissen en signalen in SIVI All Finance Standaard (SIVI AFS)",
// Content
content: { ch01: "informative", ch02: "", ch03: "", ch04: "" },
editors: [
{
name: "Steven Gort",
mailto: "[email protected]",
company: "ICTU",
companyURL: "http://www.ictu.nl",
},
],
authors: [
{
name: "SIVI",
url: "https://www.sivi.org/",
},
],
github: "https://github.com/MinBZK/levensgebeurtenissen-SIVI-AFS",
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "https://regels.overheid.nl/standaarden/levensgebeurtenissen-sivi-afs/pdf",
},
],
};