Skip to content

Commit 1fa67c3

Browse files
committed
Work on self-hosted section WIP
1 parent e7b0c05 commit 1fa67c3

File tree

4 files changed

+114
-145
lines changed

4 files changed

+114
-145
lines changed

src/docs.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -815,16 +815,7 @@
815815
{
816816
"group": "Overview",
817817
"pages": [
818-
"langsmith/deployment-options",
819-
{
820-
"group": "Platform components",
821-
"pages": [
822-
"langsmith/components",
823-
"langsmith/langgraph-server",
824-
"langsmith/data-plane",
825-
"langsmith/control-plane"
826-
]
827-
}
818+
"langsmith/deployment-options"
828819
]
829820
},
830821
{
@@ -859,6 +850,15 @@
859850
"langsmith/egress-metrics-metadata"
860851
]
861852
},
853+
{
854+
"group": "Platform components",
855+
"pages": [
856+
"langsmith/components",
857+
"langsmith/langgraph-server",
858+
"langsmith/data-plane",
859+
"langsmith/control-plane"
860+
]
861+
},
862862
{
863863
"group": "(Existing LS content to organize) Self-host",
864864
"pages": [

src/langsmith/components.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: LangSmith components
3-
sidebarTitle: Platform components
2+
title: Graph & agent deployment components
3+
sidebarTitle: Deployment components
44
---
55

66
LangGraph Platform consists of several key components that work together to provide a complete solution for deploying and managing agentic applications:

src/langsmith/deployment-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LangSmith deployment options include:
2323
href="/langsmith/hybrid"
2424
cta="Learn more"
2525
>
26-
(Enterprise) Manage the data plane in your own cloud, while LangChain manages the control plane. Build a Docker image using the LangGraph CLI and deploy your LangGraph Server from the control plane UI.
26+
**(Enterprise)** Manage the data plane in your own cloud, while LangChain manages the control plane. Build a Docker image using the LangGraph CLI and deploy your LangGraph Server from the control plane UI.
2727
</Card>
2828

2929
<Card
@@ -33,7 +33,7 @@ LangSmith deployment options include:
3333
href="/langsmith/self-hosted"
3434
cta="Learn more"
3535
>
36-
(Enterprise) Run all components entirely within your own cloud environment. Deploy the full LangSmith platform or standalone instances of a LangGraph Server without the control plane UI.
36+
**(Enterprise)** Run all components entirely within your own cloud environment. Deploy the full LangSmith platform or standalone instances of a LangGraph Server without the control plane UI.
3737
</Card>
3838

3939
</Columns>

0 commit comments

Comments
 (0)