Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency on CID spec. #877

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion common.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ var ccg = {
// Add as the respecConfig localBiblio variable
// Extend or override global respec references
localBiblio: {
"CID": {
title: "Controlled Identifier Document v1.0",
href: "https://www.w3.org/TR/cid/",
authors: ["Manu Sporny", "Dave Longley", "Markus Sabadello", "Drummond Reed", "Orie Steele", "Christopher Allen", "Michael B. Jones"],
status: "CR",
publisher: "W3C Verifiable Credentials Working Group"
},
"REST": {
title: "Architectural Styles and the Design of Network-based Software Architectures",
date: "2000",
Expand Down Expand Up @@ -119,7 +126,7 @@ var ccg = {
},
"DID-RESOLUTION": {
title: "Decentralized Identifier Resolution",
href: "https://w3c-ccg.github.io/did-resolution/",
href: "https://w3c.github.io/did-resolution/",
authors: [
"Markus Sabadello",
"Dmitri Zagidulin"
Expand Down
Loading