docs: fix nav sidebar (#2382)

This commit is contained in:
Vadym Barda
2024-11-10 16:32:14 -05:00
committed by GitHub
parent 95477277a2
commit b7f238975a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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;
}