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: 3d2cf50b7f216fa6bfff1cdddedfc482f1b1fc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= 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"))