diff --git a/plugindocs.rb b/plugindocs.rb index 819b287..7074fb7 100644 --- a/plugindocs.rb +++ b/plugindocs.rb @@ -44,6 +44,11 @@ def execute "unreleased" changelog_url = released_plugin.changelog_url + if released_plugin.type == 'integration' && !is_default_plugin + $stderr.puts("[repository:#{repository_name}]: Skipping non-default Integration Plugin\n") + next + end + released_plugin.with_embedded_plugins.each do |plugin| $stderr.puts("#{plugin.desc}: fetching documentation\n") content = plugin.documentation