Skip to content

Commit 7b09e2d

Browse files
asafashirovclaude
andcommitted
Fix markdown linting errors in language pages
Add required single newline at end of all language-specific start-now pages πŸ€– Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6e2521c commit 7b09e2d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Žcontent/start-now/go/_index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ resources:
5454

5555
- **Performance**: Build fast, efficient infrastructure automation with Go's compiled performance
5656
- **Concurrency**: Leverage goroutines for parallel infrastructure operations
57-
- **Type Safety**: Catch errors at compile time with Go's strong static typing
57+
- **Type Safety**: Catch errors at compile time with Go's strong static typing

β€Žcontent/start-now/java/_index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ resources:
5454

5555
- **Enterprise Proven**: Build infrastructure with the language trusted by enterprises worldwide
5656
- **JVM Ecosystem**: Leverage the vast ecosystem of Java libraries and frameworks
57-
- **IDE Support**: Full support in IntelliJ IDEA, Eclipse, and other Java IDEs
57+
- **IDE Support**: Full support in IntelliJ IDEA, Eclipse, and other Java IDEs

β€Žcontent/start-now/python/_index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ cdn = aws.cloudfront.Distribution("cdn",
102102

103103
# Export the CDN URL
104104
pulumi.export("cdn_url", cdn.domain_name)
105-
```
105+
```

β€Žcontent/start-now/typescript/_index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ const service = new awsx.ecs.FargateService("app-service", {
9494

9595
// Export the service URL
9696
export const url = service.service.loadBalancers[0].containerName;
97-
```
97+
```

β€Žcontent/start-now/yaml/_index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ resources:
7373
outputs:
7474
bucketName: ${my-bucket.id}
7575
websiteUrl: ${my-bucket.websiteEndpoint}
76-
```
76+
```

0 commit comments

Comments
Β (0)