[PR #488] [MERGED] feat: docs organized by area with better how to sections #547

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/488
Author: @jakerachleff
Created: 10/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @jakerachleff

Base: mainHead: 2024-10-22-site-reorg-w-better-organization


📝 Commits (10+)

📊 Changes

423 files changed (+1276 additions, -1200 deletions)

View changed files

docs/administration/concepts/index.mdx (+404 -0)
📝 docs/administration/concepts/static/org_members_settings.png (+0 -0)
📝 docs/administration/concepts/static/org_settings_workspaces_tab.png (+0 -0)
📝 docs/administration/concepts/static/resource_tags.png (+0 -0)
📝 docs/administration/concepts/static/roles_tab_rbac.png (+0 -0)
📝 docs/administration/concepts/static/sample_workspace.png (+0 -0)
docs/administration/how_to_guides/index.md (+28 -0)
📝 docs/administration/how_to_guides/organization_management/_category_.json (+0 -0)
📝 docs/administration/how_to_guides/organization_management/create_account_api_key.mdx (+3 -3)
docs/administration/how_to_guides/organization_management/index.jsx (+13 -0)
📝 docs/administration/how_to_guides/organization_management/manage_organization_by_api.mdx (+5 -5)
📝 docs/administration/how_to_guides/organization_management/set_up_access_control.mdx (+5 -5)
📝 docs/administration/how_to_guides/organization_management/set_up_billing.mdx (+4 -4)
📝 docs/administration/how_to_guides/organization_management/set_up_organization.mdx (+6 -6)
📝 docs/administration/how_to_guides/organization_management/set_up_resource_tags.mdx (+5 -5)
📝 docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx (+6 -6)
📝 docs/administration/how_to_guides/organization_management/set_up_workspace.mdx (+4 -4)
📝 docs/administration/how_to_guides/organization_management/static/assign_role.png (+0 -0)
📝 docs/administration/how_to_guides/organization_management/static/create_account.png (+0 -0)
📝 docs/administration/how_to_guides/organization_management/static/create_api_key.png (+0 -0)

...and 80 more files

📄 Description

  • evaluation almost there
  • evaluation working
  • observability concepts
  • moved tracing how tos
  • move monitoring how to guides
  • observability and eval are moved completely
  • prompt engineering complete
  • added administartion section to docs
  • moved pricing under admin
  • remove indexes
  • add pricing to old docs and freeze
  • link resolution: fixing broken links
  • more links
  • fix build
  • fix more links
  • more links fixes
  • links hopefully done
  • update sidebar to have max depth
  • obs ht guides
  • fix
  • fix

🔄 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/488 **Author:** [@jakerachleff](https://github.com/jakerachleff) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@jakerachleff](https://github.com/jakerachleff) **Base:** `main` ← **Head:** `2024-10-22-site-reorg-w-better-organization` --- ### 📝 Commits (10+) - [`59a814d`](https://github.com/langchain-ai/langsmith-docs/commit/59a814d612aacb75108a31b5848d4f241572e9f5) evaluation almost there - [`6141767`](https://github.com/langchain-ai/langsmith-docs/commit/61417674bc165fc80fc3e3b2403b44f07c9ff45a) evaluation working - [`17eec68`](https://github.com/langchain-ai/langsmith-docs/commit/17eec68b90295fef79aa65abaccb0b299ccdb453) observability concepts - [`05f9c8c`](https://github.com/langchain-ai/langsmith-docs/commit/05f9c8cfca70748b1a7014556b53d3c36f2d4197) moved tracing how tos - [`316be24`](https://github.com/langchain-ai/langsmith-docs/commit/316be241867f6d648e49e699d158965ab6b01cac) move monitoring how to guides - [`4652bad`](https://github.com/langchain-ai/langsmith-docs/commit/4652baddd22554553854c20c1e18a25ad85b3f54) observability and eval are moved completely - [`4bae3f9`](https://github.com/langchain-ai/langsmith-docs/commit/4bae3f90c96fb16b84e0f904b1f2b212d6c913e1) prompt engineering complete - [`8f5ab12`](https://github.com/langchain-ai/langsmith-docs/commit/8f5ab12c124440d1993895983d6b4cdbb7353ff0) added administartion section to docs - [`1474a19`](https://github.com/langchain-ai/langsmith-docs/commit/1474a19393979d4d0e35d2ecb18a15af40b9d0a3) moved pricing under admin - [`81dc4c9`](https://github.com/langchain-ai/langsmith-docs/commit/81dc4c985fff1696243265d168ccc31309234482) remove indexes ### 📊 Changes **423 files changed** (+1276 additions, -1200 deletions) <details> <summary>View changed files</summary> ➕ `docs/administration/concepts/index.mdx` (+404 -0) 📝 `docs/administration/concepts/static/org_members_settings.png` (+0 -0) 📝 `docs/administration/concepts/static/org_settings_workspaces_tab.png` (+0 -0) 📝 `docs/administration/concepts/static/resource_tags.png` (+0 -0) 📝 `docs/administration/concepts/static/roles_tab_rbac.png` (+0 -0) 📝 `docs/administration/concepts/static/sample_workspace.png` (+0 -0) ➕ `docs/administration/how_to_guides/index.md` (+28 -0) 📝 `docs/administration/how_to_guides/organization_management/_category_.json` (+0 -0) 📝 `docs/administration/how_to_guides/organization_management/create_account_api_key.mdx` (+3 -3) ➕ `docs/administration/how_to_guides/organization_management/index.jsx` (+13 -0) 📝 `docs/administration/how_to_guides/organization_management/manage_organization_by_api.mdx` (+5 -5) 📝 `docs/administration/how_to_guides/organization_management/set_up_access_control.mdx` (+5 -5) 📝 `docs/administration/how_to_guides/organization_management/set_up_billing.mdx` (+4 -4) 📝 `docs/administration/how_to_guides/organization_management/set_up_organization.mdx` (+6 -6) 📝 `docs/administration/how_to_guides/organization_management/set_up_resource_tags.mdx` (+5 -5) 📝 `docs/administration/how_to_guides/organization_management/set_up_saml_sso.mdx` (+6 -6) 📝 `docs/administration/how_to_guides/organization_management/set_up_workspace.mdx` (+4 -4) 📝 `docs/administration/how_to_guides/organization_management/static/assign_role.png` (+0 -0) 📝 `docs/administration/how_to_guides/organization_management/static/create_account.png` (+0 -0) 📝 `docs/administration/how_to_guides/organization_management/static/create_api_key.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description - evaluation almost there - evaluation working - observability concepts - moved tracing how tos - move monitoring how to guides - observability and eval are moved completely - prompt engineering complete - added administartion section to docs - moved pricing under admin - remove indexes - add pricing to old docs and freeze - link resolution: fixing broken links - more links - fix build - fix more links - more links fixes - links hopefully done - update sidebar to have max depth - obs ht guides - fix - fix --- <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:20 -05:00
yindo closed this issue 2026-02-21 17:18:20 -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#547