Skip to content

Commit 19c26e7

Browse files
update docs
1 parent cb8a5d9 commit 19c26e7

15 files changed

+69
-69
lines changed

docs/app-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const cacheName = "app-" + "abf270d998069a5001374ea3a8a076845fe702c9";
1+
const cacheName = "app-" + "5b9b495dd37357d5183383b73754f3cbc3a72d32";
22

33
self.addEventListener("install", event => {
4-
console.log("installing app worker abf270d998069a5001374ea3a8a076845fe702c9");
4+
console.log("installing app worker 5b9b495dd37357d5183383b73754f3cbc3a72d32");
55
self.skipWaiting();
66

77
event.waitUntil(
@@ -38,7 +38,7 @@ self.addEventListener("activate", event => {
3838
);
3939
})
4040
);
41-
console.log("app worker abf270d998069a5001374ea3a8a076845fe702c9 is activated");
41+
console.log("app worker 5b9b495dd37357d5183383b73754f3cbc3a72d32 is activated");
4242
});
4343

4444
self.addEventListener("fetch", event => {

docs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if ("serviceWorker" in navigator) {
2929
// -----------------------------------------------------------------------------
3030
// Init progressive app
3131
// -----------------------------------------------------------------------------
32-
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"abf270d998069a5001374ea3a8a076845fe702c9"};
32+
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"5b9b495dd37357d5183383b73754f3cbc3a72d32"};
3333

3434
function goappGetenv(k) {
3535
return goappEnv[k];

docs/architecture.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/built-with.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/components.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/concurrency.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/install.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

docs/lifecycle.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="Documentation for the go-app package.">
88
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
9-
<meta name="theme-color" content="#2e343a">
9+
<meta content="#2e343a" name="theme-color">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
1111
<title>
1212
go-app documentation
1313
</title>
14-
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
15-
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
14+
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
15+
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
1616
<link rel="manifest" href="/manifest.webmanifest">
1717
<link type="text/css" rel="stylesheet" href="/app.css">
1818
<script defer src="/wasm_exec.js"></script>
1919
<script defer src="/app.js"></script>
2020
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css" rel="stylesheet">
21-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
22-
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
21+
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
22+
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
2323
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
2424
<script defer src="/web/js/prism.js"></script>
2525
<!-- Global site tag (gtag.js) - Google Analytics -->

0 commit comments

Comments
 (0)