From c0a45b32ca2766a11c1639e9987f7ffe94dc4f7c Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 18 Nov 2019 15:23:10 +0000 Subject: [PATCH] Deploy website Deploy website version based on af77aa87dd4bdbe2785aee2385ebfa2ddd5c9923 --- docs/0.10/navigator.html | 10 +- docs/0.10/navigator/index.html | 10 +- docs/0.11/navigator.html | 10 +- docs/0.11/navigator/index.html | 10 +- docs/0.12/navigator.html | 10 +- docs/0.12/navigator/index.html | 10 +- docs/0.13/navigator.html | 10 +- docs/0.13/navigator/index.html | 10 +- docs/0.14/navigator.html | 10 +- docs/0.14/navigator/index.html | 10 +- docs/0.15/navigator.html | 10 +- docs/0.15/navigator/index.html | 10 +- docs/0.16/navigator.html | 10 +- docs/0.16/navigator/index.html | 10 +- docs/0.17/navigator.html | 10 +- docs/0.17/navigator/index.html | 10 +- docs/0.18/navigator.html | 10 +- docs/0.18/navigator/index.html | 10 +- docs/0.19/navigator.html | 10 +- docs/0.19/navigator/index.html | 10 +- docs/0.20/navigator.html | 10 +- docs/0.20/navigator/index.html | 10 +- docs/0.21/navigator.html | 10 +- docs/0.21/navigator/index.html | 10 +- docs/0.22/navigator.html | 10 +- docs/0.22/navigator/index.html | 10 +- docs/0.23/navigator.html | 10 +- docs/0.23/navigator/index.html | 10 +- docs/0.24/navigator.html | 10 +- docs/0.24/navigator/index.html | 10 +- docs/0.25/navigator.html | 10 +- docs/0.25/navigator/index.html | 10 +- docs/0.26/navigator.html | 10 +- docs/0.26/navigator/index.html | 10 +- docs/0.27/navigator.html | 10 +- docs/0.27/navigator/index.html | 10 +- docs/0.28/navigator.html | 10 +- docs/0.28/navigator/index.html | 10 +- docs/0.29/navigator.html | 10 +- docs/0.29/navigator/index.html | 10 +- docs/0.30/navigator.html | 10 +- docs/0.30/navigator/index.html | 10 +- docs/0.31/navigator.html | 10 +- docs/0.31/navigator/index.html | 10 +- docs/0.32/navigator.html | 10 +- docs/0.32/navigator/index.html | 10 +- docs/0.33/navigator.html | 10 +- docs/0.33/navigator/index.html | 10 +- docs/0.34/navigator.html | 10 +- docs/0.34/navigator/index.html | 10 +- docs/0.35/navigator.html | 10 +- docs/0.35/navigator/index.html | 10 +- docs/0.36/navigator.html | 10 +- docs/0.36/navigator/index.html | 10 +- docs/0.37/navigator.html | 10 +- docs/0.37/navigator/index.html | 10 +- docs/0.38/navigator.html | 10 +- docs/0.38/navigator/index.html | 10 +- docs/0.39/navigator.html | 10 +- docs/0.39/navigator/index.html | 10 +- docs/0.40/navigator.html | 10 +- docs/0.40/navigator/index.html | 10 +- docs/0.41/navigator.html | 10 +- docs/0.41/navigator/index.html | 10 +- docs/0.42/navigator.html | 10 +- docs/0.42/navigator/index.html | 10 +- docs/0.43/navigator.html | 10 +- docs/0.43/navigator/index.html | 10 +- docs/0.5/navigator.html | 10 +- docs/0.5/navigator/index.html | 10 +- docs/0.6/navigator.html | 10 +- docs/0.6/navigator/index.html | 10 +- docs/0.7/navigator.html | 10 +- docs/0.7/navigator/index.html | 10 +- docs/0.8/navigator.html | 10 +- docs/0.8/navigator/index.html | 10 +- docs/0.9/navigator.html | 10 +- docs/0.9/navigator/index.html | 10 +- docs/debugging.html | 2 +- docs/debugging/index.html | 2 +- docs/next/modal.html | 225 ++++++++++-------- docs/next/modal/index.html | 225 ++++++++++-------- docs/next/removing-default-permissions.html | 3 + .../removing-default-permissions/index.html | 3 + 84 files changed, 638 insertions(+), 602 deletions(-) diff --git a/docs/0.10/navigator.html b/docs/0.10/navigator.html index bc06e541e7d..f47f36a9d17 100644 --- a/docs/0.10/navigator.html +++ b/docs/0.10/navigator.html @@ -358,7 +358,7 @@

Jump backward without unmounting the current scene.


-

XXXX()

+

push()

push((route: object));
 

Navigate forward to a new scene, squashing any scenes that you could jump forward to.

@@ -372,7 +372,7 @@
-

pop()

+

popN()

popN((n: number));
 

Go back N scenes at once. When N=1, behavior matches pop(). When N is invalid (negative or bigger than current routes count), do nothing.

@@ -386,7 +386,7 @@
-

pop()

+

pop()

pop();
 

Transition back and unmount the current scene.

@@ -454,7 +454,7 @@
-

replacePreviousAndPopXXXX()

+

replacePreviousAndPop()

replacePreviousAndPop((route: object));
 

Replace the previous scene and get to it.

@@ -486,7 +486,7 @@
getCurrentRoutes();
 

Returns the current list of routes.

-
← ModalNext →