Skip to content

Commit 15ca411

Browse files
authored
1 parent 26a7957 commit 15ca411

File tree

2 files changed

+91
-24
lines changed

2 files changed

+91
-24
lines changed

src/docs.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -867,23 +867,6 @@
867867
"langsmith/user-management"
868868
]
869869
},
870-
{
871-
"group": "Reference",
872-
"pages": [
873-
"langsmith/smith-python-sdk",
874-
"langsmith/smith-js-ts-sdk",
875-
"langsmith/langgraph-python-sdk",
876-
"langsmith/langgraph-js-ts-sdk",
877-
"langsmith/smith-api-ref",
878-
{
879-
"group": "API reference for LangSmith Deployment",
880-
"pages": [
881-
"langsmith/server-api-ref",
882-
"langsmith/api-ref-control-plane"
883-
]
884-
}
885-
]
886-
},
887870
{
888871
"group": "Additional resources",
889872
"pages": [
@@ -1459,13 +1442,34 @@
14591442
"langsmith/script-running-ch-support-queries"
14601443
]
14611444
}
1462-
]
1463-
}
1464-
]
1465-
}
1466-
]
1467-
}
1468-
]
1445+
]
1446+
}
1447+
]
1448+
},
1449+
{
1450+
"tab": "Reference",
1451+
"pages": [
1452+
"langsmith/reference",
1453+
"langsmith/smith-python-sdk",
1454+
"langsmith/smith-js-ts-sdk",
1455+
"langsmith/langgraph-python-sdk",
1456+
"langsmith/langgraph-js-ts-sdk",
1457+
"langsmith/smith-api-ref",
1458+
{
1459+
"group": "LangSmith Deployment",
1460+
"pages": [
1461+
"langsmith/server-api-ref",
1462+
"langsmith/api-ref-control-plane",
1463+
"langsmith/cli",
1464+
"langsmith/remote-graph",
1465+
"langsmith/env-var"
1466+
]
1467+
}
1468+
]
1469+
}
1470+
]
1471+
}
1472+
]
14691473
},
14701474
"interaction": {
14711475
"drilldown": true

src/langsmith/reference.mdx

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: LangSmith reference
3+
sidebarTitle: Overview
4+
mode: wide
5+
---
6+
7+
The following sections provide API references and SDK documentation for LangSmith:
8+
9+
<Columns cols={3}>
10+
<Card
11+
title="Python SDK"
12+
icon="python"
13+
href="/langsmith/smith-python-sdk"
14+
arrow="true"
15+
>
16+
Reference documentation for the LangSmith Python SDK.
17+
</Card>
18+
19+
<Card
20+
title="JavaScript/TypeScript SDK"
21+
icon="js"
22+
href="/langsmith/smith-js-ts-sdk"
23+
arrow="true"
24+
>
25+
Reference documentation for the LangSmith JavaScript/TypeScript SDK.
26+
</Card>
27+
28+
<Card
29+
title="LangGraph Python SDK"
30+
icon="diagram-project"
31+
href="/langsmith/langgraph-python-sdk"
32+
arrow="true"
33+
>
34+
Reference documentation for deploying LangGraph applications with Python.
35+
</Card>
36+
37+
<Card
38+
title="LangGraph JS/TS SDK"
39+
icon="diagram-project"
40+
href="/langsmith/langgraph-js-ts-sdk"
41+
arrow="true"
42+
>
43+
Reference documentation for deploying LangGraph applications with JavaScript/TypeScript.
44+
</Card>
45+
46+
<Card
47+
title="LangSmith API"
48+
icon="code"
49+
href="/langsmith/smith-api-ref"
50+
arrow="true"
51+
>
52+
Complete REST API reference for LangSmith platform features.
53+
</Card>
54+
55+
<Card
56+
title="Deployment APIs"
57+
icon="server"
58+
href="/langsmith/server-api-ref"
59+
arrow="true"
60+
>
61+
API references for self-hosted and hybrid LangSmith deployments.
62+
</Card>
63+
</Columns>

0 commit comments

Comments
 (0)