Add milestone API docs to doc/README and views/help/api
Also removes `closed` attribute option from create action.
This commit is contained in:
parent
8d192adb38
commit
8a49cdc3b4
4 changed files with 14 additions and 4 deletions
|
@ -63,3 +63,13 @@
|
|||
.file_content.wiki
|
||||
= preserve do
|
||||
= markdown File.read(Rails.root.join("doc", "api", "issues.md"))
|
||||
|
||||
%br
|
||||
|
||||
.file_holder#milestones
|
||||
.file_title
|
||||
%i.icon-file
|
||||
Milestones
|
||||
.file_content.wiki
|
||||
= preserve do
|
||||
= markdown File.read(Rails.root.join("doc", "api", "milestones.md"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue