Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Aug 16, 2023
1 parent f5665d9 commit 6bba77a
Show file tree
Hide file tree
Showing 25 changed files with 1,465 additions and 1,465 deletions.
120 changes: 60 additions & 60 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const cacheName = "app-" + "cde2c2d5fcd9ebffa288bfa8b20f7bc1fbdc6389";
const cacheName = "app-" + "08848207254ed19206a7e0901b6c869dca9004c8";
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/icon.png","/web/js/prism.js","https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500\u0026display=swap","https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1013306768105236"];

self.addEventListener("install", (event) => {
console.log("installing app worker cde2c2d5fcd9ebffa288bfa8b20f7bc1fbdc6389");
console.log("installing app worker 08848207254ed19206a7e0901b6c869dca9004c8");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker cde2c2d5fcd9ebffa288bfa8b20f7bc1fbdc6389 is activated");
console.log("app worker 08848207254ed19206a7e0901b6c869dca9004c8 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 @@ -5,7 +5,7 @@ var goappNav = function () {};
var goappOnUpdate = function () {};
var goappOnAppInstallChange = function () {};

const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"cde2c2d5fcd9ebffa288bfa8b20f7bc1fbdc6389"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"08848207254ed19206a7e0901b6c869dca9004c8"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLengthHeader = "";

Expand Down
122 changes: 61 additions & 61 deletions docs/architecture.html

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions docs/components.html

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/concurrency.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions docs/getting-started.html

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions docs/github-deploy.html

Large diffs are not rendered by default.

152 changes: 76 additions & 76 deletions docs/index.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions docs/install.html

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions docs/js.html

Large diffs are not rendered by default.

160 changes: 80 additions & 80 deletions docs/lifecycle.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "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.",
"icons": [
{
"src": "",
"src": "https://raw.githubusercontent.com/maxence-charriere/go-app/master/docs/web/icon.svg",
"type": "image/svg+xml",
"sizes": "any"
},
Expand Down
136 changes: 68 additions & 68 deletions docs/migrate.html

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions docs/notifications.html

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

150 changes: 75 additions & 75 deletions docs/reference.html

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions docs/routing.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions docs/seo.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions docs/states.html

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions docs/static-resources.html

Large diffs are not rendered by default.

134 changes: 67 additions & 67 deletions docs/testing.html

Large diffs are not rendered by default.

Binary file modified docs/web/app.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/web/documents/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,7 @@ <h2 id="Dispatcher">type <a href="/src/github.com/maxence-charriere/go-app/v9/pk



<h2 id="Environment">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=24279:24313#L1002">Environment</a>
<h2 id="Environment">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=24427:24461#L1006">Environment</a>
<a class="permalink" href="#Environment">&#xb6;</a>


Expand Down Expand Up @@ -25866,7 +25866,7 @@ <h2 id="Handler">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/a



<h3 id="Handler.ServeHTTP">func (*Handler) <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=14037:14104#L553">ServeHTTP</a>
<h3 id="Handler.ServeHTTP">func (*Handler) <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=14185:14252#L557">ServeHTTP</a>
<a class="permalink" href="#Handler.ServeHTTP">&#xb6;</a>


Expand All @@ -25880,7 +25880,7 @@ <h3 id="Handler.ServeHTTP">func (*Handler) <a href="/src/github.com/maxence-char



<h2 id="Icon">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=23602:24187#L976">Icon</a>
<h2 id="Icon">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=23750:24335#L980">Icon</a>
<a class="permalink" href="#Icon">&#xb6;</a>


Expand Down

0 comments on commit 6bba77a

Please sign in to comment.