From 4eec3aa69ebd08203fe3ad76b926e9bd6967483c Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 7 Nov 2024 14:52:47 -0500 Subject: [PATCH] docs: fix some typos (#2364) --- docs/docs/concepts/deployment_options.md | 8 ++++---- docs/docs/concepts/langgraph_cloud.md | 4 +++- docs/docs/concepts/self_hosted.md | 8 ++++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 0b64e1aa4..c59cbeecd 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -53,7 +53,7 @@ You’ll build a Docker image using the [LangGraph CLI](./langgraph_cli.md), whi For more information, please see: * [Self-Hosted conceptual guide](./self_hosted.md) -* [Self-Hosted Deployment how-to guide](../how-tos/deploy-self-hosted.md) +* [Self-Hosted deployment how-to guide](../how-tos/deploy-self-hosted.md) ## Cloud SaaS @@ -89,8 +89,8 @@ For more information please see: ## Related -For more information please see: +For more information, please see: -* [LangGraph Platform Plans](./plans.md) -* [LangGraph Platform Pricing](https://www.langchain.com/langgraph-platform-pricing) +* [LangGraph Platform plans](./plans.md) +* [LangGraph Platform pricing](https://www.langchain.com/langgraph-platform-pricing) * [Deployment how-to guides](../how-tos/index.md#deployment) diff --git a/docs/docs/concepts/langgraph_cloud.md b/docs/docs/concepts/langgraph_cloud.md index 24067f054..371e8bb47 100644 --- a/docs/docs/concepts/langgraph_cloud.md +++ b/docs/docs/concepts/langgraph_cloud.md @@ -1,6 +1,8 @@ # Cloud SaaS -!!! info "Prerequisites" - [LangGraph Platform](./langgraph_platform.md) - [LangGraph Server](./langgraph_server.md) +!!! info "Prerequisites" + - [LangGraph Platform](./langgraph_platform.md) + - [LangGraph Server](./langgraph_server.md) ## Overview diff --git a/docs/docs/concepts/self_hosted.md b/docs/docs/concepts/self_hosted.md index b9123b51a..ffa26a873 100644 --- a/docs/docs/concepts/self_hosted.md +++ b/docs/docs/concepts/self_hosted.md @@ -29,7 +29,11 @@ To use the Self-Hosted Enterprise version, you must acquire a license key that y ## How it works - Deploy Redis and Postgres instances on your own infrastructure. -- Build the docker image for [LangGraph Server](./langgraph_server.md) using the [LangGraph CLI](./langgraph_cli.md) +- Build the docker image for [LangGraph Server](./langgraph_server.md) using the [LangGraph CLI](./langgraph_cli.md). - Deploy a web server that will run the docker image and pass in the necessary environment variables. -See the [how-to guide](../how-tos/deploy-self-hosted.md) +For step-by-step instructions, see [How to set up a self-hosted deployment of LangGraph](../how-tos/deploy-self-hosted.md). + +## Related + +- [How to set up a self-hosted deployment of LangGraph](../how-tos/deploy-self-hosted.md).