Sha256: ceee99c77777e22fffe481f3a85479dcf1ce5d611514a8acebc4507a3112e3d0

Contents?: true

Size: 636 Bytes

Versions: 28

Compression:

Stored size: 636 Bytes

Contents

<% sections.each do |(section_key, section_name, section_description, configs)| %>
## <%=section_name%>

<%= "#{section_description}" unless section_description.nil? %>

<CollapserGroup>
  <% configs.each do |config|%>
  <Collapser id="<%= config[:key].gsub('.', '-') %>" title="<%=config[:key]%>">
    <table>
      <tbody>
        <tr><th>Type</th><td><%=config[:type]%></td></tr>
        <tr><th>Default</th><td>`<%=config[:default]%>`</td></tr>
        <tr><th>Environ variable</th><td>`<%=config[:env_var]%>`</td></tr>
      </tbody>
    </table>

  <%=config[:description]%>
  </Collapser>
  <% end %>
</CollapserGroup>
<% end %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
newrelic_rpm-9.3.1 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.3.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.2.2 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.2.1 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.2.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.1.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-9.0.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.16.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.15.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.14.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.13.1 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.13.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.12.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.11.0 lib/tasks/helpers/config.html.erb
newrelic_rpm-8.10.1 lib/tasks/config.html.erb
newrelic_rpm-8.10.0 lib/tasks/config.html.erb
newrelic_rpm-8.9.0 lib/tasks/config.html.erb
newrelic_rpm-8.8.0 lib/tasks/config.html.erb
newrelic_rpm-8.7.0 lib/tasks/config.html.erb
newrelic_rpm-8.6.0 lib/tasks/config.html.erb