Sha256: 04a1237779bac93d842907983f6c1188c6f47ea1229ce005233af192f59c0ddc

Contents?: true

Size: 477 Bytes

Versions: 12

Compression:

Stored size: 477 Bytes

Contents

<section>
  <% if options[:all_resources] %>
    <h1>All Resources</h1>
  <% end %>

  <h2>Interfaces</h2>

  <% if @endpoints.empty? %>
    <p>
      <em class="type-mute">This API currently has no endpoints available.</em>
    </p>
  <% else %>
    <ul class="topic__quicklinks">
      <% @endpoints.each do |endpoint| %>
        <li>
          <%= link_url '#' + anchor_for(endpoint), endpoint.tag(:API).text %>
        </li>
      <% end %>
    </ul>
  <% end %>
</section>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
yard-api-1.1.2 templates/api/topic/html/endpoints.erb
yard-api-1.1.1 templates/api/topic/html/endpoints.erb
yard-api-1.1.0 templates/api/topic/html/endpoints.erb
yard-api-1.0.1 templates/api/topic/html/endpoints.erb
yard-api-1.0.0 templates/api/topic/html/endpoints.erb
yard-api-0.3.7 templates/api/topic/html/endpoints.erb
yard-api-0.3.6 templates/api/topic/html/endpoints.erb
yard-api-0.3.5 templates/api/topic/html/endpoints.erb
yard-api-0.3.4 templates/api/topic/html/endpoints.erb
yard-api-0.3.3 templates/api/topic/html/endpoints.erb
yard-api-0.3.2 templates/api/topic/html/endpoints.erb
yard-api-0.3.1 templates/api/topic/html/endpoints.erb