Commit 19e9c736e79088dd97f0d7b7d3d77440ed763541

Authored by Dmitriy Zaporozhets
1 parent 08f29c32

add system hooks api docs to help content

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
app/views/help/api.html.haml
... ... @@ -21,6 +21,8 @@
21 21 = link_to "Milestones", "#milestones", 'data-toggle' => 'tab'
22 22 %li
23 23 = link_to "Notes", "#notes", 'data-toggle' => 'tab'
  24 + %li
  25 + = link_to "System Hooks", "#system_hooks", 'data-toggle' => 'tab'
24 26  
25 27 .tab-content
26 28 .tab-pane.active#README
... ... @@ -103,3 +105,12 @@
103 105 .file_content.wiki
104 106 = preserve do
105 107 = markdown File.read(Rails.root.join("doc", "api", "notes.md"))
  108 +
  109 + .tab-pane#system_hooks
  110 + .file_holder
  111 + .file_title
  112 + %i.icon-file
  113 + System Hooks
  114 + .file_content.wiki
  115 + = preserve do
  116 + = markdown File.read(Rails.root.join("doc", "api", "system_hooks.md"))
... ...