Skip to content

Commit 32d0e78

Browse files
Update docs
1 parent c2396c6 commit 32d0e78

24 files changed

+573
-569
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ func main() {
9595
}
9696
```
9797

98+
## Getting started
99+
100+
**Read the [Getting Started](https://go-app.dev/start) document**.
101+
98102
## Contributors
99103

100104
### Code Contributors

docs/.html

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<meta httpequiv="Content-Type" content="text/html; charset=utf-8">
5+
<meta content="text/html; charset=utf-8" httpequiv="Content-Type">
66
<meta name="author" content="Maxence Charriere">
77
<meta name="description" content="A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.">
8-
<meta content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, webapp, web, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github" name="keywords">
8+
<meta name="keywords" content="go-app, go, golang, app, pwa, progressive web app, webassembly, web assembly, webapp, web, gui, ui, user interface, graphical user interface, frontend, opensource, open source, github">
99
<meta name="theme-color" content="#2e343a">
1010
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
11-
<meta property="og:url" content="http://127.0.0.1:60129/">
11+
<meta property="og:url" content="http://127.0.0.1:60470/">
1212
<meta property="og:title" content="A Go package for building Progressive Web Apps">
1313
<meta property="og:description" content="A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.">
1414
<meta property="og:type" content="website">
15-
<meta property="og:image" content="/web/images/go-app.png">
15+
<meta property="og:image" content="https://go-app.dev/web/images/go-app.png">
1616
<title>
1717
A Go package for building Progressive Web Apps
1818
</title>
@@ -23,8 +23,8 @@
2323
<script defer src="/wasm_exec.js"></script>
2424
<script defer src="/app.js"></script>
2525
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
26-
<link rel="stylesheet" href="/web/css/prism.css" type="text/css">
27-
<link type="text/css" rel="stylesheet" href="/web/css/docs.css">
26+
<link type="text/css" rel="stylesheet" href="/web/css/prism.css">
27+
<link rel="stylesheet" href="/web/css/docs.css" type="text/css">
2828
<script defer src="/web/js/prism.js"></script>
2929
<!-- Global site tag (gtag.js) - Google Analytics -->
3030
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SW4FQEM9VM"></script>
@@ -39,21 +39,21 @@
3939
<body>
4040
<div>
4141
<div id="app-pre-render">
42-
<div id="goapp-shell-6aec6039-558b-4665-a0e8-a640e46c356d" class="goapp-shell background">
42+
<div id="goapp-shell-0bb3bc29-b875-4efb-a73a-e5a4ae2c21f7" class="goapp-shell background">
4343
<div class="goapp-shell-layout" style="align-items:stretch;">
4444
<div class="goapp-shell-item" style="display:bloc;width:276px;max-width:276px;">
4545
<div class="fill unselectable">
4646
<div id class="goapp-stack header hspace-out" style="flex-direction:row;align-items:center;">
4747
<header>
48-
<a class="app-title" href="/">
48+
<a href="/" class="app-title">
4949
go-app
5050
</a>
5151
</header>
5252
</div>
5353
<nav class="content">
5454
<div class="hspace-out">
5555
<div class="vspace-top">
56-
<a href="/" class="link heading fit ">
56+
<a class="link heading fit " href="/">
5757
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
5858
<div class="link-icon">
5959
<div style="width:24px;height:24px;">
@@ -82,7 +82,7 @@
8282
</div>
8383
</a>
8484
<a class="link heading fit " href="/v7-to-v8">
85-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
85+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
8686
<div class="link-icon">
8787
<div style="width:24px;height:24px;">
8888
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -119,8 +119,8 @@
119119
</div>
120120
</div>
121121
</a>
122-
<a href="/architecture" class="link heading fit ">
123-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
122+
<a class="link heading fit " href="/architecture">
123+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
124124
<div class="link-icon">
125125
<div style="width:24px;height:24px;">
126126
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -134,7 +134,7 @@
134134
</div>
135135
</a>
136136
<a class="link heading fit " href="/components">
137-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
137+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
138138
<div class="link-icon">
139139
<div style="width:24px;height:24px;">
140140
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -162,7 +162,7 @@
162162
</div>
163163
</a>
164164
<a class="link heading fit " href="/syntax">
165-
<div class="goapp-stack " style="flex-direction:row;align-items:center;" id>
165+
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
166166
<div class="link-icon">
167167
<div style="width:24px;height:24px;">
168168
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -189,8 +189,8 @@
189189
</div>
190190
</div>
191191
</a>
192-
<a class="link heading fit " href="/lifecycle">
193-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
192+
<a href="/lifecycle" class="link heading fit ">
193+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
194194
<div class="link-icon">
195195
<div style="width:24px;height:24px;">
196196
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -203,7 +203,7 @@
203203
</div>
204204
</div>
205205
</a>
206-
<a class="link heading fit " href="/routing">
206+
<a href="/routing" class="link heading fit ">
207207
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
208208
<div class="link-icon">
209209
<div style="width:24px;height:24px;">
@@ -232,7 +232,7 @@
232232
</div>
233233
</a>
234234
<a class="link heading fit " href="/static-resources">
235-
<div class="goapp-stack " style="flex-direction:row;align-items:center;" id>
235+
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
236236
<div class="link-icon">
237237
<div style="width:24px;height:24px;">
238238
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -246,7 +246,7 @@
246246
</div>
247247
</a>
248248
<a class="link heading fit " href="/testing">
249-
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
249+
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
250250
<div class="link-icon">
251251
<div style="width:24px;height:24px;">
252252
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -276,7 +276,7 @@
276276
</div>
277277
</a>
278278
<a class="link heading fit " href="/examples">
279-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
279+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
280280
<div class="link-icon">
281281
<div style="width:24px;height:24px;">
282282
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -290,7 +290,7 @@
290290
</div>
291291
</a>
292292
<a class="link heading fit " href="/install">
293-
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
293+
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
294294
<div class="link-icon">
295295
<div style="width:24px;height:24px;">
296296
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -363,8 +363,8 @@
363363
</div>
364364
</div>
365365
</a>
366-
<a class="link heading fit " href="https://github.com/sponsors/maxence-charriere">
367-
<div id class="goapp-stack " style="flex-direction:row;align-items:center;">
366+
<a href="https://github.com/sponsors/maxence-charriere" class="link heading fit ">
367+
<div style="flex-direction:row;align-items:center;" id class="goapp-stack ">
368368
<div class="link-icon">
369369
<div style="width:24px;height:24px;">
370370
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
@@ -413,7 +413,7 @@
413413
<a class="index-link " href="#standard-http">
414414
Standard HTTP
415415
</a>
416-
<a href="#other-features" class="index-link ">
416+
<a class="index-link " href="#other-features">
417417
Other features
418418
</a>
419419
<a class="index-link " href="#next">
@@ -433,7 +433,7 @@
433433
</nav>
434434
</div>
435435
<div class="goapp-shell-item" style="flex-basis:480px;flex-grow:1;">
436-
<div id class="goapp-stack header" style="flex-direction:row;align-items:center;"></div>
436+
<div class="goapp-stack header" style="flex-direction:row;align-items:center;" id></div>
437437
<div class="content">
438438
<main id="top">
439439
<article>
@@ -586,7 +586,7 @@ <h2 id="next">Next</h2>
586586
Buying me a coffee
587587
</a>
588588
, being part of the
589-
<a href="https://opencollective.com/go-app" target="_blank">
589+
<a target="_blank" href="https://opencollective.com/go-app">
590590
Open Collective
591591
</a>
592592
, sponsoring me on
@@ -596,8 +596,8 @@ <h2 id="next">Next</h2>
596596
, or giving me some cryptocurrencies, all would help me reach that goal, sustain the development, and boost motivation during long coding sessions.
597597
</p>
598598
</div>
599-
<div id="goapp-flow-cf367084-8879-4794-8c31-e922effccb09" class="goapp-flow space-flow">
600-
<div style="max-width:0px;width:0px;" class="goapp-flow-item">
599+
<div id="goapp-flow-bb50a520-cdc2-4e65-9e2e-1939023057b7" class="goapp-flow space-flow">
600+
<div class="goapp-flow-item" style="max-width:0px;width:0px;">
601601
<div class="space-flow-item">
602602
<a class="support-us-item hspace-in-stretch vspace-in vignette magnify fill" href="https://www.buymeacoffee.com/maxence">
603603
<div id class="goapp-stack fill" style="flex-direction:row;align-items:center;">
@@ -686,8 +686,8 @@ <h2 id="next">Next</h2>
686686
</div>
687687
</div>
688688
</div>
689-
<div class="goapp-app-info" id="app-wasm-loader">
690-
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png">
689+
<div id="app-wasm-loader" class="goapp-app-info">
690+
<img class="goapp-logo goapp-spin" src="https://storage.googleapis.com/murlok-github/icon-192.png" id="app-wasm-loader-icon">
691691
<p id="app-wasm-loader-label" class="goapp-label">
692692
Loading go-app documentation...
693693
</p>

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-" + "f1c394789ebb7fc8c233748998ad7e0b9692c895";
1+
const cacheName = "app-" + "d432dbe2d2faf6d2849e0a76f312130d5b4e7a30";
22

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

77
event.waitUntil(
@@ -37,7 +37,7 @@ self.addEventListener("activate", event => {
3737
);
3838
})
3939
);
40-
console.log("app worker f1c394789ebb7fc8c233748998ad7e0b9692c895 is activated");
40+
console.log("app worker d432dbe2d2faf6d2849e0a76f312130d5b4e7a30 is activated");
4141
});
4242

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

docs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if ("serviceWorker" in navigator) {
2828
// -----------------------------------------------------------------------------
2929
// Init progressive app
3030
// -----------------------------------------------------------------------------
31-
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"f1c394789ebb7fc8c233748998ad7e0b9692c895"};
31+
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"d432dbe2d2faf6d2849e0a76f312130d5b4e7a30"};
3232

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

0 commit comments

Comments
 (0)