Skip to content

Commit 67952ca

Browse files
authored
Merge branch 'next-release/main' into fix-broken-links
2 parents cdd09d2 + c87d0bc commit 67952ca

File tree

41 files changed

+8082
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8082
-251
lines changed

redirects.json

Lines changed: 7992 additions & 204 deletions
Large diffs are not rendered by default.

src/fragments/lib-v1/auth/flutter/signin/60_runtime_auth_flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Future<void> signInUser(String username, String password) async {
1616
}
1717
```
1818

19-
The two available options are `userSrpAuth` and `customAuth`. You can learn more about the custom auth flow [here](/[platform]/prev/build-a-backend/auth/custom-auth-flow/).
19+
The two available options are `userSrpAuth` and `customAuth`. You can learn more about the custom auth flow [here](/[platform]/prev/build-a-backend/auth/switch-auth/#customauth-flow).

src/fragments/lib-v1/auth/ios/signin_next_steps/30_confirm_custom_challenge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
If the next step is `confirmSignInWithCustomChallenge`, Amplify Auth is awaiting completion of a custom authentication challenge. The challenge is based on the Lambda trigger you setup when you configured a [custom sign in flow](/[platform]/prev/build-a-backend/auth/custom-auth-flow/). To complete this step, you should prompt the user for the custom challenge answer, and pass the answer to the `confirmSignIn` API.
1+
If the next step is `confirmSignInWithCustomChallenge`, Amplify Auth is awaiting completion of a custom authentication challenge. The challenge is based on the Lambda trigger you setup when you configured a [custom sign in flow](/[platform]/prev/build-a-backend/auth/switch-auth/#customauth-flow). To complete this step, you should prompt the user for the custom challenge answer, and pass the answer to the `confirmSignIn` API.
22

33
<BlockSwitcher>
44

src/fragments/lib-v1/geo/android/maps/20_display_map.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Also, check the [official MapView API reference](https://docs.maptiler.com/mapli
239239

240240
## AmplifyMapView
241241

242-
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources).
242+
The `AmplifyMapView` provides a default search field, place markers, visualization modes (map or list) and map controls. It can be used to easily embed a place picker into any app. To use the search functionality of `AmplifyMapView`, provision a search index resource using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/).
243243

244244
### Add a map to your app
245245

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](../maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.
1+
`AmplifyMapView` provides built-in location search, search field, and place markers. Follow the [AmplifyMapView section](/[platform]/prev/build-a-backend/more-features/geo/maps#amplifymapview) on the Maps page to setup the `AmplifyMapView`.

src/fragments/lib-v1/geo/ios/maps/10_install_adapter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](../existing-resources) guide.
1+
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure Maps](/[platform]/build-a-backend/more-features/geo/maps) or [Use existing resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) guide.
22

33
<Callout warning>
44

src/fragments/lib-v1/geo/js/geofences.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Provisioning geofence resources
88

9-
First, make sure you've provisioned a geofence collection resource and configured your app using the instructions in either [Configure a Geofence Collection](/[platform]/prev/build-a-backend/more-features/geo/configure-geofencing) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
9+
First, make sure you've provisioned a geofence collection resource and configured your app using the instructions in either [Configure a Geofence Collection](/[platform]/prev/build-a-backend/more-features/geo/configure-geofencing) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
1010

1111
## Manage Geofences in Your Application
1212

@@ -29,7 +29,7 @@ Then, import [AmplifyGeofenceControl](https://github.com/aws-amplify/maplibre-gl
2929

3030
<Block name="Javascript">
3131

32-
**Note:** When using the existing [maps implementation/](../maps) you can add the Geofence control to an existing map
32+
**Note:** When using the existing [maps implementation/](/[platform]/prev/build-a-backend/more-features/geo/maps) you can add the Geofence control to an existing map
3333

3434
```diff
3535
import { useEffect, useRef } from "react";

src/fragments/lib-v1/geo/js/search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Add location search functionality on a map
88

9-
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
9+
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
1010

1111
<Callout>
1212

src/fragments/lib-v1/geo/native_common/maps/common.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ios4 from '/src/fragments/lib-v1/geo/ios/maps/10_install_adapter.mdx';
1010

1111
## Display a map
1212

13-
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure maps](../configure-maps) or [Use existing resources](../existing-resources) guide.
13+
First, ensure you've provisioned an Amazon Location Service Map resource and configured your app using the instructions in either [Configure maps](/[platform]/prev/build-a-backend/more-features/geo/set-up-geo/) or [Use existing resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) guide.
1414

1515
import android6 from '/src/fragments/lib-v1/geo/android/maps/20_display_map.mdx';
1616

src/fragments/lib-v1/geo/native_common/search/common.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Add location search functionality on a map
22

3-
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](../existing-resources) and you have already setup [displaying a map](../maps) in your application.
3+
First, make sure you've provisioned a search index resource and configured your app using the instructions in either [Configure Location Search](/[platform]/build-a-backend/more-features/geo/configure-location-search) or [Use existing Amazon Location Service resources](/[platform]/prev/build-a-backend/more-features/geo/existing-resources/) and you have already setup [displaying a map](/[platform]/prev/build-a-backend/more-features/geo/maps) in your application.
44

55
import android1 from '/src/fragments/lib-v1/geo/android/search/30_location_search_map.mdx';
66

0 commit comments

Comments
 (0)