From 7c477af9c0ba8ed1017373a50fa0eda79d411568 Mon Sep 17 00:00:00 2001 From: JakeWharton Date: Mon, 6 Nov 2023 20:32:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20site=20from=20=20@=207b6e48426?= =?UTF-8?q?cbdb0ae8b5ff65c6c732e93570a55a7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latest/docs/navigation.html | 14 +- latest/docs/redwood-compose/navigation.html | 14 +- latest/docs/redwood-composeui/navigation.html | 14 +- .../redwood-gradle-plugin/navigation.html | 14 +- .../docs/redwood-layout-api/navigation.html | 14 +- .../redwood-layout-compose/navigation.html | 14 +- .../redwood-layout-composeui/navigation.html | 14 +- .../docs/redwood-layout-dom/navigation.html | 14 +- .../redwood-layout-modifiers/navigation.html | 14 +- .../redwood-layout-schema/navigation.html | 14 +- .../redwood-layout-testing/navigation.html | 14 +- .../redwood-layout-uiview/navigation.html | 14 +- .../docs/redwood-layout-view/navigation.html | 14 +- .../redwood-layout-widget/navigation.html | 14 +- .../redwood-lazylayout-api/navigation.html | 14 +- .../navigation.html | 14 +- .../navigation.html | 14 +- .../redwood-lazylayout-schema/navigation.html | 14 +- .../navigation.html | 14 +- .../redwood-lazylayout-uiview/navigation.html | 14 +- .../redwood-lazylayout-view/navigation.html | 14 +- .../redwood-lazylayout-widget/navigation.html | 14 +- .../redwood-protocol-guest/navigation.html | 14 +- .../redwood-protocol-host/navigation.html | 14 +- latest/docs/redwood-protocol/navigation.html | 14 +- latest/docs/redwood-runtime/navigation.html | 14 +- latest/docs/redwood-schema/navigation.html | 14 +- latest/docs/redwood-testing/navigation.html | 14 +- .../redwood-tooling-codegen/navigation.html | 14 +- .../docs/redwood-tooling-lint/navigation.html | 14 +- .../redwood-tooling-schema/navigation.html | 14 +- .../navigation.html | 14 +- .../redwood-treehouse-guest/navigation.html | 14 +- .../navigation.html | 14 +- .../-n-o-n-e.html} | 38 ++-- .../-event-listener/-companion/index.html | 100 +++++++++ .../-event-listener/-factory/create.html | 76 +++++++ .../-event-listener/-factory/index.html | 100 +++++++++ .../-event-listener/bind-service.html | 4 +- .../-event-listener/call-end.html | 4 +- .../-event-listener/call-start.html | 4 +- .../-event-listener/code-load-failed.html | 4 +- .../-event-listener/code-load-skipped.html | 4 +- .../-event-listener/code-load-start.html | 4 +- .../-event-listener/code-load-success.html | 4 +- .../-event-listener/code-unloaded.html | 4 +- .../-event-listener/download-failed.html | 4 +- .../-event-listener/download-start.html | 4 +- .../-event-listener/download-success.html | 4 +- .../-event-listener/index.html | 192 +++++++++--------- .../-event-listener/initializer-end.html | 4 +- .../-event-listener/initializer-start.html | 4 +- .../-event-listener/main-function-end.html | 4 +- .../-event-listener/main-function-start.html | 4 +- .../manifest-parse-failed.html | 4 +- .../-event-listener/manifest-verified.html | 4 +- .../-event-listener/module-load-end.html | 4 +- .../-event-listener/module-load-start.html | 4 +- .../-event-listener/on-unknown-children.html | 4 +- .../on-unknown-event-node.html | 4 +- .../-event-listener/on-unknown-event.html | 4 +- .../-event-listener/on-unknown-modifier.html | 4 +- .../-event-listener/on-unknown-property.html | 4 +- .../-event-listener/on-unknown-widget.html | 4 +- .../-event-listener/service-leaked.html | 4 +- .../-event-listener/take-service.html | 4 +- .../-event-listener/uncaught-exception.html | 4 +- .../-treehouse-app-factory.html | 4 +- .../-treehouse-app/index.html | 33 ++- .../restart.html} | 10 +- .../-treehouse-app/start.html | 2 +- .../-treehouse-app/{cancel.html => stop.html} | 10 +- .../app.cash.redwood.treehouse/index.html | 6 +- .../redwood-treehouse-host/navigation.html | 14 +- latest/docs/redwood-treehouse/navigation.html | 14 +- .../redwood-widget-compose/navigation.html | 14 +- .../redwood-widget-testing/navigation.html | 14 +- latest/docs/redwood-widget/navigation.html | 14 +- latest/docs/redwood-yoga/navigation.html | 14 +- latest/docs/scripts/pages.json | 2 +- latest/docs/scripts/sourceset_dependencies.js | 2 +- 81 files changed, 971 insertions(+), 276 deletions(-) rename latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/{app-canceled.html => -companion/-n-o-n-e.html} (53%) create mode 100644 latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-companion/index.html create mode 100644 latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-factory/create.html create mode 100644 latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-factory/index.html rename latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/{-event-listener/app-start.html => -treehouse-app/restart.html} (78%) rename latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-treehouse-app/{cancel.html => stop.html} (88%) diff --git a/latest/docs/navigation.html b/latest/docs/navigation.html index e5439d28ae..5f26beb1ed 100644 --- a/latest/docs/navigation.html +++ b/latest/docs/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-compose/navigation.html b/latest/docs/redwood-compose/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-compose/navigation.html +++ b/latest/docs/redwood-compose/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-composeui/navigation.html b/latest/docs/redwood-composeui/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-composeui/navigation.html +++ b/latest/docs/redwood-composeui/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-gradle-plugin/navigation.html b/latest/docs/redwood-gradle-plugin/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-gradle-plugin/navigation.html +++ b/latest/docs/redwood-gradle-plugin/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-api/navigation.html b/latest/docs/redwood-layout-api/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-api/navigation.html +++ b/latest/docs/redwood-layout-api/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-compose/navigation.html b/latest/docs/redwood-layout-compose/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-compose/navigation.html +++ b/latest/docs/redwood-layout-compose/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-composeui/navigation.html b/latest/docs/redwood-layout-composeui/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-composeui/navigation.html +++ b/latest/docs/redwood-layout-composeui/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-dom/navigation.html b/latest/docs/redwood-layout-dom/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-dom/navigation.html +++ b/latest/docs/redwood-layout-dom/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-modifiers/navigation.html b/latest/docs/redwood-layout-modifiers/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-modifiers/navigation.html +++ b/latest/docs/redwood-layout-modifiers/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-schema/navigation.html b/latest/docs/redwood-layout-schema/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-schema/navigation.html +++ b/latest/docs/redwood-layout-schema/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-testing/navigation.html b/latest/docs/redwood-layout-testing/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-testing/navigation.html +++ b/latest/docs/redwood-layout-testing/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-uiview/navigation.html b/latest/docs/redwood-layout-uiview/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-uiview/navigation.html +++ b/latest/docs/redwood-layout-uiview/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-view/navigation.html b/latest/docs/redwood-layout-view/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-view/navigation.html +++ b/latest/docs/redwood-layout-view/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-layout-widget/navigation.html b/latest/docs/redwood-layout-widget/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-layout-widget/navigation.html +++ b/latest/docs/redwood-layout-widget/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-api/navigation.html b/latest/docs/redwood-lazylayout-api/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-api/navigation.html +++ b/latest/docs/redwood-lazylayout-api/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-compose/navigation.html b/latest/docs/redwood-lazylayout-compose/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-compose/navigation.html +++ b/latest/docs/redwood-lazylayout-compose/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-composeui/navigation.html b/latest/docs/redwood-lazylayout-composeui/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-composeui/navigation.html +++ b/latest/docs/redwood-lazylayout-composeui/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-schema/navigation.html b/latest/docs/redwood-lazylayout-schema/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-schema/navigation.html +++ b/latest/docs/redwood-lazylayout-schema/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-testing/navigation.html b/latest/docs/redwood-lazylayout-testing/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-testing/navigation.html +++ b/latest/docs/redwood-lazylayout-testing/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-uiview/navigation.html b/latest/docs/redwood-lazylayout-uiview/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-uiview/navigation.html +++ b/latest/docs/redwood-lazylayout-uiview/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-view/navigation.html b/latest/docs/redwood-lazylayout-view/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-view/navigation.html +++ b/latest/docs/redwood-lazylayout-view/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-lazylayout-widget/navigation.html b/latest/docs/redwood-lazylayout-widget/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-lazylayout-widget/navigation.html +++ b/latest/docs/redwood-lazylayout-widget/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-protocol-guest/navigation.html b/latest/docs/redwood-protocol-guest/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-protocol-guest/navigation.html +++ b/latest/docs/redwood-protocol-guest/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-protocol-host/navigation.html b/latest/docs/redwood-protocol-host/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-protocol-host/navigation.html +++ b/latest/docs/redwood-protocol-host/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-protocol/navigation.html b/latest/docs/redwood-protocol/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-protocol/navigation.html +++ b/latest/docs/redwood-protocol/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-runtime/navigation.html b/latest/docs/redwood-runtime/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-runtime/navigation.html +++ b/latest/docs/redwood-runtime/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-schema/navigation.html b/latest/docs/redwood-schema/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-schema/navigation.html +++ b/latest/docs/redwood-schema/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-testing/navigation.html b/latest/docs/redwood-testing/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-testing/navigation.html +++ b/latest/docs/redwood-testing/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-tooling-codegen/navigation.html b/latest/docs/redwood-tooling-codegen/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-tooling-codegen/navigation.html +++ b/latest/docs/redwood-tooling-codegen/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-tooling-lint/navigation.html b/latest/docs/redwood-tooling-lint/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-tooling-lint/navigation.html +++ b/latest/docs/redwood-tooling-lint/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-tooling-schema/navigation.html b/latest/docs/redwood-tooling-schema/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-tooling-schema/navigation.html +++ b/latest/docs/redwood-tooling-schema/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-treehouse-guest-compose/navigation.html b/latest/docs/redwood-treehouse-guest-compose/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-treehouse-guest-compose/navigation.html +++ b/latest/docs/redwood-treehouse-guest-compose/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-treehouse-guest/navigation.html b/latest/docs/redwood-treehouse-guest/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-treehouse-guest/navigation.html +++ b/latest/docs/redwood-treehouse-guest/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-treehouse-host-composeui/navigation.html b/latest/docs/redwood-treehouse-host-composeui/navigation.html index 920a8bb74b..97694e562c 100644 --- a/latest/docs/redwood-treehouse-host-composeui/navigation.html +++ b/latest/docs/redwood-treehouse-host-composeui/navigation.html @@ -1614,7 +1614,17 @@
+
+
+ Companion +
+
+
+
+ Factory +
@@ -1642,7 +1652,7 @@
-
+
diff --git a/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/app-canceled.html b/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-companion/-n-o-n-e.html similarity index 53% rename from latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/app-canceled.html rename to latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-companion/-n-o-n-e.html index d19b6a1d61..32be95c2bd 100644 --- a/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/app-canceled.html +++ b/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-event-listener/-companion/-n-o-n-e.html @@ -2,8 +2,8 @@ - appCanceled - + NONE + - - - - - - - - - - - - + + + + + + + + + + + +