-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
33 lines (31 loc) · 942 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
var respecConfig = {
specStatus: "unofficial",
shortName: 'version-link',
edDraftURI: "https://version.link/",
latestVersion: null,
maxTocLevel: 4,
postProcess: [jumpTo],
github: {
repoURL: "https://github.com/SwissFederalArchives/version-link",
branch: "main", // alternative branch
},
editors: [{
name: "Benedikt Hitz-Gamper",
company: "Bern University of Applied Sciences (BFH)",
companyURL: "https://www.bfh.ch",
url: "mailto:benedikt.hitz@bfh.ch",
},
{
name: "Michael Luggen",
company: "Bern University of Applied Sciences (BFH)",
companyURL: "https://www.bfh.ch",
url: "mailto:michael.luggen@bfh.ch"
},
{
name: "Jean-Luc Cochard",
company: "Swiss Federal Archives (SFA)",
companyURL: "https://www.bar.admin.ch",
url: "mailto:jean-luc.cochard@bar.admin.ch"
}]
};
module.exports = respecConfig