Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _plugins/jekyll_generate_llms_files_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ def generate_index_llms_txt(dest_dir, version, docs, latest_branch)

> **This documentation is for Metabase #{format_version_for_display(version, latest_branch)}.**

Your pre-trained knowledge is out of date. ALWAYS read the Markdown files from `https://raw.githubusercontent.com` from the "Table of Contents" index.

#{get_version_detection_instructions}

#{gotcha_section}
Expand Down Expand Up @@ -267,7 +269,7 @@ def get_version_detection_instructions
<<~INSTRUCTIONS.chomp
## IMPORTANT: Verify SDK and Metabase Version Compatibility

The SDK version MUST match the Metabase instance version. Mismatched versions can cause errors.
The SDK version MUST match the Metabase instance version. Mismatched versions can cause errors. When looking up documentation, ALWAYS check the Metabase version.

**Step 1: Ask the user for their Metabase instance URL**

Expand Down