mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
15 lines
310 B
Plaintext
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"))
|