update help section with issues API docs
This commit is contained in:
parent
eca823c1c7
commit
fbb41100db
|
@ -1,16 +1,18 @@
|
||||||
%h3 API
|
%h3 API
|
||||||
.back_link
|
.back_link
|
||||||
= link_to help_path do
|
= link_to help_path do
|
||||||
← to index
|
← to index
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
%ol
|
%ol
|
||||||
%li
|
%li
|
||||||
%a{:href => "#README"} README
|
%a{:href => "#README"} README
|
||||||
%li
|
%li
|
||||||
%a{:href => "#projects"} Projects
|
%a{:href => "#projects"} Projects
|
||||||
%li
|
%li
|
||||||
%a{:href => "#users"} Users
|
%a{:href => "#users"} Users
|
||||||
|
%li
|
||||||
|
%a{:href => "#issues"} Issues
|
||||||
|
|
||||||
.file_holder#README
|
.file_holder#README
|
||||||
.file_title
|
.file_title
|
||||||
|
@ -39,3 +41,13 @@
|
||||||
.file_content.wiki
|
.file_content.wiki
|
||||||
= preserve do
|
= preserve do
|
||||||
= markdown File.read(Rails.root.join("doc", "api", "users.md"))
|
= markdown File.read(Rails.root.join("doc", "api", "users.md"))
|
||||||
|
|
||||||
|
%br
|
||||||
|
|
||||||
|
.file_holder#issues
|
||||||
|
.file_title
|
||||||
|
%i.icon-file
|
||||||
|
Issues
|
||||||
|
.file_content.wiki
|
||||||
|
= preserve do
|
||||||
|
= markdown File.read(Rails.root.join("doc", "api", "issues.md"))
|
||||||
|
|
Loading…
Reference in a new issue