Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layout #2972

Merged
merged 22 commits into from
Jan 14, 2025
2 changes: 0 additions & 2 deletions docs/docs/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
hide:
- navigation
title: Concepts
description: Conceptual Guide for LangGraph
---
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
hide:
- navigation
title: How-to Guides
description: How to accomplish common tasks in LangGraph
---
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
hide_comments: true
hide:
- navigation
title: Home
---

Expand Down
18 changes: 18 additions & 0 deletions docs/docs/tutorials/deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Deployment

Get started deploying your LangGraph applications locally or on the cloud with
[LangGraph Platform](../concepts/langgraph_platform.md).

## Get Started 🚀 {#quick-start}

- [LangGraph Server Quickstart](../tutorials/langgraph-platform/local-server.md): Launch a LangGraph server locally and interact with it using REST API and LangGraph Studio Web UI.
- [LangGraph Template Quickstart](../concepts/template_applications.md): Start building with LangGraph Platform using a template application.
- [Deploy with LangGraph Cloud Quickstart](../cloud/quick_start.md): Deploy a LangGraph app using LangGraph Cloud.


## Deployment Options

- [Self-Hosted Lite](../concepts/self_hosted.md): A free (up to 1 million nodes executed), limited version of LangGraph Platform that you can run locally or in a self-hosted manner
- [Cloud SaaS](../concepts/langgraph_cloud.md): Hosted as part of LangSmith.
- [Bring Your Own Cloud](../concepts/bring_your_own_cloud.md): We manage the infrastructure, so you don't have to, but the infrastructure all runs within your cloud.
- [Self-Hosted Enterprise](../concepts/self_hosted.md): Completely managed by you.
2 changes: 0 additions & 2 deletions docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
hide:
- navigation
title: Tutorials
---

Expand Down
Loading
Loading