generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
49 lines (45 loc) · 1.28 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 = {
useLogo: true,
useLabel: true,
license: "cc-by",
specStatus: "def",
specType: "ad",
pubDomain: "dk",
shortName: "Onderzoek Cloudstandaarden",
publishDate: "2024-02-04",
publishVersion: "versie 1.0",
previousVersion: "0.2",
previousPublishDate: "2023-08-13",
previousMaturity: "WV",
title: "Onderzoek naar standaarden en standaardisatieactiviteiten voor Cloud",
content: {"rapport_0": "", "rapport_1": "", "rapport_2": "","rapport_3": "", "rapport_4": "", "rapport_5": "", "rapport_6": "", "rapport_7": "","rapport_8": "", "rapport_9": "", "rapport_10": ""},
//editors:
// [
// {
// name: "Logius Standaarden",
// company: "Logius",
// companyURL: "https://github.com/Logius-standaarden",
// }
// ],
authors:
[
{
name: "Arjen Brienen",
company: "E-Space",
companyURL: "https://www.linkedin.com/in/arjenbrienen/",
},
{
name: "Jeroen de Ruig",
company: "Waal en Berg",
companyURL: "https://www.waalenberg.nl",
}
],
github: "https://github.com/brienen/onderzoek-cloudstandaarden",
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "template.pdf",
},
],
};