Skip to content

Commit

Permalink
Added respec defines to improve github links
Browse files Browse the repository at this point in the history
Added issues and version control links.
Removed useExperimentalStyles as it is no longer required.
  • Loading branch information
halindrome authored and adrianba committed Mar 23, 2016
1 parent 11cad97 commit 6def762
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion specs/architecture.html
Expand Up @@ -20,7 +20,6 @@
company: "Mozilla Foundation" }
],

useExperimentalStyles: true,
license: "w3c-software-doc",

//previousMaturity: "FPWD",
Expand All @@ -32,6 +31,18 @@
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83744/status",

issueBase: "https://github.com/w3c/browser-payment-api/issues/",
// additional defines to improve github integration
githubAPI: "https://api.github.com/repos/w3c/browser-payment-api",
otherLinks: [{
key: "Version control",
data: [{
value: "Github Repository",
href: "https://github.com/w3c/browser-payment-api"
}, {
value: "Issues",
href: "https://github.com/w3c/browser-payment-api/issues"
}]
}],

localBiblio: {
"PAYMENTREQUESTAPI": {
Expand Down

0 comments on commit 6def762

Please sign in to comment.