Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Dec 29, 2020
1 parent d369b0a commit 2a9d582
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 64 deletions.
6 changes: 3 additions & 3 deletions docs/app-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cacheName = "app-" + "528993855d2a616d55a90374b6891691c670f6f5";
const cacheName = "app-" + "4f99d197693d33426f4b1a0c7d453d396669955f";

self.addEventListener("install", event => {
console.log("installing app worker 528993855d2a616d55a90374b6891691c670f6f5");
console.log("installing app worker 4f99d197693d33426f4b1a0c7d453d396669955f");
self.skipWaiting();

event.waitUntil(
Expand Down Expand Up @@ -38,7 +38,7 @@ self.addEventListener("activate", event => {
);
})
);
console.log("app worker 528993855d2a616d55a90374b6891691c670f6f5 is activated");
console.log("app worker 4f99d197693d33426f4b1a0c7d453d396669955f 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 @@ -15,7 +15,7 @@ if ("serviceWorker" in navigator) {
// -----------------------------------------------------------------------------
// Init progressive app
// -----------------------------------------------------------------------------
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"528993855d2a616d55a90374b6891691c670f6f5"};
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"4f99d197693d33426f4b1a0c7d453d396669955f"};

function goappGetenv(k) {
return goappEnv[k];
Expand Down
10 changes: 5 additions & 5 deletions docs/architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/built-with.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/concurrency.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/routing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
10 changes: 5 additions & 5 deletions docs/static-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<link rel="icon" type="image/png" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="apple-touch-icon" href="https://storage.googleapis.com/murlok-github/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></script>
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script src="/app.js" defer></script>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
<script defer src="/web/js/prism.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
Expand All @@ -42,7 +42,7 @@

</head>
<body>
<div id="app-wasm-layout" class="goapp-app-info">
<div class="goapp-app-info" id="app-wasm-layout">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
<p id="app-wasm-loader-label" class="goapp-label">
Loading go-app documentation...
Expand Down
Loading

0 comments on commit 2a9d582

Please sign in to comment.