From fee75d2aed4e58ada6567c464cfd22e89dc65f4a Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Mon, 9 Sep 2019 18:02:33 +1000 Subject: Fixed #30767 -- Improved references to deployment documentation. * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. --- docs/howto/deployment/index.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/howto') diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt index 1b2f497922..bbf53181b4 100644 --- a/docs/howto/deployment/index.txt +++ b/docs/howto/deployment/index.txt @@ -15,8 +15,10 @@ site to use asynchronous Python features, and asynchronous Django features as they are developed. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 wsgi/index asgi/index + ../static-files/deployment + ../error-reporting checklist -- cgit v1.3