-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
39 lines (37 loc) · 1.08 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
var respecConfig = {
specStatus: "unofficial",
shortName: 'siard-link',
edDraftURI: "https://siard.link/",
latestVersion: null,
maxTocLevel: 4,
postProcess: [jumpTo],
github: {
repoURL: "https://github.com/AdMSilvan/siard-link2",
branch: "main", // alternative branch
},
editors: [{
name: "Tobias Wildi",
company: "University of applied Sciences Grisons",
companyURL: "https://www.fhgr.ch",
url: "mailto:[email protected]",
},
{
name: "Claudio Di Gallo",
company: "Swiss Federal Archives (SFA)",
companyURL: "https://www.bfh.ch",
url: "mailto:[email protected]"
},
{
name: "Jean-Luc Cochard",
company: "Swiss Federal Archives (SFA)",
companyURL: "https://www.bar.admin.ch",
url: "mailto:[email protected]"
},
{
name: "Silvan Auf der Maur",
company: "Swiss Federal Archives (SFA)",
companyURL: "https://www.bar.admin.ch",
url: "mailto:[email protected]"
}]
};
module.exports = respecConfig