Skip to content

Commit 9fd7890

Browse files
authored
remove the aws-services slug (#14)
1 parent a8630cc commit 9fd7890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default defineConfig({
8282
},
8383
{
8484
label: 'Local AWS Services',
85-
slug: 'aws/aws-services',
85+
slug: 'aws/services',
8686
},
8787
{
8888
label: 'Sample Apps',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 3
77
---
88

9-
import DynamicAwsServices from '../../../components/DynamicAwsServices.astro';
9+
import DynamicAwsServices from '../../../../components/DynamicAwsServices.astro';
1010

1111
Browse LocalStack's implemented AWS services and explore their comprehensive feature sets. Each service provides detailed documentation on APIs, configuration options, and practical examples to help you get started quickly.
1212

0 commit comments

Comments
 (0)