Skip to content

Commit

Permalink
Add empty line as a workaround for gobuffalo/plush#82
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschlueter committed Dec 8, 2018
1 parent 60aafd6 commit 927a63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/docs/apis/_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ Applications generated with the `--api` flag don't contain any front systems. Th
API applications have `actions/app.go` and `actions/render.go` files that are a good starting point for JSON API applications.

<h5><code>buffalo new coke --api</code></h5>

<%= partial("docs/apis/api_app.md") %>
<%= partial("docs/apis/api_render.md") %>

<h5><code>buffalo new coke</code></h5>

<%= partial("docs/apis/web_app.md") %>
<%= partial("docs/apis/web_render.md") %>

0 comments on commit 927a63c

Please sign in to comment.