While we don't currently use the caution alert anywhere yet, we should
still be consistent in using i18n strings for these (not `title
.AlertType`).
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
- Remove manual breakpoint definitions and use tailwind defaults
- Fix various overflow and other rendering issues
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
The introduced shortcode takes three arguments:
- component id (as defined in site.Params)
- version (should be semver except for engine api)
- link (optional) to e.g. release note
The component and version argument is compared against the min threshold
set in site config.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>