Skip to content

Commit

Permalink
Remove spec and TypeScript defintions
Browse files Browse the repository at this point in the history
The specification work has moved to whatwg/html#8502.

The TypeScript definitions have moved to DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dom-navigation/index.d.ts.
  • Loading branch information
domenic committed Mar 3, 2023
1 parent 91c2e7f commit 337827d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 2,326 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make ci
- uses: actions/checkout@v3
- name: Assemble out/ directory
run: |
mkdir out
mv spec.html out/index.html
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .pr-preview.json

This file was deleted.

9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@

This repository is being used for work in the W3C [Web Platform Incubator Community Group](https://www.w3.org/community/wicg/) (WICG), governed by the [W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the Community Group, thus signing the CLA.

## Editing the specification

Edits to the specification are done in the `spec.bs` file, which is then compiled with the [Bikeshed](https://tabatkins.github.io/bikeshed/) spec pre-processor.

To build the specification, you can use one of:

- `make local`: uses a locally-installed copy of Bikeshed
- `make remote`: uses a Bikeshed web service, so you don't have to install anything locally

## For maintainers: identifying contributors to a pull request

If the author is not the sole contributor to a pull request, please identify all contributors in the pull request comment.
Expand Down
5 changes: 0 additions & 5 deletions LICENSE.md

This file was deleted.

145 changes: 0 additions & 145 deletions navigation_api.d.ts

This file was deleted.

Loading

0 comments on commit 337827d

Please sign in to comment.