[PR #2241] [MERGED] Update time travel documentation #2259

Closed
opened 2026-02-17 17:23:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2241
Author: @tom1299
Created: 1/15/2026
Status: Merged
Merged: 1/22/2026
Merged by: @lnhsingh

Base: mainHead: update_time_travel_documentation


📝 Commits (1)

  • 66e0fa2 Update time travel documentation

📊 Changes

1 file changed (+44 additions, -21 deletions)

View changed files

📝 src/oss/langgraph/use-time-travel.mdx (+44 -21)

📄 Description

Overview

Some small enhancements / fixes to the time travel documentation:

  • Align setup of LLM with the rest of the documentation
  • Removed self-referencing internal links to the time-travel page
  • Fix broken link to part 3
  • Add some more notes to describe what is done in the respective paragraphs

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

Please not that I could not check the typescript examples because I currently have no working environment for that. Regarding the links to time travel that were previously on this page and were self-referencing; I couldn't find a target where they were supposed to point at. But maybe there is a page which I didn't find.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2241 **Author:** [@tom1299](https://github.com/tom1299) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `update_time_travel_documentation` --- ### 📝 Commits (1) - [`66e0fa2`](https://github.com/langchain-ai/docs/commit/66e0fa23407c3b414b49ee2afca5cf89ec333f9f) Update time travel documentation ### 📊 Changes **1 file changed** (+44 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/use-time-travel.mdx` (+44 -21) </details> ### 📄 Description ## Overview Some small enhancements / fixes to the time travel documentation: * Align setup of LLM with the rest of the documentation * Removed self-referencing internal links to the time-travel page * Fix broken link to part 3 * Add some more notes to describe what is done in the respective paragraphs ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [X] I have read the [contributing guidelines](README.md) - [X] have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [X] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes Please not that I could not check the typescript examples because I currently have no working environment for that. Regarding the links to _time travel_ that were previously on this page and were self-referencing; I couldn't find a target where they were supposed to point at. But maybe there is a page which I didn't find. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:14 -05:00
yindo closed this issue 2026-02-17 17:23:14 -05:00
yindo changed title from [PR #2241] Update time travel documentation to [PR #2241] [MERGED] Update time travel documentation 2026-06-05 18:17:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2259