[PR #2268] [MERGED] docs: fix style guide violations in integration docs #2283

Closed
opened 2026-02-17 17:23:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2268
Author: @rezacr588
Created: 1/16/2026
Status: Merged
Merged: 1/16/2026
Merged by: @mdrxy

Base: mainHead: fix/docs-style-improvements


📝 Commits (1)

  • 98ca1fb docs: fix style guide violations in integration docs

📊 Changes

4 files changed (+10 additions, -5 deletions)

View changed files

📝 src/oss/javascript/integrations/chat/ollama_functions.mdx (+1 -1)
📝 src/oss/python/integrations/callbacks/google_bigquery.mdx (+5 -0)
📝 src/oss/python/integrations/vectorstores/analyticdb.mdx (+2 -2)
📝 src/oss/python/integrations/vectorstores/relyt.mdx (+2 -2)

📄 Description

Summary

  • Fixed "Click here" link text violations in three integration docs to use descriptive link text
  • Added missing language tags (bash) to code blocks
  • Added required frontmatter (title and description) to BigQuery callback handler page

Changes

Link text improvements (Google Developer Style Guide compliance)

  • ollama_functions.mdx: Changed "Click here to view the documentation" → "View the Ollama tool calling documentation"
  • analyticdb.mdx: Changed "Click here to fast deploy it" → "for fast deployment"
  • relyt.mdx: Changed "Click here to fast deploy it" → "for fast deployment"

Code block language tags

  • analyticdb.mdx: Added bash language tag to environment variables code block
  • relyt.mdx: Added bash language tag to environment variables code block

Frontmatter

  • google_bigquery.mdx: Added missing title and description frontmatter

Test plan

  • Verify Mintlify build succeeds
  • Confirm pages render correctly with link text changes
  • Check code blocks have proper syntax highlighting

🔄 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/2268 **Author:** [@rezacr588](https://github.com/rezacr588) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/docs-style-improvements` --- ### 📝 Commits (1) - [`98ca1fb`](https://github.com/langchain-ai/docs/commit/98ca1fb4524b4b6892c833f9cf01f5b93d1cb719) docs: fix style guide violations in integration docs ### 📊 Changes **4 files changed** (+10 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/chat/ollama_functions.mdx` (+1 -1) 📝 `src/oss/python/integrations/callbacks/google_bigquery.mdx` (+5 -0) 📝 `src/oss/python/integrations/vectorstores/analyticdb.mdx` (+2 -2) 📝 `src/oss/python/integrations/vectorstores/relyt.mdx` (+2 -2) </details> ### 📄 Description ## Summary - Fixed "Click here" link text violations in three integration docs to use descriptive link text - Added missing language tags (`bash`) to code blocks - Added required frontmatter (title and description) to BigQuery callback handler page ## Changes ### Link text improvements (Google Developer Style Guide compliance) - `ollama_functions.mdx`: Changed "Click here to view the documentation" → "View the Ollama tool calling documentation" - `analyticdb.mdx`: Changed "Click here to fast deploy it" → "for fast deployment" - `relyt.mdx`: Changed "Click here to fast deploy it" → "for fast deployment" ### Code block language tags - `analyticdb.mdx`: Added `bash` language tag to environment variables code block - `relyt.mdx`: Added `bash` language tag to environment variables code block ### Frontmatter - `google_bigquery.mdx`: Added missing title and description frontmatter ## Test plan - [ ] Verify Mintlify build succeeds - [ ] Confirm pages render correctly with link text changes - [ ] Check code blocks have proper syntax highlighting --- <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-17 17:23:15 -05:00
yindo closed this issue 2026-02-17 17:23:15 -05:00
yindo changed title from [PR #2268] docs: fix style guide violations in integration docs to [PR #2268] [MERGED] docs: fix style guide violations in integration docs 2026-06-05 18:17:39 -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#2283