Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed May 22, 2024
1 parent 6d94193 commit 45f956a
Show file tree
Hide file tree
Showing 23 changed files with 1,480 additions and 1,476 deletions.
134 changes: 67 additions & 67 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,8 +1,8 @@
const cacheName = "app-" + "c64a0ec08e7d44be12840f82c66b64a03a7a89bd";
const cacheName = "app-" + "f342425a016f79dd1b0034dc34d8a200f5aeff12";
const resourcesToCache = ["/","/app.css","/app.js","/manifest.webmanifest","/wasm_exec.js","/web/app.wasm","/web/css/docs.css","/web/css/prism.css","/web/documents/home-next.md","/web/documents/home.md","/web/documents/updates.md","/web/documents/what-is-go-app.md","/web/js/prism.js","https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1013306768105236","https://raw.githubusercontent.com/maxence-charriere/go-app/master/docs/web/icon.png"];

self.addEventListener("install", (event) => {
console.log("installing app worker c64a0ec08e7d44be12840f82c66b64a03a7a89bd");
console.log("installing app worker f342425a016f79dd1b0034dc34d8a200f5aeff12");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker c64a0ec08e7d44be12840f82c66b64a03a7a89bd is activated");
console.log("app worker f342425a016f79dd1b0034dc34d8a200f5aeff12 is activated");
});

self.addEventListener("fetch", (event) => {
Expand Down
18 changes: 11 additions & 7 deletions docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
// go-app
// -----------------------------------------------------------------------------
var goappNav = function () {};
var goappOnUpdate = null;
var goappOnAppInstallChange = function () {};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"c64a0ec08e7d44be12840f82c66b64a03a7a89bd"};
var goappUpdatedBeforeWasmLoaded = false;
var goappOnUpdate = function () {
goappUpdatedBeforeWasmLoaded = true;
};

var goappAppInstallChangedBeforeWasmLoaded = false;
var goappOnAppInstallChange = function () {
goappAppInstallChangedBeforeWasmLoaded = true;
};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"f342425a016f79dd1b0034dc34d8a200f5aeff12"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLength = "";
const goappWasmContentLengthHeader = "";
Expand Down Expand Up @@ -58,10 +66,6 @@ function goappSetupNotifyUpdate(registration) {
if (newSW.state != "activated") {
return;
}
if (goappOnUpdate == null) {
goappOnUpdate = true;
return;
}
goappOnUpdate();
});
});
Expand Down
144 changes: 72 additions & 72 deletions docs/architecture.html

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions docs/components.html

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions docs/concurrency.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions docs/getting-started.html

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions docs/github-deploy.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions docs/install.html

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions docs/js.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions docs/lifecycle.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions docs/migrate.html

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions docs/notifications.html

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions docs/routing.html

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions docs/seo.html

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions docs/states.html

Large diffs are not rendered by default.

130 changes: 65 additions & 65 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.

Binary file modified docs/web/app.wasm
Binary file not shown.

0 comments on commit 45f956a

Please sign in to comment.