Skip to content

Commit e5dac7d

Browse files
authored
add the edit URL option (#35)
1 parent 7316912 commit e5dac7d

File tree

15 files changed

+17
-6
lines changed

15 files changed

+17
-6
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ export default defineConfig({
4343
title: 'Docs',
4444
favicon: '/images/favicons/favicon.ico',
4545
customCss: ['./src/styles/global.css'],
46+
editLink: {
47+
baseUrl: 'https://github.com/localstack/localstack-docs/edit/master/',
48+
},
4649
components: {
4750
PageTitle: './src/components/PageTitleWithBadges.astro',
4851
},

src/content/docs/aws/capabilities/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Capabilities
33
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.
44
template: doc
5+
editUrl: false
56
sidebar:
67
order: 5
78
---

src/content/docs/aws/enterprise/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Overview
33
description: LocalStack Enterprise provides the most sophisticated and secure setup we offer, with advanced features and capabilities for large organizations and teams.
44
template: doc
5+
editUrl: false
56
sidebar:
67
order: 1
78
---

src/content/docs/aws/getting-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Overview
33
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.
44
template: doc
5+
editUrl: false
56
sidebar:
67
order: 1
78
---

src/content/docs/aws/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Welcome to LocalStack Docs
33
description: Get started with LocalStack Docs.
44
template: doc
5+
editUrl: false
56
sidebar:
67
label: Welcome
78
order: 1

src/content/docs/aws/integrations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Overview
33
description: Use your favorite cloud development tools with LocalStack.
44
template: doc
5+
editUrl: false
56
---
67

78
import SectionCards from '../../../../components/SectionCards.astro';

src/content/docs/aws/services/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Local AWS Services
33
description: Browse LocalStack's implemented AWS services and explore their capabilities
44
template: doc
5+
editUrl: false
56
sidebar:
67
order: 3
78
---

src/content/docs/aws/tooling/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Overview
33
description: Increase your development efficiency with LocalStack Cloud Developer Tools.
44
template: doc
5+
editUrl: false
56
---
67

78
import SectionCards from '../../../../components/SectionCards.astro';

src/content/docs/aws/tutorials/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Tutorials
33
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.
44
template: doc
5+
editUrl: false
56
sidebar:
67
order: 9
78
---

src/content/docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: This is a dummy title
33
description: This is a dummy description
44
template: doc
5+
editUrl: false
56
---
67

7-
Foo bar
8+
Foo bar

0 commit comments

Comments
 (0)