Skip to content

Commit 78ac3da

Browse files
Fix LocalStack docs code include spacing
1 parent 1e755f3 commit 78ac3da

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It captures practical rules that prevent avoidable CI and PR churn.
2020
- If a public API changes, update the relevant docs in the same PR.
2121
- If new types are made part of the public API, export them from the package's `index.ts` in the same PR.
2222
- If new learnings or misunderstandings are discovered, propose an `AGENTS.md` update in the same PR.
23+
- In docs Markdown, keep `<!--codeinclude-->` blocks tight with no blank lines between the markers and the include line, or the rendered snippet will contain blank lines between code lines.
2324
- Tests should verify observable behavior changes, not only internal/config state.
2425
- Example: for a security option, assert a real secure/insecure behavior difference.
2526
- Test-only helper files under `src` (for example `*-test-utils.ts`) must be explicitly excluded from package `tsconfig.build.json` so they are not emitted into `build` and accidentally published.

docs/modules/localstack.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ Choose an image from the [container registry](https://hub.docker.com/r/localstac
3838
### Create a S3 bucket
3939

4040
<!--codeinclude-->
41-
4241
[](../../packages/modules/localstack/src/localstack-container.test.ts) inside_block:localstackCreateS3Bucket
43-
4442
<!--/codeinclude-->

0 commit comments

Comments
 (0)