@redpanda-data/docs-extensions-and-macros
Advanced tools
Comparing version 3.11.0 to 3.11.1
@@ -143,3 +143,4 @@ 'use strict' | ||
// Log a warning if neither URL was found (only warn for missing cloud if it should support cloud) | ||
if (!redpandaConnectUrl && (!redpandaCloudUrl && is_cloud_supported === 'y')) { | ||
// Ignore sql_driver connectors because they are not real connectors and only used as a utility for grouping sql driver types. | ||
if (!connector.includes('sql_driver') && !redpandaConnectUrl && (!redpandaCloudUrl && is_cloud_supported === 'y')) { | ||
logger.warn(`Docs missing for: ${connector} of type: ${type}`); | ||
@@ -146,0 +147,0 @@ } |
{ | ||
"name": "@redpanda-data/docs-extensions-and-macros", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Antora extensions and macros developed for Redpanda documentation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
166119
2872