Skip to content

Commit c6509e2

Browse files
mdrxyCopilot
andauthored
nits: lgp prose (#639)
no offense taken if disagree with these --------- Co-authored-by: Copilot <[email protected]>
1 parent 9f08cf8 commit c6509e2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
]
574574
},
575575
{
576-
"group": "Configure your application for deployment",
576+
"group": "Configure app for deployment",
577577
"pages": [
578578
"langgraph-platform/setup-app-requirements-txt",
579579
"langgraph-platform/setup-pyproject",
@@ -1628,7 +1628,7 @@
16281628
]
16291629
},
16301630
{
1631-
"group": "Configure your application for deployment",
1631+
"group": "Configure app for deployment",
16321632
"pages": [
16331633
"langgraph-platform/setup-app-requirements-txt",
16341634
"langgraph-platform/setup-pyproject",

src/langgraph-platform/deploy-hybrid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to deploy hybrid
3-
sidebarTitle: Deploy hybrid
3+
sidebarTitle: Hybrid deployment
44
---
55
Before deploying, review the [conceptual guide for the Hybrid](/langgraph-platform/hybrid) deployment option.
66

src/langgraph-platform/deploy-self-hosted-full-platform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to deploy self-hosted full platform
3-
sidebarTitle: Deploy self-hosted full platform
3+
sidebarTitle: Self-hosted full platform
44
---
55
Before deploying, review the [conceptual guide for the Self-Hosted Full Platform](/langgraph-platform/self-hosted) deployment option.
66

src/langgraph-platform/deploy-standalone-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to deploy self-hosted standalone server
3-
sidebarTitle: Deploy self-hosted standalone server
3+
sidebarTitle: Self-hosted standalone server
44
---
55
Before deploying, review the [conceptual guide for the Standalone Server](/langgraph-platform/self-hosted#standalone-server) deployment option.
66

src/langgraph-platform/deploy-to-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to deploy to cloud
3-
sidebarTitle: Deploy to cloud
3+
sidebarTitle: Cloud deployment
44
---
55
Before deploying, review the [conceptual guide for the Cloud](/langgraph-platform/cloud) deployment option.
66

src/langgraph-platform/setup-app-requirements-txt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to set up a LangGraph application with requirements.txt
3-
sidebarTitle: Set up a LangGraph application with requirements.txt
3+
sidebarTitle: With requirements.txt
44
---
55
A LangGraph application must be configured with a [LangGraph configuration file](/langgraph-platform/cli#configuration-file) in order to be deployed to LangGraph Platform (or to be self-hosted). This how-to guide discusses the basic steps to setup a LangGraph application for deployment using `requirements.txt` to specify project dependencies.
66

src/langgraph-platform/setup-pyproject.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to set up a LangGraph application with pyproject.toml
3-
sidebarTitle: Set up a LangGraph application with pyproject.toml
3+
sidebarTitle: With pyproject.toml
44
---
55
A LangGraph application must be configured with a [LangGraph configuration file](/langgraph-platform/cli#configuration-file) in order to be deployed to LangGraph Platform (or to be self-hosted). This how-to guide discusses the basic steps to setup a LangGraph application for deployment using `pyproject.toml` to define your package's dependencies.
66

0 commit comments

Comments
 (0)