-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
45 lines (42 loc) · 1.1 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
let respecConfig = {
// useLogo: true,
// useLabel: true,
// license: "eupl",
// Zie 'localizationStrings/nl' voor de lijst met toegestane specificatie-statussen
specStatus: "WV",
// Zie 'localizationStrings/nl' voor de lijst met toegestane specificatie-types
specType: "IM",
//pubDomain: "dk",
shortName: "template",
publishDate: "2023-06-21",
publishVersion: "0.0.3",
previousVersion: "0.0.2",
previousPublishDate: "2022-06-24",
previousMaturity: "WV",
title: "titleText",
content: {"ch01": "informative", "ch02": "", "mermaid": ""},
editors:
[
{
name: "Logius Standaarden",
company: "Logius",
companyURL: "https://github.com/Logius-standaarden",
}
],
authors:
[
{
name: "Logius Standaarden",
company: "Logius",
companyURL: "https://github.com/Logius-standaarden",
}
],
github: "https://github.com/Logius-standaarden/ReSpec-template",
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "template.pdf",
},
],
};