-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
41 lines (38 loc) · 1.41 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
var respecConfig =
{
//specStatus: "unofficial", // w3c-UD.css nodig, maar die is er niet
//specStatus: "design",
specType: "HR", // Handreiking
//format: "markdown", // Altijd "markdown"
shortName: "GWSW_RDF", // Wordt gebruikt in de document URL
license: "cc0",
editors: [{
name: "Michel Böhms",
url: "mailto:[email protected]",
company: "TNO",
companyURL: "https://www.tno.nl"
},
{
name: "Eric Oosterom",
url: "mailto:[email protected]",
company: "Stichting RIONED",
companyURL: "https://www.riool.net"
}],
authors: [{
name: "Marinus Vonhof",
url: "mailto:[email protected]",
company: "Stichting RIONED",
companyURL: "https://www.riool.net"
}],
otherLinks: [{
key: "GitHub", href: "https://github.com/stichtingrioned/GWSW_Ontologie_RDF/"
}],
//github: "https://github.com/StichtingRIONED/GWSW"
//-- Repositorynaam/issues op GitHub ------------------------------------------------
//issueBase: "https://github.com/StichtingRIONED/GWSW/issues/",
thisVersion: "https://stichtingrioned.github.io/GWSW_Ontologie_RDF/",
latestVersion: "", // gepubliceerde versie
//edDraftURI: "https://stichtingrioned.github.io/GWSW_Ontologie_RDF/", // werkversie
maxTocLevel: 3, // Aantal niveau's ToC, default is 0/geen limiet
level2: true, // mv: hoofdstuk-nummering alleen voor de subsections (20210212)
};