diff options
| author | Katie McLaughlin <katie@glasnt.com> | 2019-09-09 18:02:33 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-09 10:02:33 +0200 |
| commit | fee75d2aed4e58ada6567c464cfd22e89dc65f4a (patch) | |
| tree | 9044ec218dde97c276730f16552b45ed7c538d52 /docs/index.txt | |
| parent | 05d0eca635853564c57e639ac5590674a7de2ed6 (diff) | |
Fixed #30767 -- Improved references to deployment documentation.
* Increased tocdepth to expose more complexity of topics.
* Ensured deployment checklist is linked on main doc page.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 6d6f5528c4..64a45c876d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -228,7 +228,8 @@ testing of Django applications: :doc:`WSGI servers <howto/deployment/wsgi/index>` | :doc:`ASGI servers <howto/deployment/asgi/index>` | :doc:`Deploying static files <howto/static-files/deployment>` | - :doc:`Tracking code errors by email <howto/error-reporting>` + :doc:`Tracking code errors by email <howto/error-reporting>` | + :doc:`Deployment checklist <howto/deployment/checklist>` The admin ========= |
