Skip to content

Commit fe19c8b

Browse files
created new IA structure + individual markdown files
1 parent 1aa35c1 commit fe19c8b

File tree

115 files changed

+6995
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+6995
-65
lines changed

astro.config.mjs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@ import starlight from '@astrojs/starlight';
66
export default defineConfig({
77
integrations: [
88
starlight({
9-
title: 'My Docs',
9+
title: 'LocalStack Docs',
1010
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }],
1111
sidebar: [
1212
{
13-
label: 'Guides',
13+
label: 'Tutorials',
1414
items: [
1515
// Each item here is one entry in the navigation menu.
16-
{ label: 'Example Guide', slug: 'guides/example' },
16+
{ label: 'Index', slug: 'index' },
1717
],
1818
},
19-
{
20-
label: 'Reference',
21-
autogenerate: { directory: 'reference' },
22-
},
2319
],
2420
}),
2521
],

src/content/docs/aws-services.md

Lines changed: 15 additions & 0 deletions

src/content/docs/capabilities/chaos-engineering/aws-fault-injection.md

src/content/docs/capabilities/chaos-engineering/chaos-api.md

src/content/docs/capabilities/chaos-engineering/chaos-engineering-dashboard.md

src/content/docs/capabilities/cloud-sandbox/app-preview.md

src/content/docs/capabilities/cloud-sandbox/ephemeral-instances.md

src/content/docs/capabilities/config/configuration.md

src/content/docs/capabilities/config/credentials.md

src/content/docs/capabilities/config/docker-images.md

0 commit comments

Comments
 (0)