Skip to content

Commit 18a7dcf

Browse files
remotesynthquetzalliwritesHarshCaspercursoragent
authored andcommitted
v2 Getting Started (AWS) (#606)
Co-authored-by: Quetzalli <hola@quetzalliwrites.com> Co-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com> Co-authored-by: Harsh Mishra <erbeusgriffincasper@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 51de93e commit 18a7dcf

34 files changed

Lines changed: 1469 additions & 1049 deletions

astro.config.mjs

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@ export default defineConfig({
389389
collapsed: true,
390390
items: [{ autogenerate: { directory: '/aws/getting-started' } }],
391391
},
392+
{
393+
label: 'Quickstart Library',
394+
collapsed: true,
395+
items: [
396+
{ autogenerate: { directory: '/aws/quickstart-library' } },
397+
],
398+
},
392399
{
393400
label: 'Local AWS Services',
394401
slug: 'aws/services',
@@ -604,7 +611,8 @@ export default defineConfig({
604611
items: [
605612
{
606613
autogenerate: {
607-
directory: '/aws/customization/integrations/extensions',
614+
directory:
615+
'/aws/customization/integrations/extensions',
608616
},
609617
},
610618
{
@@ -619,7 +627,8 @@ export default defineConfig({
619627
items: [
620628
{
621629
autogenerate: {
622-
directory: '/aws/customization/integrations/localstack-sdks',
630+
directory:
631+
'/aws/customization/integrations/localstack-sdks',
623632
},
624633
},
625634
],
@@ -630,7 +639,8 @@ export default defineConfig({
630639
items: [
631640
{
632641
autogenerate: {
633-
directory: '/aws/customization/integrations/app-frameworks',
642+
directory:
643+
'/aws/customization/integrations/app-frameworks',
634644
},
635645
},
636646
],
@@ -641,7 +651,8 @@ export default defineConfig({
641651
items: [
642652
{
643653
autogenerate: {
644-
directory: '/aws/customization/integrations/testing',
654+
directory:
655+
'/aws/customization/integrations/testing',
645656
},
646657
},
647658
],

public/_redirects

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@
389389
/tutorials/replicate-aws-resources-localstack-extension/ /aws/developer-tools/aws-replicator/ 301
390390
/user-guide/tools/localstack-sdk/python/ /aws/customization/integrations/localstack-sdks/python-sdk/ 301
391391
/user-guide/lambda-tools/hot-reloading/ /aws/developer-tools/lambda-tools/hot-reloading/ 301
392-
/getting-started/quickstart/ /aws/getting-started/quickstart/ 301
392+
/getting-started/quickstart/ /aws/getting-started/local-development/ 301
393+
/aws/getting-started/quickstart/ /aws/getting-started/local-development/ 301
393394
/overview/ /aws/ 301
394395
/user-guide/aws/glue/ /aws/services/glue/ 301
395396
/getting-started/ /aws/getting-started/ 301
@@ -788,7 +789,8 @@
788789
/tutorials/replicate-aws-resources-localstack-extension /aws/developer-tools/aws-replicator/ 301
789790
/user-guide/tools/localstack-sdk/python /aws/customization/integrations/localstack-sdks/python-sdk/ 301
790791
/user-guide/lambda-tools/hot-reloading /aws/developer-tools/lambda-tools/hot-reloading/ 301
791-
/getting-started/quickstart /aws/getting-started/quickstart/ 301
792+
/getting-started/quickstart /aws/getting-started/local-development/ 301
793+
/aws/getting-started/quickstart /aws/getting-started/local-development/ 301
792794
/overview /aws/ 301
793795
/user-guide/aws/glue /aws/services/glue/ 301
794796
/getting-started /aws/getting-started/ 301
60.2 KB
Loading
118 KB
Loading
104 KB
Loading
151 KB
Loading
118 KB
Loading
368 KB
Loading
12.9 KB
Loading
77.3 KB
Loading

0 commit comments

Comments
 (0)