diff --git a/docs/docs/cloud/quick_start.md b/docs/docs/cloud/quick_start.md index c7e527a3dc..158bb1fc88 100644 --- a/docs/docs/cloud/quick_start.md +++ b/docs/docs/cloud/quick_start.md @@ -1,4 +1,4 @@ -# Quick Start +# LangGraph Cloud Quick Start In this tutorial you will build and deploy a simple chatbot agent that can look things up on the internet. You will be using [LangGraph Cloud](../concepts/langgraph_cloud.md), [LangGraph Studio](../concepts/langgraph_studio.md) to visualize and test it out, and [LangGraph SDK](./reference/sdk/python_sdk_ref.md) to interact with the deployed agent. diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index ed6510a82c..f37fcf1380 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -5,7 +5,7 @@ "id": "4a1aae78-88a6-4133-b905-7e46c8e3772f", "metadata": {}, "source": [ - "# Quick Start\n", + "# LangGraph Quick Start\n", "\n", "In this comprehensive quick start, we will build a support chatbot in LangGraph that can:\n", "\n", diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 182c419fc6..e72b9d8bb6 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -39,7 +39,7 @@ } /* Show sidebar on mobile */ - @media screen and (max-width: 768px) { + @media screen and (max-width: 1220px) { .md-sidebar--primary { display: block; }