From 38d806733d31a8fe7668f6782390d8e118af2bb8 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 22 Apr 2025 08:15:29 -0700 Subject: [PATCH] Update site_description Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> --- docs/docs/cloud/how-tos/test_local_deployment.md | 2 +- docs/mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/cloud/how-tos/test_local_deployment.md b/docs/docs/cloud/how-tos/test_local_deployment.md index 5705d7a88..1b7b0cfe1 100644 --- a/docs/docs/cloud/how-tos/test_local_deployment.md +++ b/docs/docs/cloud/how-tos/test_local_deployment.md @@ -1,7 +1,7 @@ # LangGraph Studio With Local Deployment !!! warning "Browser Compatibility" - Viewing the studio page of a local LangGraph deployment does not work in Safari. Use Chrome instead. + Safari blocks `localhost` connections to Studio. To work around this, start the server with `--tunnel` and you’ll be able to access Studio from Safari via a secure tunnel. ## Setup diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index dda548ae2..39cfe67e8 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: "" -site_description: Build language agents as graphs +site_name: "LangGraph" +site_description: Build reliable, stateful AI systems, without giving up control site_url: https://langchain-ai.github.io/langgraph/ repo_url: https://github.com/langchain-ai/langgraph edit_uri: edit/main/docs/docs/