From 839bea0f33e3b17a3febbf66258d26e8b86ada0c Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Mon, 13 Jan 2025 14:16:14 -0500 Subject: [PATCH] fixup --- docs/mkdocs.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0ca5840ac..47af45523 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -21,7 +21,7 @@ theme: - content.tooltips - header.autohide - navigation.expand -# - navigation.tabs + - navigation.tabs - navigation.footer # - navigation.indexes - navigation.instant @@ -94,20 +94,20 @@ nav: - Introduction: index.md - Troubleshooting: troubleshooting/errors/index.md - concepts/faq.md - - Getting Started: - - Learn the Basics: tutorials/introduction.ipynb - - Template application: concepts/template_applications.md - - Learn: - - Why LangGraph: concepts/high_level.md - - Primitives: concepts/low_level.md - - Agents: concepts/agentic_concepts.md - - Multi-agent systems: concepts/multi_agent.md - - Human-in-the-loop: concepts/human_in_the_loop.md - - concepts/persistence.md - - concepts/memory.md - - concepts/streaming.md - - How-to guides: how-tos/index.md - - Tutorials & examples: tutorials/index.md + - Getting Started: + - Learn the Basics: tutorials/introduction.ipynb + - Template application: concepts/template_applications.md + - Learn: + - Why LangGraph: concepts/high_level.md + - Primitives: concepts/low_level.md + - Agents: concepts/agentic_concepts.md + - Multi-agent systems: concepts/multi_agent.md + - Human-in-the-loop: concepts/human_in_the_loop.md + - concepts/persistence.md + - concepts/memory.md + - concepts/streaming.md + - How-to guides: how-tos/index.md + - Tutorials & examples: tutorials/index.md - LangGraph Platform: - Deploy: - Local server: tutorials/langgraph-platform/local-server.md