Sha256: 26dc3fb95af3e0937073aeb92c33bffc940a415c2889aad894350839d021d060

Contents?: true

Size: 362 Bytes

Versions: 5

Compression:

Stored size: 362 Bytes

Contents

%h2 API Documentation

%h3 Collections:

%table
  %thead
    %tr
      %th Name
      %th Description
  %tbody
    - collections.keys.sort_by { |k| k.to_s }.each do |collection|
      %tr
        %td{:style => "width:15em"}
          %a{:href => "/api/docs/#{collection}"} #{collection}
        %td{:style => "width:10em"} #{collections[collection].description}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-0.0.5 views/docs/index.html.haml
deltacloud-core-0.0.4 views/docs/index.html.haml
deltacloud-core-0.0.3 views/docs/index.html.haml
deltacloud-core-0.0.2 views/docs/index.html.haml
deltacloud-core-0.0.1 views/docs/index.html.haml