Skip to content

Commit 88081c9

Browse files
update doc
1 parent 5bb962d commit 88081c9

26 files changed

Lines changed: 1551 additions & 1475 deletions

docs/actions.html

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

docs/app-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -----------------------------------------------------------------------------
22
// PWA
33
// -----------------------------------------------------------------------------
4-
const cacheName = "app-" + "174e4030da44f4b3255aedb965beea90a03cb3dc";
4+
const cacheName = "app-" + "8a09cae95cc54f7ede06c043c00fa408649b2edb";
55
const resourcesToCache = ["https://raw.githubusercontent.com/maxence-charriere/go-app/master/docs/web/icon.png","https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1013306768105236","/web/js/prism.js","/web/documents/what-is-go-app.md","/web/documents/updates.md","/web/documents/home.md","/web/documents/home-next.md","/web/css/prism.css","/web/css/docs.css","/web/app.wasm","/wasm_exec.js","/manifest.webmanifest","/app.js","/app.css","/"];
66

77
self.addEventListener("install", async (event) => {
88
try {
9-
console.log("installing app worker 174e4030da44f4b3255aedb965beea90a03cb3dc");
9+
console.log("installing app worker 8a09cae95cc54f7ede06c043c00fa408649b2edb");
1010
await installWorker();
1111
await self.skipWaiting();
1212
} catch (error) {
@@ -23,7 +23,7 @@ self.addEventListener("activate", async (event) => {
2323
try {
2424
await deletePreviousCaches(); // Await cache cleanup
2525
await self.clients.claim(); // Ensure the service worker takes control of the clients
26-
console.log("app worker 174e4030da44f4b3255aedb965beea90a03cb3dc is activated");
26+
console.log("app worker 8a09cae95cc54f7ede06c043c00fa408649b2edb is activated");
2727
} catch (error) {
2828
console.error("error during activation:", error);
2929
}

docs/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var goappOnAppInstallChange = function () {
1313
goappAppInstallChangedBeforeWasmLoaded = true;
1414
};
1515

16-
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"174e4030da44f4b3255aedb965beea90a03cb3dc"};
16+
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"8a09cae95cc54f7ede06c043c00fa408649b2edb"};
1717
const goappLoadingLabel = "go-app documentation {progress}%";
1818
const goappWasmContentLength = "";
1919
const goappWasmContentLengthHeader = "";
@@ -64,7 +64,7 @@ function goappSetupNotifyUpdate(registration) {
6464
}
6565

6666
switch (newSW.state) {
67-
case "installed":
67+
case "activated":
6868
goappOnUpdate();
6969
}
7070
});

docs/architecture.html

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

docs/components.html

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

docs/concurrency.html

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

docs/declarative-syntax.html

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

docs/getting-started.html

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

docs/github-deploy.html

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

docs/index.html

Lines changed: 116 additions & 90 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)