From 57ff761cff40ee8b92e12f89c81ee9c6811e0ad8 Mon Sep 17 00:00:00 2001 From: jessicaou Date: Fri, 28 Feb 2025 06:17:14 -0800 Subject: [PATCH] Update Adopters title in menu bar (#3634) --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 68b2d1a83..6672888e1 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -359,7 +359,7 @@ nav: - Resources: # NOTE: prebuilt.md is auto-generated by `make build-prebuilt` - Prebuilt Agents: prebuilt.md - - Adopters: adopters.md + - Companies using LangGraph: adopters.md - FAQ: concepts/faq.md - Troubleshooting: - Troubleshooting: troubleshooting/errors/index.md