Skip to content

Commit

Permalink
generate godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Jun 27, 2023
1 parent aa8624d commit ce5db33
Show file tree
Hide file tree
Showing 25 changed files with 1,527 additions and 1,607 deletions.
154 changes: 75 additions & 79 deletions docs/actions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/app-worker.js
@@ -1,8 +1,8 @@
const cacheName = "app-" + "c70df206f81d79312548f4edc88cad79e000a3bd";
const cacheName = "app-" + "9e2dac22883b2a92f3c086b001ec59c64a26c2d3";
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 c70df206f81d79312548f4edc88cad79e000a3bd");
console.log("installing app worker 9e2dac22883b2a92f3c086b001ec59c64a26c2d3");

event.waitUntil(
caches
Expand All @@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
);
})
);
console.log("app worker c70df206f81d79312548f4edc88cad79e000a3bd is activated");
console.log("app worker 9e2dac22883b2a92f3c086b001ec59c64a26c2d3 is activated");
});

self.addEventListener("fetch", (event) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.css
Expand Up @@ -5,7 +5,7 @@
display: none;
}

.app-wasm-loader {
.goapp-app-info {
position: fixed;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
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":"c70df206f81d79312548f4edc88cad79e000a3bd"};
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"9e2dac22883b2a92f3c086b001ec59c64a26c2d3"};
const goappLoadingLabel = "go-app documentation {progress}%";
const goappWasmContentLengthHeader = "";

Expand Down
170 changes: 83 additions & 87 deletions docs/architecture.html

Large diffs are not rendered by default.

174 changes: 85 additions & 89 deletions docs/components.html

Large diffs are not rendered by default.

176 changes: 86 additions & 90 deletions docs/concurrency.html

Large diffs are not rendered by default.

152 changes: 74 additions & 78 deletions docs/declarative-syntax.html

Large diffs are not rendered by default.

158 changes: 77 additions & 81 deletions docs/getting-started.html

Large diffs are not rendered by default.

142 changes: 69 additions & 73 deletions docs/github-deploy.html

Large diffs are not rendered by default.

178 changes: 87 additions & 91 deletions docs/index.html

Large diffs are not rendered by default.

156 changes: 76 additions & 80 deletions docs/install.html

Large diffs are not rendered by default.

148 changes: 72 additions & 76 deletions docs/js.html

Large diffs are not rendered by default.

132 changes: 64 additions & 68 deletions docs/lifecycle.html

Large diffs are not rendered by default.

156 changes: 76 additions & 80 deletions docs/migrate.html

Large diffs are not rendered by default.

140 changes: 68 additions & 72 deletions docs/notifications.html

Large diffs are not rendered by default.

150 changes: 73 additions & 77 deletions docs/privacy-policy.html

Large diffs are not rendered by default.

164 changes: 80 additions & 84 deletions docs/reference.html

Large diffs are not rendered by default.

156 changes: 76 additions & 80 deletions docs/routing.html

Large diffs are not rendered by default.

168 changes: 82 additions & 86 deletions docs/seo.html

Large diffs are not rendered by default.

168 changes: 82 additions & 86 deletions docs/states.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

128 changes: 62 additions & 66 deletions docs/testing.html

Large diffs are not rendered by default.

Binary file modified docs/web/app.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/web/documents/reference.html
Expand Up @@ -2810,7 +2810,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=23378:23412#L965">Environment</a>
<h2 id="Environment">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=23026:23060#L948">Environment</a>
<a class="permalink" href="#Environment">&#xb6;</a>


Expand Down Expand Up @@ -25531,7 +25531,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=22701:23286#L939">Icon</a>
<h2 id="Icon">type <a href="/src/github.com/maxence-charriere/go-app/v9/pkg/app/http.go?s=22349:22934#L922">Icon</a>
<a class="permalink" href="#Icon">&#xb6;</a>


Expand Down

0 comments on commit ce5db33

Please sign in to comment.