Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Nov 3, 2021
1 parent 419e443 commit eeb3059
Show file tree
Hide file tree
Showing 22 changed files with 1,777 additions and 1,777 deletions.
178 changes: 89 additions & 89 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cacheName = "app-" + "a51b166cd0ef52aed6beefb8e00004ec93de40a6";
const cacheName = "app-" + "1ee07503cfb17d237b879ab82632f9daa54128b7";

self.addEventListener("install", event => {
console.log("installing app worker a51b166cd0ef52aed6beefb8e00004ec93de40a6");
console.log("installing app worker 1ee07503cfb17d237b879ab82632f9daa54128b7");

event.waitUntil(
caches.open(cacheName).
Expand Down Expand Up @@ -44,7 +44,7 @@ self.addEventListener("activate", event => {
);
})
);
console.log("app worker a51b166cd0ef52aed6beefb8e00004ec93de40a6 is activated");
console.log("app worker 1ee07503cfb17d237b879ab82632f9daa54128b7 is activated");
});

self.addEventListener("fetch", event => {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ("serviceWorker" in navigator) {
// -----------------------------------------------------------------------------
// Env
// -----------------------------------------------------------------------------
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"a51b166cd0ef52aed6beefb8e00004ec93de40a6"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"1ee07503cfb17d237b879ab82632f9daa54128b7"};

function goappGetenv(k) {
return goappEnv[k];
Expand Down
206 changes: 103 additions & 103 deletions docs/architecture.html

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/components.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions docs/concurrency.html

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions docs/getting-started.html

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions docs/github-deploy.html

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions docs/index.html

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions docs/install.html

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions docs/js.html

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/lifecycle.html

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions docs/migrate.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions docs/reference.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions docs/routing.html

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions docs/seo.html

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions docs/states.html

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions docs/static-resources.html

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions docs/testing.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/web/documents/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



<script>var goVersion = "go1.17.1";</script>
<script>var goVersion = "go1.17.2";</script>
<script src="/lib/godoc/godocs.js" defer></script>
</head>
<body>
Expand Down Expand Up @@ -25775,7 +25775,7 @@ <h2 id="pkg-subdirectories">Subdirectories</h2>


<div id="footer">
Build version go1.17.1.<br>
Build version go1.17.2.<br>
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
Expand Down

0 comments on commit eeb3059

Please sign in to comment.