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 links to use cases document. Consolidate other useful links. #774

Merged
merged 5 commits into from Jul 17, 2021
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 21 additions & 2 deletions index.html
Expand Up @@ -33,7 +33,7 @@
specStatus: "WD",

// W3C Candidate Recommendation information
//crEnd: "2021-07-13",
crEnd: "2021-07-13",
implementationReportURI: "https://w3c.github.io/did-test-suite/",

// Editor's Draft URL
Expand Down Expand Up @@ -133,7 +133,20 @@
companyURL: "https://danubetech.com/",
w3cid: 46729
}
]
],
otherLinks: [{
key: "Related Documents",
data: [{
value: "DID Use Cases and Requirements",
href: "https://www.w3.org/TR/did-use-cases/"
}, {
value: "DID Specification Registries",
href: "https://www.w3.org/TR/did-spec-registries/"
}, {
value: "DID Core Implementation Report",
href: "https://w3c.github.io/did-test-suite/"
}]
}]
};
</script>
<style>
Expand Down Expand Up @@ -417,6 +430,12 @@ <h1>Introduction</h1>
</li>
</ul>

<p>
In addition to this specification, readers might find the
Use Cases and Requirements for Decentralized Identifiers [[DID-USE-CASES]]
document useful.
</p>

<section class="informative">
<h2>A Simple Example</h2>

Expand Down