diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:56:52 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:56:52 +0100 |
commit | 95616048a07b1f34c25eb9c27875f18406a72743 (patch) | |
tree | a75fe64914466f613f5c699ed81962fd8e132424 /docs/customising/config.md | |
parent | 94abbed71e60f78beb5e195d00275a70ce2efc38 (diff) | |
parent | 2def92faf3b07ffb33a1fe89dac7e4208889e54a (diff) |
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/customising/config.md')
-rw-r--r-- | docs/customising/config.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index 8a25e8df6..067c9ec92 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -638,9 +638,9 @@ THEME_URLS: </dt> <dd> Is this a - <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary">staging</a> or - <a href="{{site.baseurl}}docs/glossary/#development" class="glossary">development</a> site? - If not, it's a live <a href="{{site.baseurl}}docs/glossary/#production" class="glossary">production</a> + <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary__link">staging</a> or + <a href="{{site.baseurl}}docs/glossary/#development" class="glossary__link">development</a> site? + If not, it's a live <a href="{{site.baseurl}}docs/glossary/#production" class="glossary__link">production</a> site. This setting controls whether or not the <code>rails-post-deploy</code> script will create the file <code>config/rails_env.rb</code> file to force Rails into production environment. |