Skip to content

add the edit URL option #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default defineConfig({
title: 'Docs',
favicon: '/images/favicons/favicon.ico',
customCss: ['./src/styles/global.css'],
editLink: {
baseUrl: 'https://github.com/localstack/localstack-docs/edit/master/',
},
components: {
PageTitle: './src/components/PageTitleWithBadges.astro',
},
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/capabilities/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Capabilities
description: This section describes the capabilities of LocalStack, that go beyond the core cloud service emulation, and provide additional features and capabilities for LocalStack users.
template: doc
editUrl: false
sidebar:
order: 5
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: LocalStack Enterprise provides the most sophisticated and secure setup we offer, with advanced features and capabilities for large organizations and teams.
template: doc
editUrl: false
sidebar:
order: 1
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: This section describes how to get started with LocalStack using a variety of options, and provides details on how LocalStack can be configured to fit the needs of a local cloud sandbox for development, testing, and experimentation.
template: doc
editUrl: false
sidebar:
order: 1
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Welcome to LocalStack Docs
description: Get started with LocalStack Docs.
template: doc
editUrl: false
sidebar:
label: Welcome
order: 1
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: Use your favorite cloud development tools with LocalStack.
template: doc
editUrl: false
---

import SectionCards from '../../../../components/SectionCards.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Local AWS Services
description: Browse LocalStack's implemented AWS services and explore their capabilities
template: doc
editUrl: false
sidebar:
order: 3
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/tooling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: Increase your development efficiency with LocalStack Cloud Developer Tools.
template: doc
editUrl: false
---

import SectionCards from '../../../../components/SectionCards.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Tutorials
description: These tutorials enhance your comprehension of LocalStack's functionality by providing detailed information on how it works for specific use cases using diverse resources.
template: doc
editUrl: false
sidebar:
order: 9
---
Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: This is a dummy title
description: This is a dummy description
template: doc
editUrl: false
---

Foo bar
Foo bar
1 change: 1 addition & 0 deletions src/content/docs/snowflake/capabilities/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: Advanced capabilities and features available in LocalStack for Snowflake.
template: doc
editUrl: false
---

import SectionCards from '../../../../components/SectionCards.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/snowflake/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Changelog
description: Changelog for the latest releases of the LocalStack for Snowflake.
template: doc
editUrl: false
---

### 1.0.0
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/snowflake/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Feature Coverage"
description: Overview of the implemented Snowflake features in LocalStack
template: doc
editUrl: false
---

## Resource Types and Operations
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/snowflake/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
description: Use your favorite development tools with LocalStack for Snowflake.
template: doc
editUrl: false
---

import SectionCards from '../../../../components/SectionCards.astro';
Expand Down
5 changes: 0 additions & 5 deletions src/content/docs/snowflake/snowflake-services.md

This file was deleted.