Skip to content

Fix tabs rendering in databricks integration md#6624

Merged
masenf merged 1 commit into
mainfrom
carlos/update-databricks-tabs-md
Jun 9, 2026
Merged

Fix tabs rendering in databricks integration md#6624
masenf merged 1 commit into
mainfrom
carlos/update-databricks-tabs-md

Conversation

@carlosabadia

Copy link
Copy Markdown
Contributor

No description provided.

@carlosabadia carlosabadia requested a review from a team as a code owner June 8, 2026 11:53
@carlosabadia carlosabadia added the skip-changelog For doc/internal changes label Jun 8, 2026
@greptile-apps

greptile-apps Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR fixes tab rendering in the Databricks integration documentation by switching from the old ---md tabs / ---tab delimiter syntax to the correct backtick-fence (`````md tabs) format with ##` headings as tab separators.

  • The opening ---md tabs / ---tab Tab Name / --- markers are replaced with a 5-backtick fenced block (md tabs`) where each tab is introduced by a `## Heading`, and the block is closed with a matching fence.
  • No other integration docs in the repository use the tab syntax, so this change is isolated to databricks.md.

Confidence Score: 5/5

Documentation-only change to a single markdown file; no code paths are affected and the fix aligns with the correct tab syntax used by the docs renderer.

The change is a straightforward syntax correction in one documentation file, replacing a broken tab-delimiter format with the backtick-fence format that the renderer expects. The content of the tabs themselves is unchanged.

No files require special attention.

Important Files Changed

Filename Overview
packages/integrations-docs/src/integrations_docs/docs/databricks.md Replaces old ---md tabs / ---tab / --- tab syntax with the correct backtick-fence md tabs` / `##` heading / syntax to fix tab rendering

Reviews (1): Last reviewed commit: "Fix tabs rendering in databricks integra..." | Re-trigger Greptile

@codspeed-hq

codspeed-hq Bot commented Jun 8, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 26 untouched benchmarks
⏩ 8 skipped benchmarks1


Comparing carlos/update-databricks-tabs-md (9c5f74b) with main (31f785e)

Open in CodSpeed

Footnotes

  1. 8 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@masenf masenf merged commit e4a9365 into main Jun 9, 2026
29 checks passed
@masenf masenf deleted the carlos/update-databricks-tabs-md branch June 9, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog For doc/internal changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants