From a59bd65b4ffe61e528e72b0f2e8fbc1d0bb78d6f Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Mon, 14 Mar 2016 13:22:45 +0000 Subject: [PATCH 1/2] Added respec defines to improve github links Added issues and version control links. Removed useExperimentalStyles as it is no longer required. --- specs/architecture.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/specs/architecture.html b/specs/architecture.html index 4c4d4c89..6b2ccd0e 100644 --- a/specs/architecture.html +++ b/specs/architecture.html @@ -20,7 +20,6 @@ company: "Mozilla Foundation" } ], - useExperimentalStyles: true, license: "w3c-software-doc", //previousMaturity: "FPWD", @@ -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/webpayments-ig", + 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": { From 6d5ad27934b2649cf6997e6d3817401b08e0df2d Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Thu, 17 Mar 2016 07:45:05 -0500 Subject: [PATCH 2/2] Wrong API pointer --- specs/architecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/architecture.html b/specs/architecture.html index 6b2ccd0e..fa2c166c 100644 --- a/specs/architecture.html +++ b/specs/architecture.html @@ -32,7 +32,7 @@ issueBase: "https://github.com/w3c/browser-payment-api/issues/", // additional defines to improve github integration - githubAPI: "https://api.github.com/repos/w3c/webpayments-ig", + githubAPI: "https://api.github.com/repos/w3c/browser-payment-api", otherLinks: [{ key: "Version control", data: [{