Skip to content

Commit b21c906

Browse files
docs: create product agnostic default docs homepage (#47)
* finished QAing Getting Started * finished fixing aws docs * finished fixing snow docs * fix broken link * create product agnostic default docs homepage * Update index.md * improved featured links anchor text * Apply suggestions from code review Co-authored-by: Harsh Mishra <[email protected]> * Apply suggestions from code review Co-authored-by: Harsh Mishra <[email protected]> --------- Co-authored-by: Harsh Mishra <[email protected]>
1 parent 3bc35cd commit b21c906

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export default defineConfig({
372372
collapsed: true,
373373
items: [
374374
{
375-
label: 'Introduction',
375+
label: 'Welcome',
376376
slug: 'snowflake',
377377
},
378378
{

src/content/docs/aws/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Welcome to LocalStack Docs
3-
description: Get started with LocalStack Docs.
2+
title: Welcome to LocalStack for AWS Docs
3+
description: Get started with LocalStack for AWS Docs.
44
template: doc
55
editUrl: false
66
sidebar:

src/content/docs/index.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
---
2-
title: This is a dummy title
3-
description: This is a dummy description
2+
title: Welcome to LocalStack Docs
3+
description: Welcome to LocalStack Docs
44
template: doc
55
editUrl: false
66
---
77

8-
Foo bar
8+
LocalStack is a local cloud emulator that lets you build and test cloud applications entirely on your machine.
9+
10+
Spin up fully functional local environments that mirror real cloud behavior — including AWS services and Snowflake — without provisioning real cloud infrastructure.
11+
12+
Whether you're validating IaC templates, running integration tests, or iterating on data pipelines, LocalStack integrates seamlessly with your tools and CI/CD pipelines to help you ship faster and safer.
13+
14+
## Choose a product to get started
15+
16+
### [Explore LocalStack for AWS Docs](/aws)
17+
[Getting Started](/aws/getting-started/)
18+
19+
[Local AWS Services](/aws/services/)
20+
21+
### [Explore LocalStack for Snowflake Docs](/snowflake)
22+
[Getting Started](/snowflake/getting-started/)
23+
24+
[Snowflake Features](/snowflake/features/)
25+

src/content/docs/snowflake/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: Introduction
2+
title: Welcome to LocalStack for Snowflake Docs
33
description: LocalStack for Snowflake allows you to develop and test your Snowflake data pipelines entirely on your local machine!
44
template: doc
55
nav: 1
6-
label: Introduction
76
---
87

98
[LocalStack](https://localstack.cloud/) is a cloud service emulator that runs in a single container on your laptop or in your CI environment.

0 commit comments

Comments
 (0)