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 e66104b commit 96d424e
Show file tree
Hide file tree
Showing 22 changed files with 1,486 additions and 1,486 deletions.
152 changes: 76 additions & 76 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-" + "0a720743d0574375f9f64b7428b80df90b116569";
const cacheName = "app-" + "0d09cd3c5d40c93a86471d8bdbb173ac5b6190be";
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 0a720743d0574375f9f64b7428b80df90b116569");
console.log("installing app worker 0d09cd3c5d40c93a86471d8bdbb173ac5b6190be");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker 0a720743d0574375f9f64b7428b80df90b116569 is activated");
console.log("app worker 0d09cd3c5d40c93a86471d8bdbb173ac5b6190be 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 @@ -13,7 +13,7 @@ var goappOnAppInstallChange = function () {
goappAppInstallChangedBeforeWasmLoaded = true;
};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"0a720743d0574375f9f64b7428b80df90b116569"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"0d09cd3c5d40c93a86471d8bdbb173ac5b6190be"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLength = "";
const goappWasmContentLengthHeader = "";
Expand Down
156 changes: 78 additions & 78 deletions docs/architecture.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions docs/components.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions docs/getting-started.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 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.

126 changes: 63 additions & 63 deletions docs/install.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions docs/lifecycle.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions docs/migrate.html

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions docs/notifications.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions docs/routing.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions docs/states.html

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions docs/static-resources.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 96d424e

Please sign in to comment.