Add links to Github.
--- a/latest/use-cases/index.html Thu Apr 02 01:04:10 2015 -0400
+++ b/latest/use-cases/index.html Thu Apr 02 01:27:34 2015 -0400
@@ -35,7 +35,7 @@
// only "name" is required
editors: [
{ name: "Manu Sporny", url: "https://manu.sporny.org/",
- company: "Digital Bazaar, Inc.", companyURL: "http://digitalbazaar.com/" },
+ company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/" },
{ name: "Ian Jacobs", url: "http://www.w3.org/People/Jacobs/",
company: "W3C", companyURL: "http://www.w3.org/" },
],
@@ -57,6 +57,17 @@
company: "Oracle", companyURL: "http://www.oracle.com/" }
],
+ otherLinks: [{
+ key: "Version control",
+ data: [{
+ value: "Github Repository",
+ href: "https://github.com/w3c/webpayments-ig"
+ }, {
+ value: "Issues",
+ href: "http://www.w3.org/Payments/IG/track/products/2"
+ }]
+ }],
+
// maximum level of table of contents
maxTocLevel: 3,