diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-20 08:51:26 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-20 08:51:26 -0700 |
commit | 81aeac46d63cd315b6545494cfa41ae163cadc5c (patch) | |
tree | 96d57828d467aa86643d49e2ffb37cea143af7e7 | |
parent | b08d33f6a9a82e04f288fc0a4de6d4a7489795e1 (diff) | |
download | gitlab-ce-81aeac46d63cd315b6545494cfa41ae163cadc5c.tar.gz |
update help section with session API docs
-rw-r--r-- | app/views/help/api.html.haml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml index 35176f8e214..b1916110ca5 100644 --- a/app/views/help/api.html.haml +++ b/app/views/help/api.html.haml @@ -14,6 +14,8 @@ %li %a{href: "#users"} Users %li + %a{href: "#session"} Session + %li %a{href: "#issues"} Issues %li %a{href: "#milestones"} Milestones @@ -58,6 +60,16 @@ %br +.file_holder#session + .file_title + %i.icon-file + Session + .file_content.wiki + = preserve do + = markdown File.read(Rails.root.join("doc", "api", "session.md")) + +%br + .file_holder#issues .file_title %i.icon-file |