[PR #294] [MERGED] feat: refactor self-hosted docs #377

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/294
Author: @langchain-infra
Created: 6/10/2024
Status: Merged
Merged: 6/17/2024
Merged by: @langchain-infra

Base: mainHead: infra/self-hosted-docs-2.0


📝 Commits (10+)

📊 Changes

22 files changed (+710 additions, -321 deletions)

View changed files

📝 docs/index.mdx (+1 -1)
📝 docs/self_hosting/usage.mdx (+1 -1)
📝 src/components/InstructionsWithCode.js (+18 -0)
📝 versioned_docs/version-2.0/reference/authentication_authorization/authentication_methods.mdx (+5 -4)
versioned_docs/version-2.0/self_hosting/architectural_overview.mdx (+75 -0)
versioned_docs/version-2.0/self_hosting/configuration/external_clickhouse.mdx (+71 -0)
versioned_docs/version-2.0/self_hosting/configuration/external_postgres.mdx (+72 -0)
versioned_docs/version-2.0/self_hosting/configuration/external_redis.mdx (+70 -0)
versioned_docs/version-2.0/self_hosting/configuration/index.mdx (+14 -0)
versioned_docs/version-2.0/self_hosting/configuration/sso.mdx (+42 -0)
versioned_docs/version-2.0/self_hosting/docker.mdx (+0 -216)
versioned_docs/version-2.0/self_hosting/faq.mdx (+40 -0)
versioned_docs/version-2.0/self_hosting/index.md (+28 -0)
versioned_docs/version-2.0/self_hosting/installation/docker.mdx (+96 -0)
versioned_docs/version-2.0/self_hosting/installation/index.md (+12 -0)
📝 versioned_docs/version-2.0/self_hosting/installation/kubernetes.mdx (+20 -84)
📝 versioned_docs/version-2.0/self_hosting/release_notes.mdx (+1 -1)
versioned_docs/version-2.0/self_hosting/static/langsmith_ui_sso.png (+0 -0)
versioned_docs/version-2.0/self_hosting/static/self_hosted_architecture_diagram.png (+0 -0)
versioned_docs/version-2.0/self_hosting/upgrades.mdx (+133 -0)

...and 2 more files

📄 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/294 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `infra/self-hosted-docs-2.0` --- ### 📝 Commits (10+) - [`9e76e4a`](https://github.com/langchain-ai/langsmith-docs/commit/9e76e4a1bc7777e298707f21354e5223beed0e2b) feat: refactor self-hosted docs - [`8eac86e`](https://github.com/langchain-ai/langsmith-docs/commit/8eac86e69af1d56ffd87e385120a6fb05fc51cf6) format - [`f925f46`](https://github.com/langchain-ai/langsmith-docs/commit/f925f46f9d6f33ad2c3015bbe5067438d6796a9c) format - [`81d4ee7`](https://github.com/langchain-ai/langsmith-docs/commit/81d4ee731054163119c47a881637e6d4ceb2b29c) refactor - [`b97df03`](https://github.com/langchain-ai/langsmith-docs/commit/b97df03681d167b730d3b0d15ab417411ae88fe7) fix build - [`1261217`](https://github.com/langchain-ai/langsmith-docs/commit/1261217122ed22427d667673cf8a5cc86083cd49) fix build - [`431af42`](https://github.com/langchain-ai/langsmith-docs/commit/431af4245b234f67c1913d8a5a0db9027c323ad6) fix build - [`d752533`](https://github.com/langchain-ai/langsmith-docs/commit/d752533c1fda35ea33db9c1a23ce225e20938faf) fix build - [`a304446`](https://github.com/langchain-ai/langsmith-docs/commit/a304446225dd715509602641e8a5bc7304497e4a) fix build - [`b14db75`](https://github.com/langchain-ai/langsmith-docs/commit/b14db75b5c97a1ce0dc6391b28df237407186caa) fix build ### 📊 Changes **22 files changed** (+710 additions, -321 deletions) <details> <summary>View changed files</summary> 📝 `docs/index.mdx` (+1 -1) 📝 `docs/self_hosting/usage.mdx` (+1 -1) 📝 `src/components/InstructionsWithCode.js` (+18 -0) 📝 `versioned_docs/version-2.0/reference/authentication_authorization/authentication_methods.mdx` (+5 -4) ➕ `versioned_docs/version-2.0/self_hosting/architectural_overview.mdx` (+75 -0) ➕ `versioned_docs/version-2.0/self_hosting/configuration/external_clickhouse.mdx` (+71 -0) ➕ `versioned_docs/version-2.0/self_hosting/configuration/external_postgres.mdx` (+72 -0) ➕ `versioned_docs/version-2.0/self_hosting/configuration/external_redis.mdx` (+70 -0) ➕ `versioned_docs/version-2.0/self_hosting/configuration/index.mdx` (+14 -0) ➕ `versioned_docs/version-2.0/self_hosting/configuration/sso.mdx` (+42 -0) ➖ `versioned_docs/version-2.0/self_hosting/docker.mdx` (+0 -216) ➕ `versioned_docs/version-2.0/self_hosting/faq.mdx` (+40 -0) ➕ `versioned_docs/version-2.0/self_hosting/index.md` (+28 -0) ➕ `versioned_docs/version-2.0/self_hosting/installation/docker.mdx` (+96 -0) ➕ `versioned_docs/version-2.0/self_hosting/installation/index.md` (+12 -0) 📝 `versioned_docs/version-2.0/self_hosting/installation/kubernetes.mdx` (+20 -84) 📝 `versioned_docs/version-2.0/self_hosting/release_notes.mdx` (+1 -1) ➕ `versioned_docs/version-2.0/self_hosting/static/langsmith_ui_sso.png` (+0 -0) ➕ `versioned_docs/version-2.0/self_hosting/static/self_hosted_architecture_diagram.png` (+0 -0) ➕ `versioned_docs/version-2.0/self_hosting/upgrades.mdx` (+133 -0) _...and 2 more files_ </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:57 -05:00
yindo closed this issue 2026-02-21 17:17:57 -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#377