docs: disable TOC on index pages (#751)

This commit is contained in:
Vadym Barda
2024-06-21 15:57:42 -04:00
committed by GitHub
parent c99b63b9d8
commit 19dd293c3f
4 changed files with 17 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
---
hide:
- toc
---
# LangGraph Cloud (alpha)
!!! danger "Important"
+5
View File
@@ -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.
+2
View File
@@ -1,5 +1,7 @@
---
hide_comments: true
hide:
- toc
---
# 🦜🕸️LangGraph
+5
View File
@@ -1,3 +1,8 @@
---
hide:
- toc
---
# Tutorials
Welcome to the LangGraph Tutorials! These notebooks introduce LangGraph through building various language agents and applications.