Skip to content

Commit 26dcd89

Browse files
authored
[Editorial] Move spec files to root directory and remove unused files (#1794)
* Move spec files to root directory and remove unused files * Delete file * change back to LF * Resolve merge conflicts in index.bs
1 parent 1fdb546 commit 26dcd89

File tree

68 files changed

+5
-57758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+5
-57758
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
GH_PAGES_BRANCH: gh-pages
1616
TOOLCHAIN: bikeshed
17-
SOURCE: docs/index.bs
18-
DESTINATION: docs/index.html
17+
SOURCE: index.bs
18+
DESTINATION: index.html
1919
VALIDATE_MARKUP: true
2020
BUILD_FAIL_ON: fatal

.pr-preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src_file": "docs/index.bs",
2+
"src_file": "index.bs",
33
"type": "bikeshed",
44
"params": {
55
"force": 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Spec development happens via [issues in this repository](https://github.com/w3c/
1616

1717
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).
1818

19-
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`.
19+
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`.
2020

2121
## Examples
2222

docs/spec/service_worker/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/spec/service_worker_1/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/v1/index.bs

Lines changed: 0 additions & 3403 deletions
This file was deleted.

docs/index.bs renamed to index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4263,4 +4263,4 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
42634263
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.
42644264

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

publish/service_worker/FPWD-service-workers-20140501/assets/web-spec-framework/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

publish/service_worker/FPWD-service-workers-20140501/assets/web-spec-framework/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

publish/service_worker/FPWD-service-workers-20140501/assets/web-spec-framework/algorithm.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)