Skip to content

Commit 92e6f6b

Browse files
koriymclaude
andcommitted
Add JSON Hyper-Schema link to Ray.Di llms.txt documentation
Add describedby link to Ray.Di's llms.txt documentation. This provides appropriate background information for BindingInfo VO without overwhelming users with excessive detail. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 89ad332 commit 92e6f6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/binding-schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"$id": "http://ray-di.github.io/Ray.Di/binding-schema.json",
44
"title": "Ray.Di BindingInfo Schema",
55
"description": "Schema for Ray.Di BindingInfo Value Objects",
6+
"links": [
7+
{
8+
"rel": "describedby",
9+
"href": "https://ray-di.github.io/llms.txt",
10+
"title": "Ray.Di Framework Documentation"
11+
}
12+
],
613
"type": "array",
714
"items": {
815
"$ref": "#/definitions/bindingInfo"

0 commit comments

Comments
 (0)