Sha256: b22fe97cc72086188bca4387230f3eef4e4360bb4a3b4eed4a10b0c6f1829656

Contents?: true

Size: 843 Bytes

Versions: 8

Compression:

Stored size: 843 Bytes

Contents

!!!
%html{ lang: 'en' }
  %head
    %title= api_name
    = haml :stylesheets
    = haml :javascripts_head

  %body
    .frame.frame--row.frame--top
      .header
        %a{ href: "#{url_location}", class: 'header__logo clearfix' }
          = haml :logo
          .header__heading= api_name
    .frame.frame--column.frame--left.frame--full-column
      %nav.nav
        %strong.nav__heading Sections
        .nav
          %ul.nav__list
            %li.nav__item
              %a{ href: "#{url_location}/admin", class: 'nav__class' } Admin API
            %li.nav__item
              %a{ href: "#{url_location}/storefront", class: 'nav__class' } Storefront API
    .frame.frame--column.frame--center
      %main.main.main--with-sidebar
        .container.container--full
          .markdown= markdown.render(content)

    = haml :javascripts

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
workarea-api-4.5.6 app/views/workarea/api/docs/index.haml
workarea-api-4.5.5 app/views/workarea/api/docs/index.haml
workarea-api-4.5.4 app/views/workarea/api/docs/index.haml
workarea-api-4.5.3 app/views/workarea/api/docs/index.haml
workarea-api-4.5.2 app/views/workarea/api/docs/index.haml
workarea-api-4.5.0 app/views/workarea/api/docs/index.haml
workarea-api-4.4.7 app/views/workarea/api/docs/index.haml
workarea-api-4.4.6 app/views/workarea/api/docs/index.haml