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 047c7e4 commit 6d093ed
Show file tree
Hide file tree
Showing 23 changed files with 1,493 additions and 1,493 deletions.
148 changes: 74 additions & 74 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-" + "f342425a016f79dd1b0034dc34d8a200f5aeff12";
const cacheName = "app-" + "0a720743d0574375f9f64b7428b80df90b116569";
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 f342425a016f79dd1b0034dc34d8a200f5aeff12");
console.log("installing app worker 0a720743d0574375f9f64b7428b80df90b116569");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker f342425a016f79dd1b0034dc34d8a200f5aeff12 is activated");
console.log("app worker 0a720743d0574375f9f64b7428b80df90b116569 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":"f342425a016f79dd1b0034dc34d8a200f5aeff12"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"/","GOAPP_STATIC_RESOURCES_URL":"/web","GOAPP_VERSION":"0a720743d0574375f9f64b7428b80df90b116569"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLength = "";
const goappWasmContentLengthHeader = "";
Expand Down
168 changes: 84 additions & 84 deletions docs/architecture.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/components.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions docs/getting-started.html

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions docs/github-deploy.html

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions docs/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 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.

166 changes: 83 additions & 83 deletions docs/seo.html

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions docs/states.html

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions docs/static-resources.html

Large diffs are not rendered by default.

142 changes: 71 additions & 71 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 6d093ed

Please sign in to comment.