[PR #3997] [MERGED] chore: add apac docs #4004

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3997
Author: @joaquin-borggio-lc
Created: 5/13/2026
Status: Merged
Merged: 5/13/2026
Merged by: @joaquin-borggio-lc

Base: mainHead: joaquin/add-apac-docs


📝 Commits (3)

📊 Changes

25 files changed (+188 additions, -154 deletions)

View changed files

📝 src/langsmith/abac.mdx (+3 -1)
📝 src/langsmith/api-ref-control-plane.mdx (+3 -3)
📝 src/langsmith/cicd-pipeline-example.mdx (+4 -10)
📝 src/langsmith/cloud.mdx (+40 -34)
📝 src/langsmith/create-account-api-key.mdx (+4 -3)
📝 src/langsmith/data-export-destinations.mdx (+2 -2)
📝 src/langsmith/data-export-monitor.mdx (+2 -2)
📝 src/langsmith/deploy-hybrid.mdx (+13 -5)
📝 src/langsmith/deploy-to-cloud.mdx (+18 -18)
📝 src/langsmith/langsmith-mcp-server.mdx (+8 -2)
📝 src/langsmith/langsmith-remote-mcp.mdx (+2 -2)
📝 src/langsmith/manage-organization-by-api.mdx (+1 -1)
📝 src/langsmith/pricing-faq.mdx (+1 -1)
📝 src/langsmith/profile-configuration.mdx (+5 -0)
📝 src/langsmith/regions-faq.mdx (+17 -17)
📝 src/langsmith/run-evals-api-only.mdx (+1 -1)
📝 src/langsmith/trace-with-api.mdx (+2 -2)
📝 src/langsmith/trace-with-langchain.mdx (+2 -2)
📝 src/langsmith/trace-with-n8n.mdx (+1 -1)
📝 src/langsmith/trace-with-opentelemetry.mdx (+1 -1)

...and 5 more files

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

Screenshot 2026-05-13 at 5 09 52 PM Screenshot 2026-05-13 at 5 10 06 PM Screenshot 2026-05-13 at 5 10 38 PM Screenshot 2026-05-13 at 5 11 07 PM Screenshot 2026-05-13 at 5 11 57 PM Screenshot 2026-05-13 at 5 15 51 PM

🔄 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/3997 **Author:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Created:** 5/13/2026 **Status:** ✅ Merged **Merged:** 5/13/2026 **Merged by:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Base:** `main` ← **Head:** `joaquin/add-apac-docs` --- ### 📝 Commits (3) - [`7f6d415`](https://github.com/langchain-ai/docs/commit/7f6d4156c18850d216ba9ee70577d48d2a60f2ce) chore: add apac docs - [`581682c`](https://github.com/langchain-ai/docs/commit/581682cabae96939b88084945a808a3727ae165f) move apac above aws - [`22bbcd4`](https://github.com/langchain-ai/docs/commit/22bbcd41cdfdb8787de9321efd72ba11fbe37bc0) c bro went crazy ### 📊 Changes **25 files changed** (+188 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/abac.mdx` (+3 -1) 📝 `src/langsmith/api-ref-control-plane.mdx` (+3 -3) 📝 `src/langsmith/cicd-pipeline-example.mdx` (+4 -10) 📝 `src/langsmith/cloud.mdx` (+40 -34) 📝 `src/langsmith/create-account-api-key.mdx` (+4 -3) 📝 `src/langsmith/data-export-destinations.mdx` (+2 -2) 📝 `src/langsmith/data-export-monitor.mdx` (+2 -2) 📝 `src/langsmith/deploy-hybrid.mdx` (+13 -5) 📝 `src/langsmith/deploy-to-cloud.mdx` (+18 -18) 📝 `src/langsmith/langsmith-mcp-server.mdx` (+8 -2) 📝 `src/langsmith/langsmith-remote-mcp.mdx` (+2 -2) 📝 `src/langsmith/manage-organization-by-api.mdx` (+1 -1) 📝 `src/langsmith/pricing-faq.mdx` (+1 -1) 📝 `src/langsmith/profile-configuration.mdx` (+5 -0) 📝 `src/langsmith/regions-faq.mdx` (+17 -17) 📝 `src/langsmith/run-evals-api-only.mdx` (+1 -1) 📝 `src/langsmith/trace-with-api.mdx` (+2 -2) 📝 `src/langsmith/trace-with-langchain.mdx` (+2 -2) 📝 `src/langsmith/trace-with-n8n.mdx` (+1 -1) 📝 `src/langsmith/trace-with-opentelemetry.mdx` (+1 -1) _...and 5 more files_ </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <img width="779" height="817" alt="Screenshot 2026-05-13 at 5 09 52 PM" src="https://github.com/user-attachments/assets/12112b39-07cd-47eb-8ebf-00bc0912492a" /> <img width="759" height="803" alt="Screenshot 2026-05-13 at 5 10 06 PM" src="https://github.com/user-attachments/assets/433fc49a-83c3-43ee-9f66-649c74049bdb" /> <img width="657" height="908" alt="Screenshot 2026-05-13 at 5 10 38 PM" src="https://github.com/user-attachments/assets/c95cf10b-4f01-4af3-aa60-fef2f252893d" /> <img width="737" height="606" alt="Screenshot 2026-05-13 at 5 11 07 PM" src="https://github.com/user-attachments/assets/8090a166-6c30-4b0e-9ceb-e6e0ce57721e" /> <img width="751" height="669" alt="Screenshot 2026-05-13 at 5 11 57 PM" src="https://github.com/user-attachments/assets/63cf0f7a-7141-45a4-9d74-d0fcaf60f767" /> <img width="677" height="754" alt="Screenshot 2026-05-13 at 5 15 51 PM" src="https://github.com/user-attachments/assets/c745be8b-54ee-481d-92e4-bb961f170f2e" /> --- <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:53:52 -04:00
yindo closed this issue 2026-06-05 18:53:52 -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#4004