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.