[PR #206] [MERGED] feat(2.0): update minor style nits across docs #291

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/206
Author: @dqbd
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @dqbd

Base: mainHead: dqbd/2.0-styles


📝 Commits (9)

  • fd9b174 feat(2.0): update minor style nits across docs
  • fdbe094 Add separator styles, make arrows smaller
  • aa25617 Revert arrow icons
  • 5a5bc0e Deal with important collision
  • 05f9963 Use same size for list items in nav
  • c1d5b6f Remove console.log
  • a8062ed Add subtle scale animation
  • faed105 Merge branch 'main' into dqbd/2.0-styles
  • 019e269 Add fix for captions

📊 Changes

20 files changed (+227 additions, -37 deletions)

View changed files

📝 docs/evaluation/migration.mdx (+1 -1)
📝 docs/index.mdx (+1 -1)
📝 docs/tracing/quick_start.mdx (+11 -10)
📝 docusaurus.config.js (+6 -1)
📝 src/components/InstructionsWithCode.js (+27 -1)
📝 src/components/QuickStart.js (+1 -1)
📝 src/css/custom.css (+136 -16)
📝 src/theme/Feedback.js (+1 -1)
versioned_docs/version-2.0/how_to_guides/datasets/_category_.json (+5 -0)
versioned_docs/version-2.0/how_to_guides/evaluation/_category_.json (+5 -0)
📝 versioned_docs/version-2.0/how_to_guides/index.md (+2 -1)
versioned_docs/version-2.0/how_to_guides/setup/_category_.json (+6 -0)
📝 versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx (+1 -1)
📝 versioned_docs/version-2.0/how_to_guides/setup/set_up_workspace.mdx (+1 -1)
versioned_docs/version-2.0/how_to_guides/tracing/_category_.json (+6 -0)
📝 versioned_docs/version-2.0/index.mdx (+1 -1)
versioned_docs/version-2.0/reference/data_formats/_category_.json (+5 -0)
versioned_docs/version-2.0/reference/sdk_reference/_category_.json (+5 -0)
versioned_docs/version-2.0/reference/system_architecture/_category_.json (+5 -0)
📝 versioned_docs/version-2.0/tutorials/observability.mdx (+1 -1)

📄 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/206 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/2.0-styles` --- ### 📝 Commits (9) - [`fd9b174`](https://github.com/langchain-ai/langsmith-docs/commit/fd9b174b3969a798a101f42a54bf0f7e33fae623) feat(2.0): update minor style nits across docs - [`fdbe094`](https://github.com/langchain-ai/langsmith-docs/commit/fdbe094bd2e0f4ed433c87998b1d569525c2e64e) Add separator styles, make arrows smaller - [`aa25617`](https://github.com/langchain-ai/langsmith-docs/commit/aa256176ffd7ec1d1da2b4930f61cdd46ff312f2) Revert arrow icons - [`5a5bc0e`](https://github.com/langchain-ai/langsmith-docs/commit/5a5bc0ea73e6c4f8f8da3f45164130123d1d0617) Deal with important collision - [`05f9963`](https://github.com/langchain-ai/langsmith-docs/commit/05f99634f52e62d867eec47f23bd354b844a3fcc) Use same size for list items in nav - [`c1d5b6f`](https://github.com/langchain-ai/langsmith-docs/commit/c1d5b6fd7193a95ea0de922a4b0342ecc5bfd0b0) Remove console.log - [`a8062ed`](https://github.com/langchain-ai/langsmith-docs/commit/a8062ed83bc4a17f5759ecd32a853cf912d3b4ac) Add subtle scale animation - [`faed105`](https://github.com/langchain-ai/langsmith-docs/commit/faed1059969d084f95e2a611c5438bcb324b7b22) Merge branch 'main' into dqbd/2.0-styles - [`019e269`](https://github.com/langchain-ai/langsmith-docs/commit/019e2692857a05469d1e6b82fe252addcc55875d) Add fix for captions ### 📊 Changes **20 files changed** (+227 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/migration.mdx` (+1 -1) 📝 `docs/index.mdx` (+1 -1) 📝 `docs/tracing/quick_start.mdx` (+11 -10) 📝 `docusaurus.config.js` (+6 -1) 📝 `src/components/InstructionsWithCode.js` (+27 -1) 📝 `src/components/QuickStart.js` (+1 -1) 📝 `src/css/custom.css` (+136 -16) 📝 `src/theme/Feedback.js` (+1 -1) ➕ `versioned_docs/version-2.0/how_to_guides/datasets/_category_.json` (+5 -0) ➕ `versioned_docs/version-2.0/how_to_guides/evaluation/_category_.json` (+5 -0) 📝 `versioned_docs/version-2.0/how_to_guides/index.md` (+2 -1) ➕ `versioned_docs/version-2.0/how_to_guides/setup/_category_.json` (+6 -0) 📝 `versioned_docs/version-2.0/how_to_guides/setup/create_account_api_key.mdx` (+1 -1) 📝 `versioned_docs/version-2.0/how_to_guides/setup/set_up_workspace.mdx` (+1 -1) ➕ `versioned_docs/version-2.0/how_to_guides/tracing/_category_.json` (+6 -0) 📝 `versioned_docs/version-2.0/index.mdx` (+1 -1) ➕ `versioned_docs/version-2.0/reference/data_formats/_category_.json` (+5 -0) ➕ `versioned_docs/version-2.0/reference/sdk_reference/_category_.json` (+5 -0) ➕ `versioned_docs/version-2.0/reference/system_architecture/_category_.json` (+5 -0) 📝 `versioned_docs/version-2.0/tutorials/observability.mdx` (+1 -1) </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:45 -05:00
yindo closed this issue 2026-02-21 17:17:45 -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#291