From 5dc3f14e8b45672ea7a469ee96888d614c4c1d1a Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 14 Jan 2025 14:56:23 -0500 Subject: [PATCH] populate troubleshootings nav --- docs/mkdocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 43def8a73..0bfa0a610 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -355,7 +355,14 @@ nav: - tutorials/auth/add_auth_server.md - Resources: - FAQ: concepts/faq.md - - Troubleshooting: troubleshooting/errors/index.md + - Troubleshooting: + - Troubleshooting: troubleshooting/errors/index.md + - troubleshooting/errors/index.md + - troubleshooting/errors/GRAPH_RECURSION_LIMIT.md + - troubleshooting/errors/INVALID_CONCURRENT_GRAPH_UPDATE.md + - troubleshooting/errors/INVALID_GRAPH_NODE_RETURN_VALUE.md + - troubleshooting/errors/MULTIPLE_SUBGRAPHS.md + - troubleshooting/errors/INVALID_CHAT_HISTORY.md - LangGraph Academy Course: https://academy.langchain.com/courses/intro-to-langgraph - API reference: