docs: update main site layout (#2191)

* Remove land hand sidebar on most pages
* Cleans up some headings
* Adds error reference information to index (it was already on the
sidebar for the how-to page) -- should probably be its own tab?
* Adds an index page for the reference (so it's easier to link to a main
reference page), alternatively we can set up a redirect from index to
graph
This commit is contained in:
Eugene Yurtsev
2024-10-25 16:49:31 -04:00
committed by GitHub
parent 18b9135770
commit 4a970cca8b
6 changed files with 93 additions and 145 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: Reference
description: API reference for LangGraph
---
# Reference
Welcome to the LangGraph API reference! This reference provides detailed information about the LangGraph API, including classes, methods, and other components.
If you are new to LangGraph, we recommend starting with the [Quick Start](../tutorials/introduction.ipynb) in the Tutorials section.