+2        
|
3055c4b9cc
|
[docs] LangGraph / LangGraph Platform docs updates (#4479)
Main changes made:
- Add top level horizontal tabs
- Reorganize the sidenav
- Build out README/index page
- Consolidate how-tos under each section
- Remove duplicate content
---------
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Tat Dat Duong <david@duong.cz>
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com>
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: ccurme <chester.curme@gmail.com>
Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com>
Co-authored-by: David Asamu <david.asamu@langchain.dev>
Co-authored-by: infra <mukil@langchain.dev>
Co-authored-by: Arjun Natarajan <arjun@langchain.dev>
|
2025-05-09 16:09:43 -04:00 |
|
 Eugene YurtsevandGitHub
|
0bfb818e87
|
docs: process cell magics (#4462)
Handle a small thing that can be fairly confusing to new python users.
Before:

After:

|
2025-04-29 17:13:46 -04:00 |
|
 Eugene YurtsevandGitHub
|
dbceb3c2e6
|
docs: remove non directive to stop indexing output code blocks (it doesn't work) (#4461)
This directive seems to have no effect on code blocks: `{
mkdocs-exclude-search }`. Removing it for now.
|
2025-04-29 15:46:29 -04:00 |
|
 Eugene YurtsevandGitHub
|
8dd95a450b
|
docs: strip ansi and exclude outputs from search (#4460)
# Changes
* Strip ANSI codes from outputs
* Exclude outputs from search (relies on an insiders feature, so can't
test locally)
## ANSI Changes
Before

After

|
2025-04-29 14:50:07 -04:00 |
|
 Vadym BardaandGitHub
|
db0f508269
|
docs: add custom hooks for rendering jupyter notebooks (#2067)
|
2024-10-09 18:49:54 -04:00 |
|