Skip to content

Commit b1bd92d

Browse files
committed
Move README's GIF to docs/images
This way we separate extension resources that need to be packaged with the extension from docs and marketplace resources that can be excluded. Marketplace resources are available through public links and will be resolvable once the PR is merged.
1 parent 8b31738 commit b1bd92d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ out/test/**
1616
.env*
1717
build/**
1818
makefile
19+
docs/images/**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can start using LocalStack for free by signing up for a free account or sign
1212

1313
The LocalStack Toolkit integrates seamlessly with AWS tools like the AWS CLI. It automatically configures a dedicated `localstack` AWS profile in your `.aws/config` and `.aws/credentials` files, if one is not already present.
1414

15-
![Run the LocalStack Setup Wizard](resources/images/localstack-toolkit-setup-wizard.gif)
15+
![Run the LocalStack Setup Wizard](docs/images/localstack-toolkit-setup-wizard.gif)
1616

1717
## Run LocalStack
1818

File renamed without changes.

0 commit comments

Comments
 (0)