Kathryn May and GitHub
76bbb761b4
docs: Add studio troubleshooting to redirects ( #5783 )
...
Add a redirect from
https://langchain-ai.github.io/langgraph/troubleshooting/studio/ to
https://docs.langchain.com/langgraph-platform/troubleshooting-studio
2025-07-31 15:31:35 -04:00
Lauren Hirata Singh and GitHub
4ecbabafe8
docs: redirects for LGP mintlify ( #5767 )
...
- Added redirects for all of the LGP docs we're moving to Mintlify
- Exclude files not listed in nav from search
- Update banner
2025-07-31 13:10:45 -04:00
Lauren Hirata Singh and GitHub
9d4dd066e5
docs: Revert "docs: Delete LGP nav Items from docs" ( #5753 )
...
Reverts langchain-ai/langgraph#5743
2025-07-30 18:15:19 -04:00
Lauren Hirata Singh and GitHub
81027b2b80
docs: fix redirects to external pages ( #5752 )
2025-07-30 16:52:13 -04:00
95d056e735
docs: Delete LGP nav Items from docs ( #5743 )
...
Remove the files and nav for LGP docs in the mkdocs site.
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-30 15:49:54 -04:00
Hunter Lovell and GitHub
e5344d35af
fix(docs): squash js docs build errors ( #5723 )
2025-07-30 16:14:51 +00:00
d59091672f
feat: add docs translations ( #5552 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-07-30 02:18:30 +00:00
Eugene Yurtsev and GitHub
d68bac3865
chore(docs): Support custom link titles ( #5706 )
...
Support custom link titles for custom link syntax
2025-07-29 14:17:03 -04:00
Eugene Yurtsev and GitHub
416da06d6b
feat(docs): manually insert fill in most of the magic links ( #5702 )
...
These were done "manually" using openai. Likely error prone. We'll need to validate all the links.
2025-07-29 14:22:45 +00:00
Eugene Yurtsev and GitHub
027bb0a1b8
feat(docs): Support cross language "auto links" ( #5699 )
...
Introduces a syntax for cross-reference links that work across language
and change behavior depending on which scope they appear in.
```markdown
@[interrupt]
:::python
@[StateGraph]
:::
:::js
@[create_react_agent]
:::
```
Can be compiled to
```markdown
# a link that changes based on global context or compile target
<div> ... </div> -> `interrupt` in global context
:::python
[StateGraph](link to python cross reference)
:::
:::js
[create_react_agent](link to js cross reference)
:::
```
TODO:
- [x] fix broken unit test
- [x] no f strings in logger (it's a sin)
- [x] remove cross-refs.txt (we'll instead start updating the cross link
map)
2025-07-29 10:00:23 -04:00
Lauren Hirata Singh and GitHub
579c7831b9
docs: static vs dynamic interrupts ( #5426 )
...
* docs: static vs dynamic interrupts
* fixes based on feedback
* fix image
* Add section about debugging in Studio
* Reorg content based on feedback
* fix
* fix links
* fix wording
* fix wording
2025-07-11 17:07:43 -04:00
Eugene Yurtsev and GitHub
f59a1339c9
chore(docs): Consolidate hooks for copy markdown and notebooks ( #5459 )
...
Consolidating the hooks to avoid duplication of logic
We need this change for consolidating js and python content: we need include-markdown to run as a mkdocs plugin before our pipeline (rather than as markdown extension which runs after our hooks plugin).
2025-07-11 20:44:46 +00:00
Xin Jin and GitHub
4da35babda
feat: add copy page button functionality and fix llms-text output ( #5419 )
...
* feat: add copy page button functionality and fix llms-text output
- Add copy page button with CSS and JS implementation
- Implement copy page hooks for MkDocs integration
- Fix HTML filtering and DOM text reinterpreted as HTML issues
- Update llms-text target to generate docs/llm.txt instead of docs/llms-full.txt
- Add necessary styling and package.json dependencies
* fix missing button in preview
* remove the over-processing
* disable API reference
2025-07-11 15:13:55 -04:00
Lauren Hirata Singh and GitHub
4de1bd6e66
docs: cleanup ( #5401 )
...
* docs: cleanup
* fix nav
* fix
* fix nits
2025-07-08 12:33:14 -04:00
Lauren Hirata Singh and GitHub
cd58fad69d
docs: feedback edits ( #5387 )
2025-07-07 17:03:05 -04:00
Michael Li and GitHub
141afa8c62
fix: remove unused import in generate_llms_text.py ( #5380 )
2025-07-07 15:54:02 -04:00
Eugene Yurtsev and GitHub
7f57e00975
docs: move script into scripts ( #5384 )
2025-07-07 15:10:01 -04:00
Lauren Hirata Singh and GitHub
543e4c4e7e
docs: Convert notebooks ( #5322 )
...
* docs: Convert subgraphs notebook
* graph api conversion
* fix examples
* add
* fixes
* fix links
* fix links
* be gone!
* multi-agent conversion
* fix link
* fix links
* fix link
2025-07-02 23:28:42 +00:00
Lauren Hirata Singh and GitHub
83bbe42eab
docs: Nav reorg ( #5236 )
...
* docs: Nav consolidation
* nav
* reorg
* fix links
* fix
* prebuilts
* fix spelling
* reorg
* reorg
2025-06-27 14:06:26 -04:00
0fd6306623
docs: Time travel and breakpoints ( #5215 )
...
* docs: Time travel and breakpoints
* fix links
* fix
* edits
* Fix link
* Remove circular redirects
* revert llms.txt
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-06-27 14:49:53 +00:00
0aefe68a5f
docs: HITL consolidation ( #5192 )
...
* HITL consolidation, minus server
* Fix links
* Fix server page
* remove extra page
* nits
* updates based on feedback
* Update docs/docs/concepts/human_in_the_loop.md
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
* edits based on feedback
---------
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-06-25 14:16:46 -04:00
Lauren Hirata Singh and GitHub
c3ae5e6b71
docs: Reorganize existing content ( #5122 )
...
* Organize existing content differently
* Fix broken links
* Remove cookie consent popup
* edits
* Consolidate streaming
* Remove agents/streaming
* Fix broken links
* Edit stream modes
* Change titles
* Fix titles based on feedback
* Move LGP to platform section
* Update navigation
* Consolidate assistant conceptual guides
* docs: Memory consolidation (#5149 )
* Memory consolidation
* Fix broken links
* fix links
* Fix links
* Fix links
* General content clean up for memory
* fix links
* Fix link
* fix links
* Fix title
* Edits based on feedback
* Link to memory store
2025-06-24 09:29:59 -04:00
foie0222
f63952595d
fix: a typo prebuit to prebuilt
2025-06-21 17:49:40 +09:00
Eugene Yurtsev and GitHub
f0f329d9e1
docs: Add conditional js/python rendering ( #5128 )
...
# Overview
Adding conditional rendering logic to co-locate js and python documentation.
* `:::` conditional syntax can be used to switch between python only or js only content.
* Contains simple unit tests for `:::`
* PR adds set up for a way to implement a context switch between languages, but it will not be enabled until JS content is merged in.
* Contains a script that can add javascript documentation
Implementation of: https://github.com/langchain-ai/langgraph/pull/5118
## Example
Example of conditional rendering / compilation.
```markdown
### Config (static context)
Config is for immutable data like user metadata or API keys. Use
when you have values that don't change mid-run.
Specify configuration using a key called **"configurable"** which is reserved
for this purpose:
:::python
This content will only be rendered for the python site.
:::
:::js
this content will only be rendered for the js / ts site.
:::
```
2025-06-20 16:20:16 -04:00
Eugene Yurtsev and GitHub
08f88ce8da
docs: add gtm ( #4887 )
...
Add google tag manager
2025-05-30 21:49:22 -04:00
Lauren Hirata Singh and GitHub
957db60d89
docs: fix ( #4778 )
2025-05-21 14:48:36 -04:00
Lauren Hirata Singh
a17efb1120
fix
2025-05-21 14:47:55 -04:00
Eugene Yurtsev and GitHub
fd0b70eb05
docs: improve llms.txt to generate title and description based on content ( #4775 )
...
Update llms.txt based on content
2025-05-21 14:39:13 -04:00
Lauren Hirata Singh and GitHub
b8daf323ac
docs: fix redirect ( #4776 )
2025-05-21 14:35:04 -04:00
Lauren Hirata Singh
2d3a3de1ce
docs: fix redirect
2025-05-21 14:34:02 -04:00
Eugene Yurtsev and GitHub
364508ff20
docs: Add script to generate llms-txt links from yaml ( #4771 )
...
A first pass at the script to fix the immediate issue. Will follow up with a few additional improvements.
2025-05-21 11:54:23 -04:00
Lauren Hirata Singh
9d41d439cc
docs: add redirect
2025-05-20 14:52:02 -04:00
Lauren Hirata Singh
f37a228b58
add redirect
2025-05-16 10:28:51 -07:00
Sydney Runkle and GitHub
228a08b966
ci: migrate to uv! ( #4698 )
...
* Migrate to `uv`
* Format `pyproject.toml` files properly
* Remove upper bounds on dependencies, and bounds on dev dependencies
(we should be using latest)
* Move to hatch for packaing
In the future we should:
* Set up dependabot / automate lockfile updates and tests
* Add tests for min compatible versions (I'll do this right after merge)
* Use dynamic versioning
* Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
2025-05-15 17:39:14 -07:00
ccurme and GitHub
4534d174f4
docs: move async guide into graph-api ( #4676 )
2025-05-13 13:30:23 -04:00
Vadym Barda and GitHub
8057efc80a
docs: update cassettes & notebook runner processing ( #4667 )
2025-05-12 21:54:42 -04:00
Vadym Barda and GitHub
ad315bb5e0
docs: update HITL platform docs ( #4664 )
2025-05-12 17:56:27 -04:00
Lauren Hirata Singh
7ea406648f
Simplify assistants
2025-05-12 13:37:25 -07:00
+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
Vadym Barda and GitHub
df58a71567
docs: update api ref test ( #4516 )
2025-05-02 13:58:29 -04:00
Vadym Barda and GitHub
ee04c32bb3
docs: update api ref links to be smaller / italicized ( #4514 )
2025-05-02 12:50:21 -04:00
Vadym Barda and GitHub
9216e949e9
docs: update multi-agent supervisor tutorial to use handoffs ( #4491 )
2025-05-01 21:22:14 -04:00
Vadym Barda and GitHub
536c1c2bba
docs: remove prebuilt how-tos and add redirects to agents tab ( #4485 )
2025-04-30 15:55:55 -04:00
Eugene Yurtsev and GitHub
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 Yurtsev and GitHub
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 Yurtsev and GitHub
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 Barda and GitHub
80a74a879c
docs: expose supervisor, swarm & MCP in the API reference ( #4446 )
2025-04-29 17:59:42 +00:00
Vadym Barda and GitHub
64448404de
ci: don't try to render mermaid images when testing notebooks ( #4414 )
2025-04-25 17:09:18 -04:00
Vadym Barda and GitHub
7a16e33833
docs: fix notebook runner ( #4337 )
2025-04-17 22:43:41 +00:00
88b57df15b
docs: add agents section ( #4189 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-04-17 11:53:05 -04:00