Skip to content

Commit 70b80e9

Browse files
Remove loading upper case (#766)
* remove lowercase * gen doc
1 parent c101697 commit 70b80e9

31 files changed

+3156
-4583
lines changed

docs/actions.html

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

docs/app-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const cacheName = "app-" + "752a92f3739e5d2f41ca7d4fa6f99d61479dc31f";
1+
const cacheName = "app-" + "139ae22b680e3598a7310e6a95c20a832bd55516";
22
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"];
33

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

77
event.waitUntil(
88
caches
@@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
2828
);
2929
})
3030
);
31-
console.log("app worker 752a92f3739e5d2f41ca7d4fa6f99d61479dc31f is activated");
31+
console.log("app worker 139ae22b680e3598a7310e6a95c20a832bd55516 is activated");
3232
});
3333

3434
self.addEventListener("fetch", (event) => {

docs/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
letter-spacing: 1px;
4848
max-width: 480px;
4949
text-align: center;
50-
text-transform: lowercase;
5150
}
5251

5352
.goapp-spin {

docs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var goappNav = function () {};
55
var goappOnUpdate = function () {};
66
var goappOnAppInstallChange = function () {};
77

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

docs/architecture.html

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

docs/components.html

Lines changed: 100 additions & 100 deletions
Large diffs are not rendered by default.

docs/concurrency.html

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

docs/declarative-syntax.html

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

docs/getting-started.html

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

docs/github-deploy.html

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)