[PR #190] [CLOSED] [scripts]: Add script for formatting code inside CodeTab component #273

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/190
Author: @bracesproul
Created: 4/28/2024
Status: Closed

Base: mainHead: brace/format-mdx-codeblocks


📝 Commits (9)

📊 Changes

13 files changed (+887 additions, -540 deletions)

View changed files

_scripts/extract_mdx_props.py (+104 -0)
📝 docs/evaluation/faq/evaluator-implementations.mdx (+30 -15)
📝 docs/evaluation/faq/manage-datasets.mdx (+85 -49)
📝 docs/evaluation/quickstart.mdx (+95 -81)
📝 docs/index.mdx (+65 -57)
📝 docs/monitoring/faq/threads.mdx (+25 -39)
docs/test.py (+28 -0)
📝 docs/tracing/faq/customizing_trace_attributes.mdx (+147 -95)
📝 docs/tracing/faq/logging_and_viewing.mdx (+139 -81)
📝 docs/tracing/faq/logging_feedback.mdx (+17 -14)
📝 docs/tracing/faq/querying_feedback.mdx (+55 -25)
📝 docs/tracing/faq/querying_traces.mdx (+93 -70)
📝 versioned_docs/version-2.0/index.mdx (+4 -14)

📄 Description

todo:

  • cleanup & move to pre-commit hook

🔄 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/190 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 4/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brace/format-mdx-codeblocks` --- ### 📝 Commits (9) - [`700993a`](https://github.com/langchain-ai/langsmith-docs/commit/700993afc551643ed4dcdeddccbd8855c4846e54) [scripts]: Add script for formatting code inside CodeTab component - [`885ca7f`](https://github.com/langchain-ai/langsmith-docs/commit/885ca7f493a53feb0c681da7bf997fbb01050996) cr - [`dc909a7`](https://github.com/langchain-ai/langsmith-docs/commit/dc909a74aa8c44be584c3c8e641cce9052890659) cr - [`1c77766`](https://github.com/langchain-ai/langsmith-docs/commit/1c77766fb9c10bc0050e9c05ef93f71927353d01) try to tmp replace backslash - [`2dea7ea`](https://github.com/langchain-ai/langsmith-docs/commit/2dea7eaa5ef3aeba1d6fbf6f2e810418e37279d0) cr - [`e808127`](https://github.com/langchain-ai/langsmith-docs/commit/e808127cfd1973cf6d5abad89569c446ecff669c) done! - [`1c53b16`](https://github.com/langchain-ai/langsmith-docs/commit/1c53b16a3b59bfd133d26dd9ba2c337937ab0c8b) use wrapper funcs everywhere - [`9f7f9de`](https://github.com/langchain-ai/langsmith-docs/commit/9f7f9deafdc7901b2b7e3196318044de075dc53e) update script - [`0c156d4`](https://github.com/langchain-ai/langsmith-docs/commit/0c156d40a428d6a5824504dbd3361735cb12e5a2) update ### 📊 Changes **13 files changed** (+887 additions, -540 deletions) <details> <summary>View changed files</summary> ➕ `_scripts/extract_mdx_props.py` (+104 -0) 📝 `docs/evaluation/faq/evaluator-implementations.mdx` (+30 -15) 📝 `docs/evaluation/faq/manage-datasets.mdx` (+85 -49) 📝 `docs/evaluation/quickstart.mdx` (+95 -81) 📝 `docs/index.mdx` (+65 -57) 📝 `docs/monitoring/faq/threads.mdx` (+25 -39) ➕ `docs/test.py` (+28 -0) 📝 `docs/tracing/faq/customizing_trace_attributes.mdx` (+147 -95) 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+139 -81) 📝 `docs/tracing/faq/logging_feedback.mdx` (+17 -14) 📝 `docs/tracing/faq/querying_feedback.mdx` (+55 -25) 📝 `docs/tracing/faq/querying_traces.mdx` (+93 -70) 📝 `versioned_docs/version-2.0/index.mdx` (+4 -14) </details> ### 📄 Description todo: - [ ] cleanup & move to pre-commit hook --- <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:43 -05:00
yindo closed this issue 2026-02-21 17:17:43 -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#273