[PR #3301] [MERGED] feat: refactor sandboxes docs to separate pages per provider [closes DOC-909] #3359

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3301
Author: @npentrel
Created: 3/25/2026
Status: Merged
Merged: 3/26/2026
Merged by: @npentrel

Base: mainHead: open-swe/bc482d4c-31eb-47c0-f619-8d2a7e48b2a9


📝 Commits (4)

  • 22dcbe6 Refactor sandboxes docs to separate pages per provider, matching the pattern used for chat models and middleware integrations.
  • a5bf1a0 add to providers list
  • d644942 change headers
  • ba02c29 Update src/oss/python/integrations/sandboxes/index.mdx

📊 Changes

11 files changed (+324 additions, -233 deletions)

View changed files

📝 src/oss/deepagents/sandboxes.mdx (+4 -4)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
📝 src/oss/python/integrations/providers/aws.mdx (+5 -31)
📝 src/oss/python/integrations/providers/daytona.mdx (+10 -63)
📝 src/oss/python/integrations/providers/modal.mdx (+7 -61)
📝 src/oss/python/integrations/providers/runloop.mdx (+7 -70)
src/oss/python/integrations/sandboxes/aws.mdx (+70 -0)
src/oss/python/integrations/sandboxes/daytona.mdx (+68 -0)
📝 src/oss/python/integrations/sandboxes/index.mdx (+4 -4)
src/oss/python/integrations/sandboxes/modal.mdx (+66 -0)
src/oss/python/integrations/sandboxes/runloop.mdx (+75 -0)

📄 Description

Description

Refactors sandbox integration docs to follow the same pattern used for chat models and middleware. Each sandbox provider now has its own dedicated page at python/integrations/sandboxes/<provider>.mdx instead of being documented inline on provider pages. Provider pages are updated to be hub pages with Cards linking to the new sandbox pages.

Resolves DOC-909

Test Plan

  • Verify new sandbox pages render correctly at /oss/integrations/sandboxes/daytona, /oss/integrations/sandboxes/modal, /oss/integrations/sandboxes/runloop, /oss/integrations/sandboxes/aws
  • Verify sandbox index page links work
  • Verify provider pages (Daytona, Modal, Runloop, AWS) link correctly to new sandbox pages

🔄 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/3301 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/bc482d4c-31eb-47c0-f619-8d2a7e48b2a9` --- ### 📝 Commits (4) - [`22dcbe6`](https://github.com/langchain-ai/docs/commit/22dcbe60cf51d3b85183d707c88b8fe1adbfab71) Refactor sandboxes docs to separate pages per provider, matching the pattern used for chat models and middleware integrations. - [`a5bf1a0`](https://github.com/langchain-ai/docs/commit/a5bf1a0caf7397a0136957f63b9cb02ce8a2cc3d) add to providers list - [`d644942`](https://github.com/langchain-ai/docs/commit/d64494276969f86ec2fa15960a391710d366efeb) change headers - [`ba02c29`](https://github.com/langchain-ai/docs/commit/ba02c2987d9d28f275f1b2b6ccb0e4763efb9caf) Update src/oss/python/integrations/sandboxes/index.mdx ### 📊 Changes **11 files changed** (+324 additions, -233 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/sandboxes.mdx` (+4 -4) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) 📝 `src/oss/python/integrations/providers/aws.mdx` (+5 -31) 📝 `src/oss/python/integrations/providers/daytona.mdx` (+10 -63) 📝 `src/oss/python/integrations/providers/modal.mdx` (+7 -61) 📝 `src/oss/python/integrations/providers/runloop.mdx` (+7 -70) ➕ `src/oss/python/integrations/sandboxes/aws.mdx` (+70 -0) ➕ `src/oss/python/integrations/sandboxes/daytona.mdx` (+68 -0) 📝 `src/oss/python/integrations/sandboxes/index.mdx` (+4 -4) ➕ `src/oss/python/integrations/sandboxes/modal.mdx` (+66 -0) ➕ `src/oss/python/integrations/sandboxes/runloop.mdx` (+75 -0) </details> ### 📄 Description ## Description Refactors sandbox integration docs to follow the same pattern used for chat models and middleware. Each sandbox provider now has its own dedicated page at `python/integrations/sandboxes/<provider>.mdx` instead of being documented inline on provider pages. Provider pages are updated to be hub pages with Cards linking to the new sandbox pages. Resolves DOC-909 ## Test Plan - [ ] Verify new sandbox pages render correctly at `/oss/integrations/sandboxes/daytona`, `/oss/integrations/sandboxes/modal`, `/oss/integrations/sandboxes/runloop`, `/oss/integrations/sandboxes/aws` - [ ] Verify sandbox index page links work - [ ] Verify provider pages (Daytona, Modal, Runloop, AWS) link correctly to new sandbox pages --- <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:22:51 -04:00
yindo closed this issue 2026-06-05 18:22:51 -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#3359