Skip to content

Commit 2335cd2

Browse files
authored
general global edits (#93)
1 parent 4ab612d commit 2335cd2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/docs.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,23 @@
2828
"fonts": {
2929
"family": "Manrope"
3030
},
31-
"eyebrows": "breadcrumbs",
32-
"contextual": {"options": ["copy", "view", "chatgpt", "claude"]},
31+
"styling": {
32+
"eyebrows": "breadcrumbs"
33+
},
34+
"contextual": {
35+
"options": [
36+
"copy",
37+
"view",
38+
{
39+
"title": "llms.txt",
40+
"description": "Open llms.txt for this site",
41+
"icon": "file",
42+
"href": "https://docs.langchain.com/llms.txt"
43+
},
44+
"chatgpt",
45+
"claude"
46+
]
47+
},
3348
"integrations": {
3449
"gtm": {
3550
"tagId": "GTM-MBBX68ST"

0 commit comments

Comments
 (0)