mirror of
https://github.com/django/django.git
synced 2025-08-28 14:34:27 +00:00
Fixed #30767 -- Improved references to deployment documentation.
* Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page.
This commit is contained in:
parent
05d0eca635
commit
fee75d2aed
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue