Skip to content

Commit

Permalink
docs: fix nav sidebar (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Nov 10, 2024
1 parent 9547727 commit b7f2389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/cloud/quick_start.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/tutorials/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b7f2389

Please sign in to comment.