-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
40 lines (37 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
var respecConfig =
{
//specStatus: "unofficial", // w3c-UD.css nodig, maar die is er niet
specStatus: "design",
//specType: "HR", // Handreiking
//format: "markdown", // Altijd "markdown"
shortName: "GWSW_Apps", // Wordt gebruikt in de document URL
license: "cc0",
editors: [{
name: "Eric Oosterom",
url: "mailto:eric.oosterom@rioned.org",
company: "Stichting RIONED",
companyURL: "https://www.riool.net"
}],
authors: [{
name: "Jordie Netten",
url: "mailto:jordie@netten-wateradvies.nl",
company: "Netten Wateradvies",
companyURL: "https://www.netten-wateradvies.nl/"
},{
name: "Marinus Vonhof",
url: "mailto:marinus.vonhof@marIvon.nl",
company: "marIvon",
companyURL: "https://www.marIvon.nl"
}],
otherLinks: [{
key: "GitHub", href: "https://github.com/stichtingrioned/GWSW_Apps/"
}],
//github: "https://github.com/StichtingRIONED/GWSW"
//-- Repositorynaam/issues op GitHub ------------------------------------------------
//issueBase: "https://github.com/StichtingRIONED/GWSW/issues/",
thisVersion: "https://stichtingrioned.github.io/GWSW_Apps/",
latestVersion: "", // gepubliceerde versie
edDraftURI: "https://stichtingrioned.github.io/GWSW_Apps/", // werkversie
maxTocLevel: 3, // Aantal niveau's ToC, default is 0/geen limiet
level2: true, // mv: hoofdstuk-nummering alleen voor de subsections (20210212)
};