[PR #186] [MERGED] set up versioning and new docs outline #275

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/186
Author: @agola11
Created: 4/23/2024
Status: Merged
Merged: 4/23/2024
Merged by: @agola11

Base: mainHead: ankush/versioning


📝 Commits (4)

📊 Changes

17 files changed (+1065 additions, -0 deletions)

View changed files

📝 docusaurus.config.js (+11 -0)
versioned_docs/version-2.0/concepts.md (+32 -0)
versioned_docs/version-2.0/how_to_guides.md (+105 -0)
versioned_docs/version-2.0/index.mdx (+177 -0)
versioned_docs/version-2.0/pricing.mdx (+150 -0)
versioned_docs/version-2.0/reference.md (+9 -0)
versioned_docs/version-2.0/release_notes.md (+1 -0)
versioned_docs/version-2.0/self_hosting/docker.mdx (+193 -0)
versioned_docs/version-2.0/self_hosting/kubernetes.mdx (+197 -0)
versioned_docs/version-2.0/self_hosting/release_notes.mdx (+99 -0)
versioned_docs/version-2.0/self_hosting/static/langsmith_ui.png (+0 -0)
versioned_docs/version-2.0/self_hosting/usage.mdx (+47 -0)
versioned_docs/version-2.0/static/LangSmith_Diagram-GA-final.png (+0 -0)
versioned_docs/version-2.0/static/rendered_trace.png (+0 -0)
versioned_docs/version-2.0/tutorials.md (+14 -0)
versioned_sidebars/version-2.0-sidebars.json (+27 -0)
versions.json (+3 -0)

📄 Description

No description provided


🔄 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/186 **Author:** [@agola11](https://github.com/agola11) **Created:** 4/23/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/versioning` --- ### 📝 Commits (4) - [`53a61dc`](https://github.com/langchain-ai/langsmith-docs/commit/53a61dc972db20bbf1733605dceee2a1f87abe1b) set up versioning and new docs outline - [`ac24865`](https://github.com/langchain-ai/langsmith-docs/commit/ac24865271189bbec5a50e3aeff522b868e8fb07) delete unneeded static assets - [`0c4c906`](https://github.com/langchain-ai/langsmith-docs/commit/0c4c9061fd6c59501e84f9ab41f070a84ac4df19) fix format - [`e0ce207`](https://github.com/langchain-ai/langsmith-docs/commit/e0ce207291383b0e1b39db7e0b388a811fe30012) format ### 📊 Changes **17 files changed** (+1065 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docusaurus.config.js` (+11 -0) ➕ `versioned_docs/version-2.0/concepts.md` (+32 -0) ➕ `versioned_docs/version-2.0/how_to_guides.md` (+105 -0) ➕ `versioned_docs/version-2.0/index.mdx` (+177 -0) ➕ `versioned_docs/version-2.0/pricing.mdx` (+150 -0) ➕ `versioned_docs/version-2.0/reference.md` (+9 -0) ➕ `versioned_docs/version-2.0/release_notes.md` (+1 -0) ➕ `versioned_docs/version-2.0/self_hosting/docker.mdx` (+193 -0) ➕ `versioned_docs/version-2.0/self_hosting/kubernetes.mdx` (+197 -0) ➕ `versioned_docs/version-2.0/self_hosting/release_notes.mdx` (+99 -0) ➕ `versioned_docs/version-2.0/self_hosting/static/langsmith_ui.png` (+0 -0) ➕ `versioned_docs/version-2.0/self_hosting/usage.mdx` (+47 -0) ➕ `versioned_docs/version-2.0/static/LangSmith_Diagram-GA-final.png` (+0 -0) ➕ `versioned_docs/version-2.0/static/rendered_trace.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials.md` (+14 -0) ➕ `versioned_sidebars/version-2.0-sidebars.json` (+27 -0) ➕ `versions.json` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:43 -05:00
yindo closed this issue 2026-02-21 17:17:43 -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#275