Skip to content

Commit a90cde7

Browse files
vertical promotion and small fixes
1 parent 1c42fb6 commit a90cde7

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

src/directory/directory.mjs

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,44 @@ export const directory = {
396396
}
397397
]
398398
},
399+
{
400+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/index.mdx',
401+
children: [
402+
{
403+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx'
404+
},
405+
{
406+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/custom-authorization/index.mdx'
407+
},
408+
{
409+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/maps/index.mdx'
410+
},
411+
{
412+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/configure-location-search/index.mdx'
413+
},
414+
{
415+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx'
416+
},
417+
{
418+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/configure-geofencing/index.mdx'
419+
},
420+
{
421+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/geofences/index.mdx'
422+
},
423+
{
424+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/existing-resources/index.mdx'
425+
},
426+
{
427+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/use-legacy-resources/index.mdx'
428+
},
429+
{
430+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx'
431+
},
432+
{
433+
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/amazon-location-sdk/index.mdx'
434+
}
435+
]
436+
},
399437
{
400438
path: 'src/pages/[platform]/build-a-backend/functions/index.mdx',
401439
children: [
@@ -524,44 +562,6 @@ export const directory = {
524562
}
525563
]
526564
},
527-
{
528-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/index.mdx',
529-
children: [
530-
{
531-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx'
532-
},
533-
{
534-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/custom-authorization/index.mdx'
535-
},
536-
{
537-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/maps/index.mdx'
538-
},
539-
{
540-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/configure-location-search/index.mdx'
541-
},
542-
{
543-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/location-search/index.mdx'
544-
},
545-
{
546-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/configure-geofencing/index.mdx'
547-
},
548-
{
549-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/geofences/index.mdx'
550-
},
551-
{
552-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/existing-resources/index.mdx'
553-
},
554-
{
555-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/use-legacy-resources/index.mdx'
556-
},
557-
{
558-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/google-migration/index.mdx'
559-
},
560-
{
561-
path: 'src/pages/[platform]/build-a-backend/add-aws-services/geo/amazon-location-sdk/index.mdx'
562-
}
563-
]
564-
},
565565
{
566566
path: 'src/pages/[platform]/build-a-backend/add-aws-services/in-app-messaging/index.mdx',
567567
children: [

src/pages/[platform]/build-a-backend/add-aws-services/geo/configure-location-search/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function getStaticProps(context) {
2727
};
2828
}
2929

30-
Amplify's `geo` category enables you to search by places, addresses, and coordinates in your app with "place index" resources. These resources also include an API key with access restrictions specified from the `access` callback. This API key will be used to render the location search components if your application requires access control on the components. To set up or learn more about Amazon Location API keys, visit the [developer guide](https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html).
30+
Amplify's `geo` category enables you to search by places, addresses, and coordinates in your app with "place index" resources. These resources also include an API key with access restrictions specified from the `access` callback. This API key will be used to render the location search components if your application requires access control on the components. To set up Amazon Location API keys through Geo, visit the [set up guide](/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/#generate-api-keys).
3131

3232
## Setup a new Location Search Index
3333

src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const collection = defineCollection({
182182
});
183183
```
184184

185-
This will generate AWS Location API keys configured with the restrictions provided in the `access` block. The names of all provisioned API keys will then appear in the `amplify_outputs.json` file. To access their hidden values through AWS SDK/CLI, refer to the instructions below.
185+
This will generate AWS Location API keys configured with the restrictions provided in the `access` block. The names of all provisioned API keys will then appear in the `amplify_outputs.json` file. To access their hidden values through AWS CLI, refer to the instructions below. You can also view the hidden value of your key through the AWS Location Services Console.
186186

187187
Install the latest version of the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and configure it with your AWS account.
188188

0 commit comments

Comments
 (0)