[PR #345] [MERGED] chore: add EU deployment to docs #421

Closed
opened 2026-02-21 17:18:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/345
Author: @bvs-langchain
Created: 7/11/2024
Status: Merged
Merged: 7/15/2024
Merged by: @bvs-langchain

Base: mainHead: brian/ls-1811-eu-deployment


📝 Commits (10+)

📊 Changes

30 files changed (+276 additions, -38 deletions)

View changed files

📝 docusaurus.config.js (+4 -0)
src/components/Region.js (+47 -0)
src/components/RegionalUrls.js (+37 -0)
📝 src/css/custom.css (+12 -0)
src/theme/NavbarItem/ComponentTypes.js (+7 -0)
📝 versioned_docs/version-2.0/concepts/tracing/tracing.mdx (+2 -1)
📝 versioned_docs/version-2.0/how_to_guides/datasets/share_dataset.mdx (+3 -1)
📝 versioned_docs/version-2.0/how_to_guides/human_feedback/set_up_feedback_criteria.mdx (+3 -1)
📝 versioned_docs/version-2.0/how_to_guides/monitoring/rules.mdx (+3 -1)
📝 versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx (+4 -2)
📝 versioned_docs/version-2.0/how_to_guides/setup/set_up_access_control.mdx (+4 -2)
📝 versioned_docs/version-2.0/how_to_guides/setup/set_up_billing.mdx (+5 -4)
📝 versioned_docs/version-2.0/how_to_guides/setup/set_up_organization.mdx (+4 -2)
📝 versioned_docs/version-2.0/how_to_guides/setup/set_up_workspace.mdx (+5 -3)
📝 versioned_docs/version-2.0/how_to_guides/setup/update_business_info.mdx (+8 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/calculate_token_based_costs.mdx (+2 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/export_traces.mdx (+2 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx (+2 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/share_trace.mdx (+3 -1)
📝 versioned_docs/version-2.0/how_to_guides/tracing/trace_with_api.mdx (+4 -2)

...and 10 more files

📄 Description

  • select US / EU region in navbar, update URLs correspondingly
  • add sections about regional storage & FAQ

🔄 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/langsmith-docs/pull/345 **Author:** [@bvs-langchain](https://github.com/bvs-langchain) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@bvs-langchain](https://github.com/bvs-langchain) **Base:** `main` ← **Head:** `brian/ls-1811-eu-deployment` --- ### 📝 Commits (10+) - [`9d93e57`](https://github.com/langchain-ai/langsmith-docs/commit/9d93e570276bc1dab921c3d68c0ae0d73e6c33d3) chore: add EU deployment to docs - [`f26c781`](https://github.com/langchain-ai/langsmith-docs/commit/f26c781c991756874e44a6d46def5cdf5ab37f51) format - [`b717b61`](https://github.com/langchain-ai/langsmith-docs/commit/b717b61fbcb85fd3d0d7a793b27c1025e95267d0) wip regional url - [`cc6952c`](https://github.com/langchain-ai/langsmith-docs/commit/cc6952c6ac44f7d68ae5cc0d5edf07206c4fa9da) fix - [`84dfc1b`](https://github.com/langchain-ai/langsmith-docs/commit/84dfc1be379d73415248d336a9980c6e5196ab97) update for regional URLs - [`5d30dbf`](https://github.com/langchain-ai/langsmith-docs/commit/5d30dbf199a1651fcf51e9ede8560458fe656638) custom component - [`e57d4f7`](https://github.com/langchain-ai/langsmith-docs/commit/e57d4f7d148d85a290457805f6be35a85d096ced) formatting - [`9373fb6`](https://github.com/langchain-ai/langsmith-docs/commit/9373fb6197ed85c1529efd93da6edd19976cfdc2) conditional color for dark/light mode - [`048a12c`](https://github.com/langchain-ai/langsmith-docs/commit/048a12c52cc8ecde1a3d4e249ece8a42aa7b9880) conditional localstorage - [`48f768a`](https://github.com/langchain-ai/langsmith-docs/commit/48f768a3a9e2a64ee8ec51e01021c4335cc83f52) simplify ### 📊 Changes **30 files changed** (+276 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `docusaurus.config.js` (+4 -0) ➕ `src/components/Region.js` (+47 -0) ➕ `src/components/RegionalUrls.js` (+37 -0) 📝 `src/css/custom.css` (+12 -0) ➕ `src/theme/NavbarItem/ComponentTypes.js` (+7 -0) 📝 `versioned_docs/version-2.0/concepts/tracing/tracing.mdx` (+2 -1) 📝 `versioned_docs/version-2.0/how_to_guides/datasets/share_dataset.mdx` (+3 -1) 📝 `versioned_docs/version-2.0/how_to_guides/human_feedback/set_up_feedback_criteria.mdx` (+3 -1) 📝 `versioned_docs/version-2.0/how_to_guides/monitoring/rules.mdx` (+3 -1) 📝 `versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx` (+4 -2) 📝 `versioned_docs/version-2.0/how_to_guides/setup/set_up_access_control.mdx` (+4 -2) 📝 `versioned_docs/version-2.0/how_to_guides/setup/set_up_billing.mdx` (+5 -4) 📝 `versioned_docs/version-2.0/how_to_guides/setup/set_up_organization.mdx` (+4 -2) 📝 `versioned_docs/version-2.0/how_to_guides/setup/set_up_workspace.mdx` (+5 -3) 📝 `versioned_docs/version-2.0/how_to_guides/setup/update_business_info.mdx` (+8 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/calculate_token_based_costs.mdx` (+2 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/export_traces.mdx` (+2 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/log_llm_trace.mdx` (+2 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/share_trace.mdx` (+3 -1) 📝 `versioned_docs/version-2.0/how_to_guides/tracing/trace_with_api.mdx` (+4 -2) _...and 10 more files_ </details> ### 📄 Description * select US / EU region in navbar, update URLs correspondingly * add sections about regional storage & FAQ --- <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-21 17:18:02 -05:00
yindo closed this issue 2026-02-21 17:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#421