-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.js
43 lines (40 loc) · 955 Bytes
/
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
let respecConfig = {
useLogo: true,
useLabel: true,
license: "cc-by",
specStatus: "DEF",
specType: "HR",
pubDomain: "dk",
shortName: "template",
publishDate: "2023-06-21",
publishVersion: "0.0.3",
previousPublishVersion: "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",
},
],
};