Skip to content

Commit

Permalink
Docs for v3.0.0.alpha.3 release (google#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt authored Dec 13, 2017
1 parent fff418b commit 819eaaf
Show file tree
Hide file tree
Showing 124 changed files with 13,734 additions and 1,292 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"husky": "^0.14.3",
"inquirer": "^3.3.0",
"jsdoc-baseline": "https://github.com/hegemonic/baseline/tarball/master",
"workbox-build": "^3.0.0-alpha.1"
"workbox-build": "^3.0.0-alpha.3"
},
"private": true,
"dependencies": {
Expand Down
59 changes: 34 additions & 25 deletions src/content/en/tools/workbox/_shared/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,30 +96,48 @@
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/sethbergman" target="_blank">
<img class="wb-contrib__image" src="https://avatars3.githubusercontent.com/u/8031689?v&#x3D;4">
<a class="wb-contrib__img-link" href="https://github.com/tenhobi" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/5287596?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/sethbergman" target="_blank">
sethbergman
<a class="wb-contrib__link" href="https://github.com/tenhobi" target="_blank">
tenhobi
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/markgoho" target="_blank">
<img class="wb-contrib__image" src="https://avatars3.githubusercontent.com/u/9759954?v&#x3D;4">
<a class="wb-contrib__img-link" href="https://github.com/goldhand" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/1919664?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/markgoho" target="_blank">
markgoho
<a class="wb-contrib__link" href="https://github.com/goldhand" target="_blank">
goldhand
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/goldhand" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/1919664?v&#x3D;4">
<a class="wb-contrib__img-link" href="https://github.com/arthurevans" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/1149422?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/goldhand" target="_blank">
goldhand
<a class="wb-contrib__link" href="https://github.com/arthurevans" target="_blank">
arthurevans
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/beatrizdemiguelperez" target="_blank">
<img class="wb-contrib__image" src="https://avatars0.githubusercontent.com/u/9552730?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/beatrizdemiguelperez" target="_blank">
beatrizdemiguelperez
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/markgoho" target="_blank">
<img class="wb-contrib__image" src="https://avatars3.githubusercontent.com/u/9759954?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/markgoho" target="_blank">
markgoho
</a>
</div>
<div class="wb-contrib">
Expand Down Expand Up @@ -159,21 +177,12 @@
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/tenhobi" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/5287596?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/tenhobi" target="_blank">
tenhobi
</a>
</div>
<div class="wb-contrib">
<a class="wb-contrib__img-link" href="https://github.com/arthurevans" target="_blank">
<img class="wb-contrib__image" src="https://avatars2.githubusercontent.com/u/1149422?v&#x3D;4">
<a class="wb-contrib__img-link" href="https://github.com/sethbergman" target="_blank">
<img class="wb-contrib__image" src="https://avatars3.githubusercontent.com/u/8031689?v&#x3D;4">
</a>
<br />
<a class="wb-contrib__link" href="https://github.com/arthurevans" target="_blank">
arthurevans
<a class="wb-contrib__link" href="https://github.com/sethbergman" target="_blank">
sethbergman
</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://storage.googleapis.com/workbox-cdn/releases/3.0.0-alpha.2/workbox-sw.js
https://storage.googleapis.com/workbox-cdn/releases/3.0.0-alpha.3/workbox-sw.js
15 changes: 15 additions & 0 deletions src/content/en/tools/workbox/modules/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@ landing_page:
- label: Demo
path: https://workbox-demos.firebaseapp.com/demo/workbox-broadcast-cache-update/

- heading: workbox.rangeRequest
description: >
This modules provides support for responding to a request with a
ranger header from a Cache.
buttons:
# - label: Learn more
# path: ./workbox-broadcast-cache-update
- label: Reference
path: ../reference-docs/prerelease/workbox.rangeRequests
# - label: Demo
# path: https://workbox-demos.firebaseapp.com/demo/workbox-broadcast-cache-update/

# Force Devsite 4-up layout
- heading: ""

- heading: Node Modules
description: >
Workbox provides a set of Node modules that make it easy to generate
Expand Down
2 changes: 2 additions & 0 deletions src/content/en/tools/workbox/next/_reference-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ toc:
path: /web/tools/workbox/reference-docs/prerelease/workbox.cacheableResponse
- title: "workbox.broadcastUpdate"
path: /web/tools/workbox/reference-docs/prerelease/workbox.broadcastUpdate
- title: "workbox.rangeRequests"
path: /web/tools/workbox/reference-docs/prerelease/workbox.rangeRequests

- heading: Node Modules
- title: workbox-build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ toc:
path: /web/tools/workbox/reference-docs/prerelease/workbox.strategies.NetworkOnly
- title: "backgroundSync.Plugin"
path: /web/tools/workbox/reference-docs/prerelease/workbox.backgroundSync.Plugin
- title: "rangeRequests.Plugin"
path: /web/tools/workbox/reference-docs/prerelease/workbox.rangeRequests.Plugin
- title: "cacheableResponse.Plugin"
path: /web/tools/workbox/reference-docs/prerelease/workbox.cacheableResponse.Plugin
- title: "broadcastUpdate.Plugin"
Expand Down Expand Up @@ -51,6 +53,8 @@ toc:
path: /web/tools/workbox/reference-docs/prerelease/workbox.googleAnalytics
- title: "workbox.precaching"
path: /web/tools/workbox/reference-docs/prerelease/workbox.precaching
- title: "workbox.rangeRequests"
path: /web/tools/workbox/reference-docs/prerelease/workbox.rangeRequests
- title: "workbox.routing"
path: /web/tools/workbox/reference-docs/prerelease/workbox.routing
- title: "workbox.strategies"
Expand Down
Loading

0 comments on commit 819eaaf

Please sign in to comment.