Skip to content

Commit a63581c

Browse files
committed
Update LLM instructions
Signed-off-by: Dan Barr <[email protected]>
1 parent 986f13c commit a63581c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ conventions for Markdown files:
172172
- Use the `admonition` component for notes, tips, warnings, and other
173173
annotations. This provides a consistent look and feel across the site.
174174
- Use the `:::type` syntax to define the admonition type, such as `note`,
175-
`tip`, `info`, `warning`, or `danger`.
175+
`tip`, `info`, `warning`, or `danger`. Use square brackets to add a title,
176+
e.g. `:::info[Title]`. Add empty lines around the start and end directives.
176177
- Place images in `static/img` using WebP, PNG, or SVG format.
177178
- Use the `ThemedImage` component to provide both light and dark mode
178179
screenshots for apps/UIs that support both.

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ conventions for Markdown files:
172172
- Use the `admonition` component for notes, tips, warnings, and other
173173
annotations. This provides a consistent look and feel across the site.
174174
- Use the `:::type` syntax to define the admonition type, such as `note`,
175-
`tip`, `info`, `warning`, or `danger`.
175+
`tip`, `info`, `warning`, or `danger`. Use square brackets to add a title,
176+
e.g. `:::info[Title]`. Add empty lines around the start and end directives.
176177
- Place images in `static/img` using WebP, PNG, or SVG format.
177178
- Use the `ThemedImage` component to provide both light and dark mode
178179
screenshots for apps/UIs that support both.

0 commit comments

Comments
 (0)