Skip to content

Commit 4131885

Browse files
DOCS (sept 8 launch hotfix): lstk migration guide (#873)
Co-authored-by: Brian Rinaldi <brianrinaldi@fastmail.com>
1 parent bd05d83 commit 4131885

3 files changed

Lines changed: 298 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,10 @@ export default defineConfig({
518518
label: 'Setup & Maintenance',
519519
slug: 'aws/developer-tools/running-localstack/lstk/setup-and-maintenance',
520520
},
521+
{
522+
label: 'Migration Guide',
523+
slug: 'aws/developer-tools/running-localstack/lstk/migration',
524+
},
521525
{
522526
label: 'FAQ & Troubleshooting',
523527
slug: 'aws/developer-tools/running-localstack/lstk/faq-and-troubleshooting',

src/content/docs/aws/developer-tools/running-localstack/localstack-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LocalStack Desktop
33
description: Getting started with the LocalStack Desktop application.
44
template: doc
55
sidebar:
6-
order: 9
6+
order: 12
77
tags: ["Base"]
88
---
99

0 commit comments

Comments
 (0)