Move snippets api doc to separate file
This commit is contained in:
parent
d5fcf0f672
commit
fee26c58e2
4 changed files with 113 additions and 102 deletions
|
@ -9,6 +9,8 @@
|
|||
%a{href: "#README"} README
|
||||
%li
|
||||
%a{href: "#projects"} Projects
|
||||
%li
|
||||
%a{href: "#snippets"} Snippets
|
||||
%li
|
||||
%a{href: "#users"} Users
|
||||
%li
|
||||
|
@ -34,6 +36,16 @@
|
|||
|
||||
%br
|
||||
|
||||
.file_holder#snippets
|
||||
.file_title
|
||||
%i.icon-file
|
||||
Projects Snippets
|
||||
.file_content.wiki
|
||||
= preserve do
|
||||
= markdown File.read(Rails.root.join("doc", "api", "snippets.md"))
|
||||
|
||||
%br
|
||||
|
||||
.file_holder#users
|
||||
.file_title
|
||||
%i.icon-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue