docs: document config/ and some directories in app/.
* Add README files to several directories in app/ giving a brief overview of some parts of Danbooru's architecture. * Add documentation for files in config/.
This commit is contained in:
14
config/deploy/README.md
Normal file
14
config/deploy/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Deploy
|
||||
|
||||
This directory contains configuration settings for deploying Danbooru to the production servers
|
||||
using Capistrano. This is only used by production and shouldn't be edited by end users.
|
||||
|
||||
# See also
|
||||
|
||||
* [Capfile](../../Capfile)
|
||||
* [config/deploy.rb](../deploy.rb)
|
||||
* [lib/capistrano/tasks](../../lib/capistrano/tasks)
|
||||
|
||||
# External links
|
||||
|
||||
* https://capistranorb.com
|
||||
Reference in New Issue
Block a user