forked from bp4mc2/algoritmes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
29 lines (29 loc) · 835 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
// All config options at https://respec.org/docs/
var respecConfig = {
latestVersion: "https://bp4mc2.github.io/algoritmes/",
specStatus: "unofficial",
shortName: "imar",
// Working Groups ids at https://respec.org/w3c/groups/
group: "webapps",
xref: "web-platform",
specStatus: "unofficial",
editors: [
{
name: "Taco Paul Reijer"
},
{
name: "Arjen Santema"
},
],
logos: [
{
src: "https://avatars.githubusercontent.com/u/86524793?s=200&v=4",
alt: "Algoritme register",
id: "ar-logo",
},
],
github: "https://github.com/bp4mc2/algoritmes",
issueBase: "https://github.com/bp4mc2/algoritmes/issues/",
edDraftURI: "https://bp4mc2.github.io/algoritmes/",
// licence: "cc0",
};