@redpanda-data/docs-extensions-and-macros 3.11.0 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,7 +140,8 @@ module.exports.register = function ({ config }) {
140
140
  }
141
141
 
142
142
  // Log a warning if neither URL was found (only warn for missing cloud if it should support cloud)
143
- if (!redpandaConnectUrl && (!redpandaCloudUrl && is_cloud_supported === 'y')) {
143
+ // Ignore sql_driver connectors because they are not real connectors and only used as a utility for grouping sql driver types.
144
+ if (!connector.includes('sql_driver') && !redpandaConnectUrl && (!redpandaCloudUrl && is_cloud_supported === 'y')) {
144
145
  logger.warn(`Docs missing for: ${connector} of type: ${type}`);
145
146
  }
146
147
 
@@ -704,7 +704,7 @@ module.exports.register = function (registry, context) {
704
704
  const requiresEnterprise = componentRows.some(row => row.is_licensed.toLowerCase() === 'yes');
705
705
  if (requiresEnterprise) {
706
706
  enterpriseLicenseInfo = `
707
- <p><strong>License</strong>: This component requires an <a href="https://docs.redpanda.com/redpanda-connect/get-started/licensing/" target="_blank">Enterprise license</a>. To upgrade, go to the <a href="https://www.redpanda.com/upgrade" target="_blank" rel="noopener">Redpanda website</a>.</p>`;
707
+ <p><strong>License</strong>: This component requires an <a href="https://docs.redpanda.com/redpanda-connect/get-started/licensing/" target="_blank">enterprise license</a>. You can either <a href="https://www.redpanda.com/upgrade" target="_blank">upgrade to an Enterprise Edition license</a>, or <a href="http://redpanda.com/try-enterprise" target="_blank" rel="noopener">generate a trial license key</a> that's valid for 30 days.</p>`;
708
708
  }
709
709
  }
710
710
  const isCloudSupported = componentRows.some(row => row.is_cloud_supported === 'y');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redpanda-data/docs-extensions-and-macros",
3
- "version": "3.11.0",
3
+ "version": "3.11.2",
4
4
  "description": "Antora extensions and macros developed for Redpanda documentation.",
5
5
  "keywords": [
6
6
  "antora",