Welcome to mirror list, hosted at ThFree Co, Russian Federation.

api.html.haml « help « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eb59ab266d0c43335c2caadf7f6c5138038cb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= render layout: 'help/api_layout' do
  %h3.page-title
    %span.light API
    %span
      \/
    = @category.titleize
  %br

  .file_holder
    .file_title
      %i.icon-file
      = @category
    .file_content.wiki
      = preserve do
        = markdown File.read(Rails.root.join("doc", "api", "#{@category}.md"))