Skip to content

Commit

Permalink
DOC-810 Consistent messaging for enterprise features (#89)
Browse files Browse the repository at this point in the history
* consistent messaging for enterprise features

* add correct link

* commit package-lock file for versioning
  • Loading branch information
asimms41 authored Dec 20, 2024
1 parent 9c5c51d commit 3d4b844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macros/rp-connect-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ module.exports.register = function (registry, context) {
const requiresEnterprise = componentRows.some(row => row.is_licensed.toLowerCase() === 'yes');
if (requiresEnterprise) {
enterpriseLicenseInfo = `
<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>`;
<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>`;
}
}
const isCloudSupported = componentRows.some(row => row.is_cloud_supported === 'y');
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redpanda-data/docs-extensions-and-macros",
"version": "3.11.1",
"version": "3.11.2",
"description": "Antora extensions and macros developed for Redpanda documentation.",
"keywords": [
"antora",
Expand Down

0 comments on commit 3d4b844

Please sign in to comment.