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

15 lines
310 B
Plaintext
Raw Normal View History

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