gitlab-org--gitlab-foss/app/views/help/api.html.haml

15 lines
310 B
Plaintext

= render layout: 'help/api_layout' do
%h3.page-title
%span.light API
%span
\/
= @category.titleize
.file-holder
.file-title
%i.icon-file
= @category
.file-content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "#{@category}.md"))