Skip to content

Commit 489dd43

Browse files
committed
Rewrite to web-docs-backlog
1 parent 080859a commit 489dd43

20 files changed

+654
-1430
lines changed

.eleventy.js

Lines changed: 39 additions & 408 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
# web-features explorer
1+
# web-docs-backlog
22

3-
A website to visualize the web platform data that's maintained in the [web-platform-dx/web-features](https://github.com/web-platform-dx/web-features/) repository in interesting ways, including a monthly release note.
4-
5-
The website: https://web-platform-dx.github.io/web-features-explorer/
6-
7-
## Goal
8-
9-
* To visualize the web-features data.
10-
* To provide a way to explore the data in user-friendly ways, such as:
11-
* By [baseline-low features](https://web-platform-dx.github.io/web-features-explorer/recent/) (newly available on the web platform).
12-
* By [baseline-high features](https://web-platform-dx.github.io/web-features-explorer/baseline/) (widely available on the web platform).
13-
* By [monthly release notes](https://web-platform-dx.github.io/web-features-explorer/monthly/).
14-
* Or, by features that are [not yet available](https://web-platform-dx.github.io/web-features-explorer/nobaseline/) on the web platform.
15-
* To test various use cases that consumers of this data have.
16-
* To detect issues in the data.
3+
A website to visualize the web platform reference pages that's maintained by Open Web Docs and partners.
174

185
## Architecture
196

@@ -49,7 +36,7 @@ To re-generate the website, after updating the data:
4936

5037
The website is deployed to production using [GitHub Pages](https://pages.github.com/).
5138

52-
The static HTML pages are generated on the [gh-pages branch](https://github.com/web-platform-dx/web-features-explorer/tree/gh-pages).
39+
The static HTML pages are generated on the [gh-pages branch](https://github.com/web-platform-dx/web-docs-backlog/tree/gh-pages).
5340

5441
### Automatic updates
5542

0 commit comments

Comments
 (0)