[PR #3268] [MERGED] fix: bullet indentation under numbered items #3327

Closed
opened 2026-06-05 18:22:45 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3268
Author: @npentrel
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @npentrel

Base: mainHead: open-swe/eeb3e96d-5314-dd43-5d66-75b48194755a


📝 Commits (2)

  • 3eca4c9 fix: indent bullets to 3 spaces under numbered list items across 10 MDX files
  • a3a6a96 update

📊 Changes

10 files changed (+64 additions, -64 deletions)

View changed files

📝 src/langsmith/auth.mdx (+12 -12)
📝 src/langsmith/evaluate-rag-tutorial.mdx (+12 -12)
📝 src/langsmith/llm-as-judge.mdx (+3 -3)
📝 src/langsmith/run-evaluation-from-playground.mdx (+2 -2)
📝 src/langsmith/user-management.mdx (+4 -4)
📝 src/oss/concepts/context.mdx (+4 -4)
📝 src/oss/javascript/integrations/chains/sap_hana_sparql_qa_chain.mdx (+5 -5)
📝 src/oss/python/integrations/chains/sap_hana_sparql_qa_chain.mdx (+17 -17)
📝 src/oss/python/integrations/document_loaders/microsoft_onedrive.mdx (+3 -3)
📝 src/oss/python/integrations/document_loaders/microsoft_onenote.mdx (+2 -2)

📄 Description

Description

Fixes bullet points that were not properly indented under their parent numbered list items across 10 MDX files. The bullets used 0 or 2 spaces of indentation instead of the required 3 spaces, causing them to render as separate lists rather than nested under their numbered items.

Resolves DOC-901

Test Plan

  • Verify affected pages render bullets properly nested under numbered items in preview deployment

🔄 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/docs/pull/3268 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/eeb3e96d-5314-dd43-5d66-75b48194755a` --- ### 📝 Commits (2) - [`3eca4c9`](https://github.com/langchain-ai/docs/commit/3eca4c924ab557a8bd3e5db602a3954d012ae58f) fix: indent bullets to 3 spaces under numbered list items across 10 MDX files - [`a3a6a96`](https://github.com/langchain-ai/docs/commit/a3a6a96116b5a77f4094ffe346fb2fd6a11cffee) update ### 📊 Changes **10 files changed** (+64 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/auth.mdx` (+12 -12) 📝 `src/langsmith/evaluate-rag-tutorial.mdx` (+12 -12) 📝 `src/langsmith/llm-as-judge.mdx` (+3 -3) 📝 `src/langsmith/run-evaluation-from-playground.mdx` (+2 -2) 📝 `src/langsmith/user-management.mdx` (+4 -4) 📝 `src/oss/concepts/context.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/chains/sap_hana_sparql_qa_chain.mdx` (+5 -5) 📝 `src/oss/python/integrations/chains/sap_hana_sparql_qa_chain.mdx` (+17 -17) 📝 `src/oss/python/integrations/document_loaders/microsoft_onedrive.mdx` (+3 -3) 📝 `src/oss/python/integrations/document_loaders/microsoft_onenote.mdx` (+2 -2) </details> ### 📄 Description ## Description Fixes bullet points that were not properly indented under their parent numbered list items across 10 MDX files. The bullets used 0 or 2 spaces of indentation instead of the required 3 spaces, causing them to render as separate lists rather than nested under their numbered items. Resolves DOC-901 ## Test Plan - [ ] Verify affected pages render bullets properly nested under numbered items in preview deployment --- <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-06-05 18:22:45 -04:00
yindo closed this issue 2026-06-05 18:22:45 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3327