diff --git a/.pr-preview.json b/.pr-preview.json index 3cb15794..dd74d011 100644 --- a/.pr-preview.json +++ b/.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": "Go to the living standard", - "bikeshed_parameters": { + "type": "bikeshed", + "params": { "force": 1, "md-status": "LS-COMMIT", "md-h1": "URL (PR #{{ pull_request.number }})", - "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": "Go to the living standard", }