[PR #168] [MERGED] docs: Consolidate pages for access user management #483

Closed
opened 2026-02-17 17:20:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/168
Author: @katmayb
Created: 8/15/2025
Status: Merged
Merged: 8/20/2025
Merged by: @katmayb

Base: mainHead: consolidate-admin-setup


📝 Commits (2)

  • 7fb256f docs: Consolidate pages for access user management
  • 2b294d2 Apply suggestions from code review

📊 Changes

20 files changed (+947 additions, -999 deletions)

View changed files

📝 src/langsmith/administration-overview.mdx (+6 -6)
📝 src/langsmith/authentication-methods.mdx (+1 -1)
src/langsmith/billing.mdx (+293 -0)
📝 src/langsmith/evaluate-pairwise.mdx (+1 -1)
📝 src/langsmith/faq.mdx (+43 -6)
📝 src/langsmith/manage-datasets.mdx (+5 -3)
📝 src/langsmith/manage-organization-by-api.mdx (+2 -2)
📝 src/langsmith/manage-prompts-programmatically.mdx (+1 -1)
src/langsmith/manage-spend.mdx (+0 -188)
📝 src/langsmith/script-delete-a-workspace.mdx (+1 -1)
📝 src/langsmith/self-host-user-management.mdx (+1 -1)
src/langsmith/set-up-a-workspace.mdx (+103 -0)
src/langsmith/set-up-access-control.mdx (+0 -46)
src/langsmith/set-up-billing.mdx (+0 -74)
src/langsmith/set-up-organization.mdx (+0 -51)
src/langsmith/set-up-saml-sso.mdx (+0 -266)
src/langsmith/set-up-scim.mdx (+0 -247)
src/langsmith/set-up-workspace.mdx (+0 -54)
src/langsmith/update-business-info.mdx (+0 -51)
src/langsmith/user-management.mdx (+490 -0)

📄 Description

This PR consolidates some of the Admin dropdown content into different pages to declutter the nav and improve the general flow of the new LangSmith docs site.

This is according to this screenshot:

image

General light content edits to each of the pages included.

Note for reviewers: I've included the nav json for review (and to generate preview), however, will not merge that because we're hiding the LS in the Mintlify nav until we have the p0 content changes complete this/next week.

Also, in tandem with these content PRs, I'm updating a running PR with redirects (open in the old repo).

Preview

https://langchain-5e9cc07a-preview-consol-1755269390-3ff248a.mintlify.app/langsmith/set-up-a-workspace

(consolidated pages: set-up-a-workpace.mdx, billing.mdx, user-management.mdx)


🔄 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/168 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `consolidate-admin-setup` --- ### 📝 Commits (2) - [`7fb256f`](https://github.com/langchain-ai/docs/commit/7fb256f380121949e781d7b6fb014750606813a8) docs: Consolidate pages for access user management - [`2b294d2`](https://github.com/langchain-ai/docs/commit/2b294d2fe79a9a86a5378404defcd9dcefe0ab73) Apply suggestions from code review ### 📊 Changes **20 files changed** (+947 additions, -999 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/administration-overview.mdx` (+6 -6) 📝 `src/langsmith/authentication-methods.mdx` (+1 -1) ➕ `src/langsmith/billing.mdx` (+293 -0) 📝 `src/langsmith/evaluate-pairwise.mdx` (+1 -1) 📝 `src/langsmith/faq.mdx` (+43 -6) 📝 `src/langsmith/manage-datasets.mdx` (+5 -3) 📝 `src/langsmith/manage-organization-by-api.mdx` (+2 -2) 📝 `src/langsmith/manage-prompts-programmatically.mdx` (+1 -1) ➖ `src/langsmith/manage-spend.mdx` (+0 -188) 📝 `src/langsmith/script-delete-a-workspace.mdx` (+1 -1) 📝 `src/langsmith/self-host-user-management.mdx` (+1 -1) ➕ `src/langsmith/set-up-a-workspace.mdx` (+103 -0) ➖ `src/langsmith/set-up-access-control.mdx` (+0 -46) ➖ `src/langsmith/set-up-billing.mdx` (+0 -74) ➖ `src/langsmith/set-up-organization.mdx` (+0 -51) ➖ `src/langsmith/set-up-saml-sso.mdx` (+0 -266) ➖ `src/langsmith/set-up-scim.mdx` (+0 -247) ➖ `src/langsmith/set-up-workspace.mdx` (+0 -54) ➖ `src/langsmith/update-business-info.mdx` (+0 -51) ➕ `src/langsmith/user-management.mdx` (+490 -0) </details> ### 📄 Description This PR consolidates some of the Admin dropdown content into different pages to declutter the nav and improve the general flow of the new LangSmith docs site. This is according to this screenshot: <img width="618" height="720" alt="image" src="https://github.com/user-attachments/assets/1e0fc45e-528a-43ae-9ab0-abf9b012c7a7" /> General light content edits to each of the pages included. **Note for reviewers**: I've included the nav json for review (and to generate preview), however, will not merge that because we're hiding the LS in the Mintlify nav until we have the p0 content changes complete this/next week. Also, in tandem with these content PRs, [I'm updating a running PR](https://github.com/langchain-ai/langsmith-docs/pull/935) with redirects (open in the old repo). ## Preview https://langchain-5e9cc07a-preview-consol-1755269390-3ff248a.mintlify.app/langsmith/set-up-a-workspace (consolidated pages: set-up-a-workpace.mdx, billing.mdx, user-management.mdx) --- <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-17 17:20:29 -05:00
yindo closed this issue 2026-02-17 17:20:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#483