Commit 81aeac46d63cd315b6545494cfa41ae163cadc5c

Authored by Nihad Abbasov
1 parent b08d33f6

update help section with session API docs

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
app/views/help/api.html.haml
... ... @@ -14,6 +14,8 @@
14 14 %li
15 15 %a{href: "#users"} Users
16 16 %li
  17 + %a{href: "#session"} Session
  18 + %li
17 19 %a{href: "#issues"} Issues
18 20 %li
19 21 %a{href: "#milestones"} Milestones
... ... @@ -58,6 +60,16 @@
58 60  
59 61 %br
60 62  
  63 +.file_holder#session
  64 + .file_title
  65 + %i.icon-file
  66 + Session
  67 + .file_content.wiki
  68 + = preserve do
  69 + = markdown File.read(Rails.root.join("doc", "api", "session.md"))
  70 +
  71 +%br
  72 +
61 73 .file_holder#issues
62 74 .file_title
63 75 %i.icon-file
... ...