diff options
author | 2024-07-29 19:12:26 +0200 | |
---|---|---|
committer | 2024-07-30 19:50:01 +0200 | |
commit | c169de3c1635bbdabf1d91dd6ebfd24f9cd41b50 (patch) | |
tree | ebdc2fb33f859951b5fa820708f4d90e6a1a4465 /docs | |
parent | Bold sections on onboarding tools page (diff) |
Do not include all children sections on postmortem TOC
Previously, this would show all of Joe's hipster emojis for every single
postmortem, which is kind of redundant.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postmortems/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postmortems/index.rst b/docs/postmortems/index.rst index 43994a2..e28dc7a 100644 --- a/docs/postmortems/index.rst +++ b/docs/postmortems/index.rst @@ -5,7 +5,7 @@ Browse the pages under this category to view historical postmortems for Python Discord outages. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 2020-12-11-all-services-outage 2020-12-11-postgres-conn-surge |