[PR #225] [MERGED] flip docs to new version (correctly) #311

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/225
Author: @agola11
Created: 5/6/2024
Status: Merged
Merged: 5/6/2024
Merged by: @agola11

Base: mainHead: revert-224-revert-220-ankush/flip-docs


📝 Commits (10+)

  • 857cd67 Revert "Revert "flip docs to new version""
  • 3e9cd7b version config
  • c59811e add banner
  • 25c84ba fix broken links and swizzle docversionbanner
  • c6274ed format and add vercel redirects
  • 6265e54 fix cookbook stuff
  • ade3612 lint
  • c06a5e7 /old/
  • 5809b21 throw on broken links
  • ee99528 Merge branch 'revert-224-revert-220-ankush/flip-docs' of github.com:langchain-ai/langsmith-docs into revert-224-revert-220-ankush/flip-docs

📊 Changes

28 files changed (+217 additions, -70 deletions)

View changed files

📝 docs/evaluation/faq/regression-testing.mdx (+1 -1)
📝 docs/evaluation/index.mdx (+4 -4)
📝 docs/index.mdx (+10 -14)
📝 docs/monitoring/concepts.mdx (+3 -3)
📝 docs/monitoring/faq/filter.mdx (+1 -1)
📝 docs/monitoring/faq/monitoring.mdx (+1 -1)
📝 docs/monitoring/faq/online_evaluation.mdx (+1 -1)
📝 docs/monitoring/index.mdx (+4 -4)
📝 docs/monitoring/quickstart.mdx (+4 -4)
📝 docs/tracing/concepts.mdx (+1 -1)
📝 docs/tracing/faq/customizing_trace_attributes.mdx (+1 -1)
📝 docs/tracing/faq/logging_and_viewing.mdx (+3 -3)
📝 docs/tracing/faq/logging_feedback.mdx (+2 -2)
📝 docs/tracing/index.mdx (+4 -4)
📝 docs/tracing/integrations/python.mdx (+2 -2)
📝 docs/tracing/quick_start.mdx (+4 -4)
📝 docs/tracing/use_cases/summarize-usage.mdx (+1 -1)
📝 docs/tracing/use_cases/track-sentiment.mdx (+1 -1)
📝 docusaurus.config.js (+7 -4)
src/theme/DocVersionBanner/index.js (+131 -0)

...and 8 more files

📄 Description

Reverts langchain-ai/langsmith-docs#224


🔄 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/225 **Author:** [@agola11](https://github.com/agola11) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `revert-224-revert-220-ankush/flip-docs` --- ### 📝 Commits (10+) - [`857cd67`](https://github.com/langchain-ai/langsmith-docs/commit/857cd670966ffc046903224817337f568d825ae8) Revert "Revert "flip docs to new version"" - [`3e9cd7b`](https://github.com/langchain-ai/langsmith-docs/commit/3e9cd7b7a424bf9a79b21ebb1fca07462a0b72f9) version config - [`c59811e`](https://github.com/langchain-ai/langsmith-docs/commit/c59811eeb62f0fd71d8081e7fb55e93a137a5ab9) add banner - [`25c84ba`](https://github.com/langchain-ai/langsmith-docs/commit/25c84ba9a305ab49f0ce575466935e7ab067feb1) fix broken links and swizzle docversionbanner - [`c6274ed`](https://github.com/langchain-ai/langsmith-docs/commit/c6274ed92515df257a90577f361cad2cfbe07da1) format and add vercel redirects - [`6265e54`](https://github.com/langchain-ai/langsmith-docs/commit/6265e54379213cefcfb48d92e1e8bb6f36e135cc) fix cookbook stuff - [`ade3612`](https://github.com/langchain-ai/langsmith-docs/commit/ade3612b2cfc848d807210b62fd37246f14a7916) lint - [`c06a5e7`](https://github.com/langchain-ai/langsmith-docs/commit/c06a5e71abe9e6c12d18225c00b7db2e1167448f) /old/ - [`5809b21`](https://github.com/langchain-ai/langsmith-docs/commit/5809b21f768d63d93b7b5d6da9d4dc3949985890) throw on broken links - [`ee99528`](https://github.com/langchain-ai/langsmith-docs/commit/ee9952804257cbf04e9d9085979d9abd68b7e3cd) Merge branch 'revert-224-revert-220-ankush/flip-docs' of github.com:langchain-ai/langsmith-docs into revert-224-revert-220-ankush/flip-docs ### 📊 Changes **28 files changed** (+217 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/faq/regression-testing.mdx` (+1 -1) 📝 `docs/evaluation/index.mdx` (+4 -4) 📝 `docs/index.mdx` (+10 -14) 📝 `docs/monitoring/concepts.mdx` (+3 -3) 📝 `docs/monitoring/faq/filter.mdx` (+1 -1) 📝 `docs/monitoring/faq/monitoring.mdx` (+1 -1) 📝 `docs/monitoring/faq/online_evaluation.mdx` (+1 -1) 📝 `docs/monitoring/index.mdx` (+4 -4) 📝 `docs/monitoring/quickstart.mdx` (+4 -4) 📝 `docs/tracing/concepts.mdx` (+1 -1) 📝 `docs/tracing/faq/customizing_trace_attributes.mdx` (+1 -1) 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+3 -3) 📝 `docs/tracing/faq/logging_feedback.mdx` (+2 -2) 📝 `docs/tracing/index.mdx` (+4 -4) 📝 `docs/tracing/integrations/python.mdx` (+2 -2) 📝 `docs/tracing/quick_start.mdx` (+4 -4) 📝 `docs/tracing/use_cases/summarize-usage.mdx` (+1 -1) 📝 `docs/tracing/use_cases/track-sentiment.mdx` (+1 -1) 📝 `docusaurus.config.js` (+7 -4) ➕ `src/theme/DocVersionBanner/index.js` (+131 -0) _...and 8 more files_ </details> ### 📄 Description Reverts langchain-ai/langsmith-docs#224 --- <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:17:48 -05:00
yindo closed this issue 2026-02-21 17:17:48 -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#311