Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Meta: update .pr-preview.json config file
  • Loading branch information
tobie authored and annevk committed Feb 15, 2017
1 parent f604ea8 commit c28ae3d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pr-preview.json
@@ -1,14 +1,15 @@
{
"src_file": "url.bs",
"ed_url": "https://url.spec.whatwg.org/",
"title": "URL Standard",
"back_to_ls_link": "<a href=\"https://url.spec.whatwg.org/\" id=\"commit-snapshot-link\">Go to the living standard</a>",
"bikeshed_parameters": {
"type": "bikeshed",
"params": {
"force": 1,
"md-status": "LS-COMMIT",
"md-h1": "URL <small>(<a href=\"{{ pull_request.html_url }}\">PR #{{ pull_request.number }}</a>)</small>",
"md-warning": "Commit {{ short_sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ed_url }}",
"md-warning": "Commit {{ short_sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ls_url }}",
"md-title": "{{ config.title }} (Pull Request Snapshot #{{ pull_request.number }})",
"md-Text-Macro": "SNAPSHOT-LINK {{ config.back_to_ls_link }}"
}
},
"ls_url": "https://url.spec.whatwg.org/",
"title": "URL Standard",
"back_to_ls_link": "<a href=\"https://url.spec.whatwg.org/\" id=\"commit-snapshot-link\">Go to the living standard</a>",
}

0 comments on commit c28ae3d

Please sign in to comment.