[PR #3046] [MERGED] feat: add middleware, sandboxes, and checkpointers to integrations sidebar [closes DOC-856] #3126

Closed
opened 2026-06-05 18:21:10 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3046
Author: @ccurme
Created: 3/10/2026
Status: Merged
Merged: 3/11/2026
Merged by: @ccurme

Base: mainHead: open-swe/14137259-091d-9017-c5de-66b2a5c06d7f


📝 Commits (7)

  • 58fc3d7 feat: add sandboxes and checkpointers to integrations sidebar, remove key-value stores
  • 2d5eeeb revert unintended ruff formatting changes to scripts/check_import_mappings.py and tests/unit_tests/test_check_pr_imports.py
  • 2d99f82 update integrations landing page: add checkpointers card, fix sandboxes link
  • 3ce67a4 edits
  • 2a21e48 fix script for partner package table
  • 4b0a913 Apply suggestion from @npentrel
  • 34dff38 Apply suggestion from @npentrel

📊 Changes

5 files changed (+41 additions, -5 deletions)

View changed files

📝 pipeline/tools/partner_pkg_table.py (+4 -2)
📝 src/docs.json (+3 -1)
src/oss/python/integrations/checkpointers/index.mdx (+17 -0)
📝 src/oss/python/integrations/providers/overview.mdx (+4 -2)
src/oss/python/integrations/sandboxes/index.mdx (+13 -0)

📄 Description

Description

Adds Middleware, Sandboxes, and Checkpointers sidebar entries to the Python integrations page, reorders the sidebar to place them after Middleware, and removes Key-value stores. Both new pages are lightweight navigation pages that briefly describe the concept, link to conceptual docs, and list available integration packages in a table.

Resolves DOC-856

Test Plan

  • Verify Sandboxes and Checkpointers appear in the sidebar under "Integrations by component" after Middleware
  • Verify Key-value stores is no longer in the sidebar
  • Test in preview deployment

🔄 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/3046 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/11/2026 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `open-swe/14137259-091d-9017-c5de-66b2a5c06d7f` --- ### 📝 Commits (7) - [`58fc3d7`](https://github.com/langchain-ai/docs/commit/58fc3d7bf3cec9f332702e6c660843e1cb965a56) feat: add sandboxes and checkpointers to integrations sidebar, remove key-value stores - [`2d5eeeb`](https://github.com/langchain-ai/docs/commit/2d5eeeb844a4e549c36ca55a42b4944da6a2f65a) revert unintended ruff formatting changes to scripts/check_import_mappings.py and tests/unit_tests/test_check_pr_imports.py - [`2d99f82`](https://github.com/langchain-ai/docs/commit/2d99f825c6df9f3c3ac7ea8f8510d784ffc35d67) update integrations landing page: add checkpointers card, fix sandboxes link - [`3ce67a4`](https://github.com/langchain-ai/docs/commit/3ce67a4e8e0f8238e2d9dbfa76539ad35fe4e6b1) edits - [`2a21e48`](https://github.com/langchain-ai/docs/commit/2a21e486c84cca79d0e5ceace2c52f45abba418a) fix script for partner package table - [`4b0a913`](https://github.com/langchain-ai/docs/commit/4b0a913e322b27892d56f2f8785234c5aee05e49) Apply suggestion from @npentrel - [`34dff38`](https://github.com/langchain-ai/docs/commit/34dff38a72adc0947fe60b9d60d4c8664b03a36a) Apply suggestion from @npentrel ### 📊 Changes **5 files changed** (+41 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/tools/partner_pkg_table.py` (+4 -2) 📝 `src/docs.json` (+3 -1) ➕ `src/oss/python/integrations/checkpointers/index.mdx` (+17 -0) 📝 `src/oss/python/integrations/providers/overview.mdx` (+4 -2) ➕ `src/oss/python/integrations/sandboxes/index.mdx` (+13 -0) </details> ### 📄 Description ## Description Adds Middleware, Sandboxes, and Checkpointers sidebar entries to the Python integrations page, reorders the sidebar to place them after Middleware, and removes Key-value stores. Both new pages are lightweight navigation pages that briefly describe the concept, link to conceptual docs, and list available integration packages in a table. Resolves DOC-856 ## Test Plan - [ ] Verify Sandboxes and Checkpointers appear in the sidebar under "Integrations by component" after Middleware - [ ] Verify Key-value stores is no longer in the sidebar - [ ] Test in preview deployment --- <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-06-05 18:21:10 -04:00
yindo closed this issue 2026-06-05 18:21:10 -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#3126