Remove deprecated docker install + upgrade instructions from the docs - #3659
Conversation
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-remove-1776803102-57cd429.mintlify.app Changed documentation pages (preview deep links):
Only the top 5 changed markdown files by diff size are listed. |
Florence Morris (fjmorris)
left a comment
There was a problem hiding this comment.
lgtm pending 1 suggestion
| --- | ||
| title: Self-host LangSmith on Kubernetes | ||
| sidebarTitle: Install on Kubernetes | ||
| icon: "download" |
There was a problem hiding this comment.
I looked for the specific kubernetes wheel icon, but https://tabler.io/icons does not have one.
With Kubernetes, you really don't "download" to a cluster, you more "upload" to a cloud Kubernetes cluster. So maybe the cloud-upload icon might be more appropriate, like this:
There was a problem hiding this comment.
I guess, but I think we want to be careful having anything "cloud-y" in the self-hosted docs. I'll take a look at the icons
There was a problem hiding this comment.
I'm going to remove the icons from both of these pages for now!
### Description **Depends on**: langchain-ai/deepagents [#3659](langchain-ai/deepagents#3659), [#3691](langchain-ai/deepagents#3691,) [#3851](langchain-ai/deepagents#3851) Updates the built-in tool lists and tables across the Deep Agents docs (overview, permissions, backends, sandboxes, context engineering, CLI overview, and frontend sandbox pattern), and renames `delete_file` to `delete` in the Python human-in-the-loop examples. JS-specific content is intentionally left unchanged, as the deepagents JS SDK does not yet support the delete tool. Python-only code fences are used so these changes appear only in the Python documentation. ### Test Plan - [ ] `vale --glob='!**/node_modules/**' <changed files>` passes with 0 errors/warnings - [ ] `markdownlint --config .markdownlint.json <changed files>` shows no new violations vs. `main` _Opened collaboratively by Nishitha Madhu and open-swe_ --------- Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
Fixes DOC-1016