Skip to content

Commit 5a0a15d

Browse files
authored
Include server ref links in nav (#1545)
I had a really hard time finding the reference docs.
1 parent 2b8b816 commit 5a0a15d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/docs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,8 +1332,11 @@
13321332
{
13331333
"group": "Reference",
13341334
"pages": [
1335-
"langsmith/remote-graph",
13361335
"langsmith/cli",
1336+
"langsmith/agent-server-api-ref",
1337+
"langsmith/langgraph-python-sdk",
1338+
"langsmith/langgraph-js-ts-sdk",
1339+
"langsmith/remote-graph",
13371340
"langsmith/env-var"
13381341
]
13391342
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Agent Server
3+
sidebarTitle: Agent Server API Reference
4+
url: "https://langchain-ai.github.io/langgraph/cloud/reference/api/api_ref.html"
5+
---

0 commit comments

Comments
 (0)