Skip to content

Commit

Permalink
Remove loading upper case (#766)
Browse files Browse the repository at this point in the history
* remove lowercase

* gen doc
  • Loading branch information
maxence-charriere committed Aug 29, 2022
1 parent c101697 commit 70b80e9
Show file tree
Hide file tree
Showing 31 changed files with 3,156 additions and 4,583 deletions.
212 changes: 106 additions & 106 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
@@ -1,8 +1,8 @@
const cacheName = "app-" + "752a92f3739e5d2f41ca7d4fa6f99d61479dc31f";
const cacheName = "app-" + "139ae22b680e3598a7310e6a95c20a832bd55516";
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://fonts.googleapis.com/css2?family=Montserrat:wght@400;500\u0026display=swap","https://storage.googleapis.com/murlok-github/icon-192.png","https://storage.googleapis.com/murlok-github/icon-512.png"];

self.addEventListener("install", (event) => {
console.log("installing app worker 752a92f3739e5d2f41ca7d4fa6f99d61479dc31f");
console.log("installing app worker 139ae22b680e3598a7310e6a95c20a832bd55516");

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

self.addEventListener("fetch", (event) => {
Expand Down
1 change: 0 additions & 1 deletion docs/app.css
Expand Up @@ -47,7 +47,6 @@
letter-spacing: 1px;
max-width: 480px;
text-align: center;
text-transform: lowercase;
}

.goapp-spin {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
Expand Up @@ -5,7 +5,7 @@ var goappNav = function () {};
var goappOnUpdate = function () {};
var goappOnAppInstallChange = function () {};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"752a92f3739e5d2f41ca7d4fa6f99d61479dc31f"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"139ae22b680e3598a7310e6a95c20a832bd55516"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLengthHeader = "";

Expand Down
210 changes: 105 additions & 105 deletions docs/architecture.html

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions docs/components.html

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions docs/concurrency.html

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions docs/getting-started.html

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions docs/github-deploy.html

Large diffs are not rendered by default.

216 changes: 108 additions & 108 deletions docs/index.html

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions docs/install.html

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions docs/js.html

Large diffs are not rendered by default.

202 changes: 101 additions & 101 deletions docs/lifecycle.html

Large diffs are not rendered by default.

206 changes: 103 additions & 103 deletions docs/migrate.html

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions docs/notifications.html

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

2,310 changes: 798 additions & 1,512 deletions docs/reference.html

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions docs/routing.html

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions docs/seo.html

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions docs/states.html

Large diffs are not rendered by default.

190 changes: 95 additions & 95 deletions docs/static-resources.html

Large diffs are not rendered by default.

206 changes: 103 additions & 103 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 70b80e9

Please sign in to comment.