generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
49 lines (45 loc) · 1.04 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
let respecConfig = {
// Config parameters
useLogo: true,
useLabel: true,
license: "cc0",
specStatus: "wv",
specType: "IM",
pubDomain: "ronl",
// shortName = Repository name
shortName: "gghh",
publishDate: "2024-12-11",
publishVersion: "0.0.1",
previousVersion: "",
previousPublishDate: "",
previousMaturity: "",
title: "GGHH",
subtitle: "Dit model heeft betrekking op de gegevenshuishouding dat onderdeel is van de informatie huishouding.",
content: {"ch01": "informative", "ch02": ""},
editors: [
{
name: "Steven Gort",
mailto: "[email protected]",
company: "ICTU",
companyURL: "http://www.ictu.nl",
},
],
authors: [
{
name: "Andre Hollants",
url: "https://www.rijksoverheid.nl/jenv",
},
{
name: "Steven Gort",
url: "https://www.ictu.nl",
},
],
github: "https://github.com/MinBZK/gghh/",
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "gghh.pdf",
},
],
};