Lauren Hirata Singh and GitHub
6037f0210f
docs: Update banner for docs deprecation notice ( #6120 )
2025-09-09 20:33:11 -04:00
Lauren Hirata Singh and GitHub
33d13c6f52
docs: update banner ( #5911 )
2025-08-14 10:54:18 -07:00
Lauren Hirata Singh and GitHub
054e2759ca
docs: banner for deep research ( #5908 )
...
Publish at 10AM PT
2025-08-14 10:04:48 -07: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
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
Xin Jin and GitHub
16da5f4779
fix: markdown title copy button ( #5462 )
...
fix url remove dup title
2025-07-11 21:02:58 +00:00
Xin Jin and GitHub
d166e9b8e9
fix: llm.txt url link broken ( #5460 )
...
fix url issue
2025-07-11 16:40:37 -04: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
cd58fad69d
docs: feedback edits ( #5387 )
2025-07-07 17:03:05 -04: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
Lauren Hirata Singh
0d5f7e55bf
revert incident banner
2025-06-12 17:10:22 -04:00
Lauren Hirata Singh and GitHub
bb1c5b8cdf
Update docs/overrides/main.html
2025-06-12 15:57:14 -04:00
Lauren Hirata Singh
6130e08fa6
incident banner
2025-06-12 15:52:36 -04:00
Eugene Yurtsev and GitHub
08f88ce8da
docs: add gtm ( #4887 )
...
Add google tag manager
2025-05-30 21:49:22 -04:00
Arjun Natarajan
6f6ae8edce
update footer color
2025-05-09 21:05:43 -04: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
Eugene Yurtsev and GitHub
4210188ade
docs: remove giscus comments ( #4616 )
2025-05-09 11:22:43 -04:00
Lauren Hirata Singh
cf89499507
Update banner
2025-05-07 20:07:31 -04:00
William FH and GitHub
13e6f6cbde
Add algolia site verification ( #4165 )
2025-04-03 12:53:40 -07:00
Tanushree and GitHub
9fe61a42d2
Adding interrupt banner ( #3295 )
2025-02-03 18:57:17 -08:00
vbarda
a9073241b2
add css for navbar depth
2025-01-14 13:31:39 -05:00
Eugene Yurtsev
fba5ca7ab9
x
2025-01-09 12:24:30 -05:00
Vadym Barda and GitHub
121c5863db
docs: add a banner for langchain academy ( #2818 )
2024-12-18 23:08:51 +00:00
Vadym Barda and GitHub
b7f238975a
docs: fix nav sidebar ( #2382 )
2024-11-10 16:32:14 -05:00
Vadym Barda and GitHub
0f92c89529
docs: show nav menu for mobile ( #2371 )
2024-11-07 20:31:49 -05:00
Vadym Barda and GitHub
8408ba3a3e
docs: add breadcrumbs ( #2363 )
2024-11-07 21:33:55 +00:00
bracesproul
81e05ffb69
fix(docs): Drop announcement bar
2024-09-23 10:50:15 -07:00
bracesproul
5b511a2386
docs[minor]: Add state of agents survey to docs announcement bar
2024-09-06 14:35:54 -07:00
Jacob Lee and GitHub
07c3c5ff6f
Hide output spacer column in docs ( #1008 )
2024-07-12 13:00:01 -07:00
Jacob Lee and GitHub
558a513a1a
Remove Jupyter cell 'In[<number>]' display column from docs ( #1007 )
2024-07-12 12:47:07 -07:00
Vadym Barda and GitHub
8b45146f13
docs: add langgraph logo ( #916 )
2024-07-03 13:15:15 -04:00
William FH and GitHub
9d0b5d6193
discuss ( #475 )
2024-05-16 00:14:23 -07:00
William FH and GitHub
2e9e3b0a6c
Initial MKDocs ( #285 )
2024-04-08 13:40:21 -07:00