From 59e7751a8cca639cb963bdfc8c0daf68e106d9fa Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 14 Jan 2025 10:48:50 -0500 Subject: [PATCH] update --- docs/mkdocs.yml | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 06f2f9751..395b756a1 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -90,11 +90,14 @@ plugins: - "!^_" - nav: - - LangGraph: + - Guides: - Introduction: index.md - FAQ: concepts/faq.md - Get started: - Learn the basics: tutorials/introduction.ipynb + - Local Deploy: tutorials/langgraph-platform/local-server.md + - Template Applications: concepts/template_applications.md # make tutorial? + - Cloud Deploy: cloud/quick_start.md - Guides: - Concepts: concepts/index.md - How-to guides: how-tos/index.md @@ -131,23 +134,23 @@ nav: - Resources: - Troubleshooting: troubleshooting/errors/index.md - LangGraph Academy Course: https://academy.langchain.com/courses/intro-to-langgraph - - LangGraph Platform: - - Introduction: concepts/langgraph_platform/ - - FAQ: concepts/faq.md - - Get Started: - - Local Quickstart: tutorials/langgraph-platform/local-server.md - - Template Applications: concepts/template_applications.md - - Cloud Quickstart: langgraph/cloud/quick_start.md - - Guides: - - Concepts: concepts/#langgraph-platform # TODO: make own page - - How-to guides: how-tos/#langgraph-platform # TODO: make own page - - Tutorials & examples: tutorials/#platform # TODO: make own page - - Resources: - - Troubleshooting: troubleshooting/errors/index.md - - LangGraph Academy Course: https://academy.langchain.com/courses/intro-to-langgraph - - Learn: - - High level: - - concepts/langgraph_platform.md + # - LangGraph Platform: + # - Introduction: concepts/langgraph_platform/ + # - FAQ: concepts/faq.md + # - Get Started: + # - Local Quickstart: tutorials/langgraph-platform/local-server.md + # - Template Applications: concepts/template_applications.md + # - Cloud Quickstart: langgraph/cloud/quick_start.md + # - Guides: + # - Concepts: concepts/#langgraph-platform # TODO: make own page + # - How-to guides: how-tos/#langgraph-platform # TODO: make own page + # - Tutorials & examples: tutorials/#platform # TODO: make own page + # - Resources: + # - Troubleshooting: troubleshooting/errors/index.md + # - LangGraph Academy Course: https://academy.langchain.com/courses/intro-to-langgraph + # - Learn: + # - High level: + # - concepts/langgraph_platform.md # - concepts/deployment_options.md # - concepts/plans.md # - concepts/template_applications.md