Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: docs/index.bs
DESTINATION: docs/index.html
SOURCE: index.bs
DESTINATION: index.html
VALIDATE_MARKUP: true
BUILD_FAIL_ON: fatal
2 changes: 1 addition & 1 deletion .pr-preview.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src_file": "docs/index.bs",
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Spec development happens via [issues in this repository](https://github.com/w3c/

Updates to the spec must reference [resolved issues marked `needs spec`](https://github.com/w3c/ServiceWorker/issues?q=is%3Aclosed+label%3A%22needs+spec%22).

To make edits to the design, please send pull requests against the Nightly spec on the master branch. We use [bikeshed](https://github.com/tabatkins/bikeshed). So, change `docs/index.bs` and submit it with the corresponding bikesheded `index.html`.
To make edits to the design, please send pull requests against the Nightly spec on the master branch. We use [bikeshed](https://github.com/tabatkins/bikeshed). So, change `index.bs` and submit it with the corresponding bikesheded `index.html`.

## Examples

Expand Down
10 changes: 0 additions & 10 deletions docs/spec/service_worker/index.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/spec/service_worker_1/index.html

This file was deleted.

3,403 changes: 0 additions & 3,403 deletions docs/v1/index.bs

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.bs → index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4263,4 +4263,4 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
The authors would also like to thank Dimitri Glazkov for his scripts and formatting tools which have been essential in the production of this specification. The authors are also grateful for his considerable guidance.

Thanks also to Vivian Cromwell, Greg Simon, Alex Komoroske, Wonsuk Lee, and Seojin Kim for their considerable professional support.
</section>
</section>

This file was deleted.

This file was deleted.

This file was deleted.

Loading