Skip to content
Snippets Groups Projects
Commit 19e9c736 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

add system hooks api docs to help content

parent 08f29c32
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,8 @@
= link_to "Milestones", "#milestones", 'data-toggle' => 'tab'
%li
= link_to "Notes", "#notes", 'data-toggle' => 'tab'
%li
= link_to "System Hooks", "#system_hooks", 'data-toggle' => 'tab'
 
.tab-content
.tab-pane.active#README
Loading
Loading
@@ -103,3 +105,12 @@
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "notes.md"))
.tab-pane#system_hooks
.file_holder
.file_title
%i.icon-file
System Hooks
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "system_hooks.md"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment