[PR #476] [MERGED] refactor: align with docusaurus version structure #537

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

📋 Pull Request Information

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

Base: mainHead: 2024-10-21-seo


📝 Commits (10+)

📊 Changes

605 files changed (+992 additions, -995 deletions)

View changed files

📝 docs/concepts/admin/admin.mdx (+0 -0)
📝 docs/concepts/evaluation/evaluation.mdx (+0 -0)
📝 docs/concepts/index.md (+0 -0)
📝 docs/concepts/prompts/prompts.mdx (+0 -0)
📝 docs/concepts/static/agent_eval.png (+0 -0)
📝 docs/concepts/static/comparing_multiple_experiments.png (+0 -0)
📝 docs/concepts/static/feedback.png (+0 -0)
📝 docs/concepts/static/langgraph_agent.png (+0 -0)
📝 docs/concepts/static/langsmith_app_flow.png (+0 -0)
📝 docs/concepts/static/langsmith_app_flow_dark.png (+0 -0)
📝 docs/concepts/static/langsmith_overview.png (+0 -0)
📝 docs/concepts/static/langsmith_summary.png (+0 -0)
📝 docs/concepts/static/langsmith_summary_dark.png (+0 -0)
📝 docs/concepts/static/metadata.png (+0 -0)
📝 docs/concepts/static/org_members_settings.png (+0 -0)
📝 docs/concepts/static/org_settings_workspaces_tab.png (+0 -0)
📝 docs/concepts/static/primitives-dark.png (+0 -0)
📝 docs/concepts/static/primitives.png (+0 -0)
📝 docs/concepts/static/project.png (+0 -0)
📝 docs/concepts/static/rag-types.png (+0 -0)

...and 80 more files

📄 Description

Moves our docs to meet docusaurus standards.

  • Current docs moved from versioned-docs/version-2.0 to the docs/ folder
  • Old docs go under versioned-docs/version-old

Doing this so that we can actually conform to docusaurus standards, and therefore use their instructions on how to do things (like SEO optimization for new docs vs old docs).

NOTES FOR REVIEW

I didn't make many changes here except for:

  1. moving old doc files to the version-1.0
  2. Updating our langsmith cookbooks script we use to generate cookbooks in the navbar

🔄 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/476 **Author:** [@jakerachleff](https://github.com/jakerachleff) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@jakerachleff](https://github.com/jakerachleff) **Base:** `main` ← **Head:** `2024-10-21-seo` --- ### 📝 Commits (10+) - [`562f492`](https://github.com/langchain-ai/langsmith-docs/commit/562f4922a644400805fd6ff52617401211a63d5b) refactor: align with docusaurus version structure - [`df26ee0`](https://github.com/langchain-ai/langsmith-docs/commit/df26ee0645f4ec4a03a74baaeca101920a7e3f76) fix sidebar - [`d9483a5`](https://github.com/langchain-ai/langsmith-docs/commit/d9483a5b81c91f942dd899471c4d76dffed3353b) fix - [`3af6803`](https://github.com/langchain-ai/langsmith-docs/commit/3af6803fb2994294dcb08a3f6fc40101e763d6f9) temp: warn on bad links - [`9a65df4`](https://github.com/langchain-ai/langsmith-docs/commit/9a65df441483cf8c6e185c86f75dba4e0520e61f) builder - [`bc26ded`](https://github.com/langchain-ai/langsmith-docs/commit/bc26ded51757a3c4b8f9fbbe698800b469f548ca) throw on broken links again - [`21925d0`](https://github.com/langchain-ai/langsmith-docs/commit/21925d03706f06a3ce73641e0bdad659b2da6353) 1.0 to old - [`16ac715`](https://github.com/langchain-ai/langsmith-docs/commit/16ac715a3dbeb38d009af40b90e0a90362da947b) better name - [`8c96ed5`](https://github.com/langchain-ai/langsmith-docs/commit/8c96ed57937bc0b7715ed66e6677fed4e8e33ea3) fmt - [`50142ba`](https://github.com/langchain-ai/langsmith-docs/commit/50142ba2b4ed4b03bfaa38bbf69899e415fce572) darn cookbooks ### 📊 Changes **605 files changed** (+992 additions, -995 deletions) <details> <summary>View changed files</summary> 📝 `docs/concepts/admin/admin.mdx` (+0 -0) 📝 `docs/concepts/evaluation/evaluation.mdx` (+0 -0) 📝 `docs/concepts/index.md` (+0 -0) 📝 `docs/concepts/prompts/prompts.mdx` (+0 -0) 📝 `docs/concepts/static/agent_eval.png` (+0 -0) 📝 `docs/concepts/static/comparing_multiple_experiments.png` (+0 -0) 📝 `docs/concepts/static/feedback.png` (+0 -0) 📝 `docs/concepts/static/langgraph_agent.png` (+0 -0) 📝 `docs/concepts/static/langsmith_app_flow.png` (+0 -0) 📝 `docs/concepts/static/langsmith_app_flow_dark.png` (+0 -0) 📝 `docs/concepts/static/langsmith_overview.png` (+0 -0) 📝 `docs/concepts/static/langsmith_summary.png` (+0 -0) 📝 `docs/concepts/static/langsmith_summary_dark.png` (+0 -0) 📝 `docs/concepts/static/metadata.png` (+0 -0) 📝 `docs/concepts/static/org_members_settings.png` (+0 -0) 📝 `docs/concepts/static/org_settings_workspaces_tab.png` (+0 -0) 📝 `docs/concepts/static/primitives-dark.png` (+0 -0) 📝 `docs/concepts/static/primitives.png` (+0 -0) 📝 `docs/concepts/static/project.png` (+0 -0) 📝 `docs/concepts/static/rag-types.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Moves our docs to meet docusaurus standards. - Current docs moved from `versioned-docs/version-2.0` to the `docs/` folder - Old docs go under `versioned-docs/version-old` Doing this so that we can actually conform to docusaurus standards, and therefore use their instructions on how to do things (like SEO optimization for new docs vs old docs). ## NOTES FOR REVIEW I didn't make many changes here except for: 1. moving old doc files to the `version-1.0` 2. Updating our langsmith cookbooks script we use to generate cookbooks in the navbar --- <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:18 -05:00
yindo closed this issue 2026-02-21 17:18:18 -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#537