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 20, 2024
1 parent 4ba37c3 commit 92ab427
Show file tree
Hide file tree
Showing 23 changed files with 1,601 additions and 1,521 deletions.
168 changes: 86 additions & 82 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-" + "34a299e7ea7a9ec21ddb30f92b1df04559793b07";
const cacheName = "app-" + "d37f9239eb7a74d6b6726a1834ef2f0e99c248e0";
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 34a299e7ea7a9ec21ddb30f92b1df04559793b07");
console.log("installing app worker d37f9239eb7a74d6b6726a1834ef2f0e99c248e0");

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

Large diffs are not rendered by default.

168 changes: 86 additions & 82 deletions docs/components.html

Large diffs are not rendered by default.

140 changes: 72 additions & 68 deletions docs/concurrency.html

Large diffs are not rendered by default.

166 changes: 85 additions & 81 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

160 changes: 82 additions & 78 deletions docs/getting-started.html

Large diffs are not rendered by default.

122 changes: 63 additions & 59 deletions docs/github-deploy.html

Large diffs are not rendered by default.

182 changes: 93 additions & 89 deletions docs/index.html

Large diffs are not rendered by default.

144 changes: 74 additions & 70 deletions docs/install.html

Large diffs are not rendered by default.

144 changes: 74 additions & 70 deletions docs/js.html

Large diffs are not rendered by default.

148 changes: 76 additions & 72 deletions docs/lifecycle.html

Large diffs are not rendered by default.

156 changes: 80 additions & 76 deletions docs/migrate.html

Large diffs are not rendered by default.

156 changes: 80 additions & 76 deletions docs/notifications.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

172 changes: 88 additions & 84 deletions docs/reference.html

Large diffs are not rendered by default.

148 changes: 76 additions & 72 deletions docs/routing.html

Large diffs are not rendered by default.

132 changes: 68 additions & 64 deletions docs/seo.html

Large diffs are not rendered by default.

164 changes: 84 additions & 80 deletions docs/states.html

Large diffs are not rendered by default.

164 changes: 84 additions & 80 deletions docs/static-resources.html

Large diffs are not rendered by default.

168 changes: 86 additions & 82 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 92ab427

Please sign in to comment.