diff --git a/.vuepress/process_file.rb b/.vuepress/process_file.rb index 292723441..1f29fab2e 100644 --- a/.vuepress/process_file.rb +++ b/.vuepress/process_file.rb @@ -105,7 +105,15 @@ def process_file(indir, file, outdir, source) end # Actions and transformations are currently partly in add-ons, copy the content above the list of add-ons - break if line =~ /^More details regarding this and other Transformation services can be found in the individual transformation articles linked below./ + if line =~ /^More details regarding this and other Transformation services can be found in the individual transformation articles linked below./ + out.puts "" + out.puts ":::tip" + out.puts "You can find the available transformation services [here](https://www.openhab.org/addons/#transform)." + out.puts ":::" + out.puts "" + break + end + break if line =~ /^## Installable Actions/ # Remove collapsibles in Linux install document and replace them by regular headings