mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
[PR #477] [MERGED] fix: upgrade docusaurus to v3.5 to update sitemaps for SEO #535
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-docs/pull/477
Author: @jakerachleff
Created: 10/21/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @jakerachleff
Base:
main← Head:2024-10-21-deprio-old-seo📝 Commits (10+)
db0409efix: update sitemap settings to prioritize new docs58ca661going towards d39bbc90bversion upgrade 3.53fa6b89try escape25a18b4fix notebook rendering4de2bfbworks but gross639c33fsome progress9a8c4e1fix1094677fix59db32ev1.22.22📊 Changes
12 files changed (+4985 additions, -4801 deletions)
View changed files
📝
.gitignore(+1 -0)📝
docs/reference/authentication_authorization/authentication_methods.mdx(+1 -1)📝
docs/reference/data_formats/run_data_format.mdx(+1 -1)📝
docs/self_hosting/faq.mdx(+3 -3)📝
docs/tutorials/Developers/agents.mdx(+2 -0)📝
docs/tutorials/Developers/swe-benchmark.mdx(+4 -1)📝
docusaurus.config.js(+11 -2)📝
package.json(+12 -11)📝
src/theme/DocVersionBanner/index.js(+9 -7)📝
subdirectories/scripts/build_cookbook.py(+42 -1)📝
versioned_docs/version-old/evaluation/migration.mdx(+1 -1)📝
yarn.lock(+4898 -4773)📄 Description
This PR upgrades docusaurus from v2 to v3 so we can take advantage of their latest features.
Changes needed for v2 -> v3 upgrade
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.