From 19dd293c3f18941a0e35561d2f1569f15be1a195 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 21 Jun 2024 15:57:42 -0400 Subject: [PATCH] docs: disable TOC on index pages (#751) --- docs/docs/cloud/index.md | 5 +++++ docs/docs/how-tos/index.md | 5 +++++ docs/docs/index.md | 2 ++ docs/docs/tutorials/index.md | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/docs/docs/cloud/index.md b/docs/docs/cloud/index.md index 7f2c58dba..31de079b5 100644 --- a/docs/docs/cloud/index.md +++ b/docs/docs/cloud/index.md @@ -1,3 +1,8 @@ +--- +hide: + - toc +--- + # LangGraph Cloud (alpha) !!! danger "Important" diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index 8d64b2bda..6617c1340 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -1,3 +1,8 @@ +--- +hide: + - toc +--- + # How-to guides Welcome to the LangGraph how-to guides! These guides provide practical, step-by-step instructions for accomplishing key tasks in LangGraph. diff --git a/docs/docs/index.md b/docs/docs/index.md index 10a48f5b1..c85a54710 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,5 +1,7 @@ --- hide_comments: true +hide: + - toc --- # 🦜🕸️LangGraph diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index f7313f57f..ae82b7e99 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -1,3 +1,8 @@ +--- +hide: + - toc +--- + # Tutorials Welcome to the LangGraph Tutorials! These notebooks introduce LangGraph through building various language agents and applications.