From 81aeac46d63cd315b6545494cfa41ae163cadc5c Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Thu, 20 Sep 2012 08:51:26 -0700 Subject: [PATCH] update help section with session API docs --- app/views/help/api.html.haml | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml index 35176f8..b191611 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 -- libgit2 0.21.2