Skip to content

Commit 6a1e3c3

Browse files
author
Orie Steele
committed
Fix respec config
1 parent 89fd675 commit 6a1e3c3

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

index.html

+8-13
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,21 @@
88
class="remove"></script>
99
<script class="remove">
1010
var respecConfig = {
11-
specStatus: "CG-DRAFT",
12-
shortName: "did-method-web",
13-
wg: "Credentials Community Group",
14-
wgURI: "https://www.w3.org/community/credentials/",
15-
wgPublicList: "public-credentials",
11+
"specStatus": "unofficial",
12+
"shortName": "did-web",
13+
"subtitle": "did:web Method Specification",
14+
"github": "https://github.com/w3c-ccg/did-method-web/",
15+
"edDraftURI": "https://w3c-ccg.github.io/did-method-web/",
16+
"doJsonLd": true,
17+
"includePermalinks": false,
18+
latestVersion: null,
1619
editors: [{
1720
name: "Michael Prorock",
1821
url: "https://www.linkedin.com/in/mprorock/",
1922
2023
company: "mesur.io",
2124
companyURL: "https://mesur.io/"
2225
},
23-
{
24-
name: "Orie Steele",
25-
url: "https://www.linkedin.com/in/or13b/",
26-
company: "Transmute",
27-
companyURL: "https://www.transmute.industries/",
28-
w3cid: 109171
29-
},
3026
{
3127
name: "Oliver Terbu",
3228
@@ -71,7 +67,6 @@
7167
company: "Digital Bazaar",
7268
companyURL: "https://digitalbazaar.com/"
7369
}],
74-
github: "https://github.com/w3c-ccg/did-method-web",
7570

7671
localBiblio: {
7772
"DID-PRIMER": {

0 commit comments

Comments
 (0)