Skip to content

Commit

Permalink
Fix blank local nav (#483)
Browse files Browse the repository at this point in the history
* fix anchor blank nav

* update docs

* update docs

* update docs
  • Loading branch information
maxence-charriere committed Jan 5, 2021
1 parent 3665faa commit db9f244
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 82 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-" + "f47754d991c3b262e92e300756720660fbd92940";
const cacheName = "app-" + "a1fcffe72b0d3fabc0b48b5dfa1420aea576969d";

self.addEventListener("install", event => {
console.log("installing app worker f47754d991c3b262e92e300756720660fbd92940");
console.log("installing app worker a1fcffe72b0d3fabc0b48b5dfa1420aea576969d");
self.skipWaiting();

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

function goappGetenv(k) {
return goappEnv[k];
Expand Down
12 changes: 6 additions & 6 deletions docs/architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/built-with.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/concurrency.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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
12 changes: 6 additions & 6 deletions docs/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8">
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Maxence Charriere" name="author">
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Documentation for the go-app package.">
<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">
<meta name="theme-color" content="#2e343a">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
go-app documentation
</title>
<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 href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="icon" type="image/png">
<link href="https://storage.googleapis.com/murlok-github/icon-192.png" rel="apple-touch-icon">
<link rel="manifest" href="/manifest.webmanifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="/app.css" type="text/css">
<script defer src="/wasm_exec.js"></script>
<script defer src="/app.js"></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 href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
<script defer src="/web/js/prism.js"></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 db9f244

Please sign in to comment.