fastlane/lib/assets/Actions.md.erb in fastlane-2.41.0.beta.20170623010027 vs fastlane/lib/assets/Actions.md.erb in fastlane-2.41.0

- old
+ new

@@ -16,14 +16,13 @@ ``` <%- @categories.each do |category, actions| -%> - [<%= category %>](#<%= category.gsub(" ", "-").downcase %>) <%- end -%> -- [Plugins](#plugins) +- [Plugins](https://docs.fastlane.tools/plugins/available-plugins) - <%- @categories.each do |category, actions| %> # <%= category %> <%- actions.sort.reverse.to_h.each do |_number_of_launches, action| -%> ### <%= action.action_name %> @@ -70,12 +69,5 @@ <%- end %> <%- end %> - -# Plugins -| Action | Plugin | Description | Usage Number ----------|--------|-------------|-------------- -<%- @plugins.each do |plugin| -%> -<%= plugin[:action_name] %> | <%= plugin[:linked_title] %> | <%= plugin[:description] %> | <%= plugin[:usage] %> -<%- end -%>