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/