Skip to content

Commit

Permalink
Merge pull request #156 from gobuffalo/remove-repl-docs
Browse files Browse the repository at this point in the history
removed repl docs gobuffalo/buffalo#895
  • Loading branch information
markbates authored Feb 6, 2018
2 parents c52a51e + 868907d commit ac9c8d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions actions/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func App() *buffalo.App {
})

app.Redirect(302, "/docs/overview", "/")
app.Redirect(302, "/docs/repl", "/")
app.Redirect(302, "/docs/test-suites", "/docs/testing")
app.Redirect(302, "/docs/env-vars", "/docs/config-vars")
app.GET("/docs/{name:.+}", Docs)
Expand Down
3 changes: 0 additions & 3 deletions templates/_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@
<li>
<a href="/docs/mail">Mailers</a>
</li>
<li>
<a href="/docs/repl">Console/REPL</a>
</li>
<li>
<a href="/docs/plugins">Plugins</a>
</li>
Expand Down
11 changes: 0 additions & 11 deletions templates/docs/repl.md

This file was deleted.

0 comments on commit ac9c8d0

Please sign in to comment.