Skip to content

Commit 024028a

Browse files
committed
Fix code block syntax highlighting in files.md and remove unused hero image in markdown-include.md
1 parent 04a6463 commit 024028a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/src/content/docs/reference/scripts/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ await workspace.writeText(".env", "SECRET=value");
259259

260260
The `fs_write_file` system tool provides LLMs with controlled file writing capabilities:
261261

262-
```genai
262+
```js
263263
script({
264264
title: "Safe file operations",
265265
system: ["fs_write_file"]

docs/src/content/docs/reference/scripts/markdown-include.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ sidebar:
44
order: 51
55
description: Learn how to include external files in markdown scripts using the @include directive
66
keywords: markdown scripts, include, file inclusion, @include directive
7-
hero:
8-
image:
9-
alt: A minimalistic 8-bit style icon showing two document rectangles with arrows pointing from one to another, representing file inclusion. The first document has an "@include" symbol, and content flows to the second document. Small geometric shapes indicate text content. The image uses five corporate colors on a transparent background, is highly simplified and geometric, and measures 128 by 128 pixels. No people, words, or realistic effects are present.
10-
file: ./markdown-include.png
117

128
---
139

0 commit comments

Comments
 (0)