* Create heroku.md file
This is basically the same file from the 3.0 docs, which worked well to me to start the heroku app. Just did the needed changes to work with 4.0.
* Docs 4.0: Update mkdocs.yml
* Apply suggestions from code review
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
The `try_files` directive should be within a `location` block, and is
so in all example uses of `try_files` in the nginx documentation at
http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files.
It is however curious that the nginx docs seem to indicate that
`try_files` can operate in either the server or location context, but
no examples show that use case.
Signed-off-by: zach wick <zach@zachwick.com>
* Add documentation for Docker deploys.
* fill in some holes
* Address PR feedback.
* Apply suggestions from code review
Co-Authored-By: Jimmy McDermott <mcdappdev@gmail.com>
* prefer 'development machine' over 'developer machine'
* minor phrasing tweak
* Address PR feedback.
Co-authored-by: Jimmy McDermott <mcdappdev@gmail.com>