Skip to content

Commit 884823f

Browse files
fixes, add blog,turn off ol lint for now
1 parent 9c72cc4 commit 884823f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"no-space-in-code": true,
1414
"no-space-in-links": true,
1515
"no-empty-links": true,
16-
"ol-prefix": {"style": "one_or_ordered"},
16+
"ol-prefix": false,
1717
"no-reversed-links": true,
1818
"reference-links-images": {
1919
"shortcut_syntax": false

content/guides/github-sonarqube-sandbox/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ local environment and credentials
5050
locally
5151
- Scalability: Resource-intensive operations like code scanning run in the
5252
cloud without consuming local resources
53+
54+
## Learn more
55+
56+
Read Docker's blog post: [Docker + E2B: Building the Future of Trusted AI](https://www.docker.com/blog/docker-e2b-building-the-future-of-trusted-ai/).

content/guides/github-sonarqube-sandbox/workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate
131131
```
132132

133133
3. Install required dependencies:
134-
135134
```bash
136135
pip install e2b python-dotenv
137136
```

0 commit comments

Comments
 (0)